paper-with-me

Papers

MRT at IberLEF-2025 PRESTA Task: Maximizing Recovery from Tables with Multiple Steps

2025-07-17 · Maximiliano Hormazábal Lagos, Álvaro Bueno Sáez, Héctor Cerezo-Costas, Pedro Alonso Doval, Jorge Alcalde Vesteiro arxiv

This paper presents our approach for the IberLEF 2025 Task PRESTA: Preguntas y Respuestas sobre Tablas en Español (Questions and Answers about Tables in Spanish). Our solution obtains answers to the questions by implementing Python code generation with LLMs that is used to filter and process the table. This solution evolves from the MRT implementation for the Semeval 2025 related task. The process consists of multiple steps: analyzing and understanding the content of the table, selecting the useful columns, generating instructions in natural language, translating these instructions to code, running it, and handling potential errors or exceptions. These steps use open-source LLMs and fine-grained optimized prompts for each step. With this approach, we achieved an accuracy score of 85\% in the task.

📄 PDF Abstract BibTeX arXiv:2507.12981

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Seismic facies recognition based on prestack data using deep convolutional autoencoder

2017-04-08 · Feng Qian, Miao Yin, Ming-Jun Su, Yaojun Wang 외

Prestack seismic data carries much useful information that can help us find more complex atypical reservoirs. Therefore, we are increasingly inclined to use prestack seismic data for seis- mic facies recognition. However…

Clusteringvalid

A convolutional neural network for prestack fracture detection

2021-07-03 · Zhenyu Yuan, Yuxin Jiang, Jingjing Li, Handong Huang

Fractures are widely developed in hydrocarbon reservoirs and constitute the accumulation spaces and transport channels of oil and gas. Fracture detection is a fundamental task for reservoir characterization. From prestac…

Fracture detection

Overview of GUA-SPA at IberLEF 2023: Guarani-Spanish Code Switching Analysis

2023-09-12 · Luis Chiruzzo, Marvin Agüero-Torales, Gustavo Giménez-Lugo, Aldo Alvarez 외

We present the first shared task for detecting and analyzing code-switching in Guarani and Spanish, GUA-SPA at IberLEF 2023. The challenge consisted of three tasks: identifying the language of a token, NER, and a novel t…

ArticlesNERSingle Particle Analysis

Overview of CAPITEL Shared Tasks at IberLEF 2020: Named Entity Recognition and Universal Dependencies Parsing

2020-11-11 · Jordi Porta-Zamorano, Luis Espinosa-Anke

We present the results of the CAPITEL-EVAL shared task, held in the context of the IberLEF 2020 competition series. CAPITEL-EVAL consisted on two subtasks: (1) Named Entity Recognition and Classification and (2) Universa…

ArticlesDependency Parsingnamed-entity-recognitionNamed Entity Recognition+1

Overview of ADoBo at IberLEF 2025: Automatic Detection of Anglicisms in Spanish

2025-07-29 · Elena Alvarez-Mellado, Jordi Porta-Zamorano, Constantine Lignos, Julio Gonzalo arxiv

This paper summarizes the main findings of ADoBo 2025, the shared task on anglicism identification in Spanish proposed in the context of IberLEF 2025. Participants of ADoBo 2025 were asked to detect English lexical borro…