← Search

Oscar Sainz

9 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…

2025

Instructing Large Language Models for Low-Resource Languages: A Systematic Study for Basque

EMNLP 2025

Instructing language models with user intent requires large instruction datasets, which are only available for a limited set of languages. In this paper, we explore alternatives to conventional instruction adaptation pipelines in low-resource scenarios. We assume a realistic scenario for low-resourc

2024

Event Extraction in Basque: Typologically Motivated Cross-Lingual Transfer-Learning Analysis

COLING 2024main

Cross-lingual transfer-learning is widely used in Event Extraction for low-resource languages and involves a Multilingual Language Model that is trained in a source language and applied to the target language. This paper studies whether the typological similarity between source and target languages…

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

Latxa: An Open Language Model and Evaluation Suite for Basque

ACL 2024long

We introduce Latxa, a family of large language models for Basque ranging from 7 to 70 billion parameters. Latxa is based on Llama 2, which we continue pretraining on a new Basque corpus comprising 4.3M documents and 4.2B tokens. Addressing the scarcity of high-quality benchmarks for Basque, we furth…

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
2022

Textual Entailment for Event Argument Extraction: Zero- and Few-Shot with Multi-Source Learning

NAACL 2022findings

Recent work has shown that NLP tasks such as Relation Extraction (RE) can be recasted as a Textual Entailment tasks using verbalizations, with strong performance in zero-shot and few-shot settings thanks to pre-trained entailment models. The fact that relations in current RE datasets are easily verb…

2022

ZS4IE: A toolkit for Zero-Shot Information Extraction with simple Verbalizations

NAACL 2022system demonstrations

The current workflow for Information Extraction (IE) analysts involves the definition of the entities/relations of interest and a training corpus with annotated examples. In this demonstration we introduce a new workflow where the analyst directly verbalizes the entities/relations, which are then us…

2021

Label Verbalization and Entailment for Effective Zero and Few-Shot Relation Extraction

EMNLP 2021main

Relation extraction systems require large amounts of labeled examples which are costly to annotate. In this work we reformulate relation extraction as an entailment task, with simple, hand-made, verbalizations of relations produced in less than 15 min per relation. The system relies on a pretrained…