← Search

Oier Lopez De Lacalle

9 accepted papers

2025

Vision-Language Models Struggle to Align Entities across Modalities

ACL 2025finding

Cross-modal entity linking refers to the ability to align entities and their attributes across different modalities. While cross-modal entity linking is a fundamental skill needed for real-world applications such as multimodal code generation, fake news detection, or scene understanding, it has not…

2024

BertaQA: How Much Do Language Models Know About Local Culture?

NeurIPS 2024poster

Large Language Models (LLMs) exhibit extensive knowledge about the world, but most evaluations have been limited to global or anglocentric subjects. This raises the question of how well these models perform on topics relevant to other cultures, whose presence on the web is not that prominent. To add…

2024

Do Multilingual Language Models Think Better in English?

NAACL 2024short

Translate-test is a popular technique to improve the performance of multilingual language models. This approach works by translating the input into English using an external machine translation system before running inference. However, these improvements can be attributed to the use of a separate tr…

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…

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…