Skip to main content

Showing 1–12 of 12 results for author: Sainz, O

.
  1. arXiv:2404.06392  [pdf, other

    cs.CL cs.AI

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

    Authors: Mikel Zubillaga, Oscar Sainz, Ainara Estarrona, Oier Lopez de Lacalle, Eneko Agirre

    Abstract: 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 impacts the performance of cross-lingual transfer, an under-explored topic. We first focus on Basque… ▽ More

    Submitted 9 April, 2024; originally announced April 2024.

    Comments: Accepted at LREC-Coling 2024

  2. arXiv:2403.20266  [pdf, other

    cs.CL cs.AI cs.LG

    Latxa: An Open Language Model and Evaluation Suite for Basque

    Authors: Julen Etxaniz, Oscar Sainz, Naiara Perez, Itziar Aldabe, German Rigau, Eneko Agirre, Aitor Ormazabal, Mikel Artetxe, Aitor Soroa

    Abstract: 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 further introduce 4 multiple choice evaluation datasets: EusProficiency, comprising 5,169 questions from… ▽ More

    Submitted 29 March, 2024; originally announced March 2024.

  3. arXiv:2310.18018  [pdf, other

    cs.CL

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

    Authors: Oscar Sainz, Jon Ander Campos, Iker García-Ferrero, Julen Etxaniz, Oier Lopez de Lacalle, Eneko Agirre

    Abstract: 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 same benchmark. The extent of the problem is unknown, as it is not straightforward to measure. Contami… ▽ More

    Submitted 27 October, 2023; originally announced October 2023.

    Comments: Accepted at EMNLP2024-Findings

  4. arXiv:2310.03668  [pdf, other

    cs.CL

    GoLLIE: Annotation Guidelines improve Zero-Shot Information-Extraction

    Authors: Oscar Sainz, Iker García-Ferrero, Rodrigo Agerri, Oier Lopez de Lacalle, German Rigau, Eneko Agirre

    Abstract: 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 guidelines that describe the task and give examples to humans. Previous attempts to leverage such infor… ▽ More

    Submitted 6 March, 2024; v1 submitted 5 October, 2023; originally announced October 2023.

    Comments: The Twelfth International Conference on Learning Representations - ICLR 2024

  5. arXiv:2304.10637  [pdf, other

    cs.CL

    IXA/Cogcomp at SemEval-2023 Task 2: Context-enriched Multilingual Named Entity Recognition using Knowledge Bases

    Authors: Iker García-Ferrero, Jon Ander Campos, Oscar Sainz, Ander Salaberria, Dan Roth

    Abstract: Named Entity Recognition (NER) is a core natural language processing task in which pre-trained language models have shown remarkable performance. However, standard benchmarks like CoNLL 2003 do not address many of the challenges that deployed NER systems face, such as having to classify emerging or complex entities in a fine-grained way. In this paper we present a novel NER cascade approach compri… ▽ More

    Submitted 27 April, 2023; v1 submitted 20 April, 2023; originally announced April 2023.

    Comments: SemEval 2023

  6. arXiv:2302.03353  [pdf, other

    cs.CL

    What do Language Models know about word senses? Zero-Shot WSD with Language Models and Domain Inventories

    Authors: Oscar Sainz, Oier Lopez de Lacalle, Eneko Agirre, German Rigau

    Abstract: Language Models are the core for almost any Natural Language Processing system nowadays. One of their particularities is their contextualized representations, a game changer feature when a disambiguation between word senses is necessary. In this paper we aim to explore to what extent language models are capable of discerning among senses at inference time. We performed this analysis by prompting c… ▽ More

    Submitted 7 February, 2023; originally announced February 2023.

    Comments: Presented at GWC2023

  7. arXiv:2206.12719  [pdf, other

    cs.RO

    Deploying Robots in Everyday Environments: Towards Dependable and Practical Robotic Systems

    Authors: Alex Mitrevski, Santosh Thoduka, Argentina Ortega Sáinz, Maximilian Schöbel, Patrick Nagel, Paul G. Plöger, Erwin Prassler

    Abstract: Robot deployment in realistic dynamic environments is a challenging problem despite the fact that robots can be quite skilled at a large number of isolated tasks. One reason for this is that robots are rarely equipped with powerful introspection capabilities, which means that they cannot always deal with failures in a reasonable manner; in addition, manual diagnosis is often a tedious task that re… ▽ More

    Submitted 25 June, 2022; originally announced June 2022.

    Comments: Presented at the 29th International Workshop on Principles of Diagnosis (DX), 2018

  8. arXiv:2205.01376  [pdf, other

    cs.CL

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

    Authors: Oscar Sainz, Itziar Gonzalez-Dios, Oier Lopez de Lacalle, Bonan Min, Eneko Agirre

    Abstract: Recent work has shown that NLP tasks such as Relation Extraction (RE) can be recasted as 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 verbalized casts doubts on whether entailment would be effective in more complex tasks. In this work we sh… ▽ More

    Submitted 3 May, 2022; originally announced May 2022.

    Comments: Accepted as Findings of NAACL2022

  9. arXiv:2203.13602  [pdf, other

    cs.CL

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

    Authors: Oscar Sainz, Haoling Qiu, Oier Lopez de Lacalle, Eneko Agirre, Bonan Min

    Abstract: 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 used by a Textual Entailment model to perform zero-shot IE. We present the design and implementation o… ▽ More

    Submitted 3 May, 2022; v1 submitted 25 March, 2022; originally announced March 2022.

    Comments: Accepted at NAACL2022 Demo track

  10. arXiv:2111.01243  [pdf, other

    cs.CL cs.AI cs.LG

    Recent Advances in Natural Language Processing via Large Pre-Trained Language Models: A Survey

    Authors: Bonan Min, Hayley Ross, Elior Sulem, Amir Pouran Ben Veyseh, Thien Huu Nguyen, Oscar Sainz, Eneko Agirre, Ilana Heinz, Dan Roth

    Abstract: Large, pre-trained transformer-based language models such as BERT have drastically changed the Natural Language Processing (NLP) field. We present a survey of recent work that uses these large language models to solve NLP tasks via pre-training then fine-tuning, prompting, or text generation approaches. We also present approaches that use pre-trained language models to generate data for training a… ▽ More

    Submitted 1 November, 2021; originally announced November 2021.

  11. arXiv:2109.03659  [pdf, other

    cs.CL

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

    Authors: Oscar Sainz, Oier Lopez de Lacalle, Gorka Labaka, Ander Barrena, Eneko Agirre

    Abstract: 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 textual entailment engine which is run as-is (no training examples, zero-shot) or further fine-tuned… ▽ More

    Submitted 8 September, 2021; originally announced September 2021.

    Comments: Accepted at EMNLP2021

  12. arXiv:2101.02661  [pdf, other

    cs.CL

    Ask2Transformers: Zero-Shot Domain labelling with Pre-trained Language Models

    Authors: Oscar Sainz, German Rigau

    Abstract: In this paper we present a system that exploits different pre-trained Language Models for assigning domain labels to WordNet synsets without any kind of supervision. Furthermore, the system is not restricted to use a particular set of domain labels. We exploit the knowledge encoded within different off-the-shelf pre-trained Language Models and task formulations to infer the domain label of a parti… ▽ More

    Submitted 29 January, 2021; v1 submitted 7 January, 2021; originally announced January 2021.

    Comments: Accepted on Proceedings of the 11th Global WordNet Conference (GWC 2021).