← Search

Iker García-Ferrero

8 accepted papers

2025

GUIDEX: Guided Synthetic Data Generation for Zero-Shot Information Extraction

ACL 2025finding

Information Extraction (IE) systems are traditionally domain-specific, requiring costlyadaptation that involves expert schema design,data annotation, and model training. WhileLarge Language Models have shown promisein zero-shot IE, performance degrades significantly in unseen domains where label def…

2024

GoLLIE: Annotation Guidelines improve Zero-Shot Information-Extraction

ICLR 2024poster

Large Language Models (LLMs) combined with instruction tuning have made significant progress when generalizing to unseen tasks. However, they have been less successful in Information Extraction (IE), lagging behind task-specific models. Typically, IE tasks are characterized by complex annotation gui…

2024

MedMT5: An Open-Source Multilingual Text-to-Text LLM for the Medical Domain

COLING 2024main

Research on language technology for the development of medical applications is currently a hot topic in Natural Language Understanding and Generation. Thus, a number of large language models (LLMs) have recently been adapted to the medical domain, so that they can be used as a tool for mediating in…

Cited by 44SourcePDFScholar
2023

NLP Evaluation in trouble: On the Need to Measure LLM Data Contamination for each Benchmark

EMNLP 2023short findings

In this position paper we argue that the classical evaluation on Natural Language Processing (NLP) tasks using annotated benchmarks is in trouble. The worst kind of data contamination happens when a Large Language Model (LLM) is trained on the test split of a benchmark, and then evaluated in the sam…

Cited by 0SourceScholar
2023

T-Projection: High Quality Annotation Projection for Sequence Labeling Tasks

EMNLP 2023long findings

In the absence of readily available labeled data for a given sequence labeling task and language, annotation projection has been proposed as one of the possible strategies to automatically generate annotated data. Annotation projection has often been formulated as the task of transporting, on parall…

Cited by 0SourcecodeScholar
2023

This is not a Dataset: A Large Negation Benchmark to Challenge Large Language Models

EMNLP 2023long main

Although large language models (LLMs) have apparently acquired a certain level of grammatical knowledge and the ability to make generalizations, they fail to interpret negation, a crucial step in Natural Language Processing. We try to clarify the reasons for the sub-optimal performance of LLMs under…

Cited by 0SourcecodeScholar
2022

Model and Data Transfer for Cross-Lingual Sequence Labelling in Zero-Resource Settings

EMNLP 2022finding

Zero-resource cross-lingual transfer approaches aim to apply supervised modelsfrom a source language to unlabelled target languages. In this paper we performan in-depth study of the two main techniques employed so far for cross-lingualzero-resource sequence labelling, based either on data or model t…

2021

Benchmarking Meta-embeddings: What Works and What Does Not

EMNLP 2021finding

In the last few years, several methods have been proposed to build meta-embeddings. The general aim was to obtain new representations integrating complementary knowledge from different source pre-trained embeddings thereby improving their overall quality. However, previous meta-embeddings have been…