← Search

Leonardo F. R. Ribeiro

16 accepted papers

2025

GaRAGe: A Benchmark with Grounding Annotations for RAG Evaluation

ACL 2025finding

We present GaRAGe, a large RAG benchmark with human-curated long-form answers and annotations of each grounding passage, allowing a fine-grained evaluation of whether LLMs can identify relevant grounding when generating RAG answers. Our benchmark contains 2366 questions of diverse complexity, dynami…

Cited by 0SourcePDFScholar
2025

NeoQA: Evidence-based Question Answering with Generated News Events

ACL 2025finding

Evaluating Retrieval-Augmented Generation (RAG) in large language models (LLMs) is challenging because benchmarks can quickly become stale. Questions initially requiring retrieval may become answerable from pretraining knowledge as newer models incorporate more recent information during pretraining,…

2025

RAGferee: Building Contextual Reward Models for Retrieval-Augmented Generation

EMNLP 2025

Existing Reward Models (RMs), typically trained on general preference data, struggle in Retrieval Augmented Generation (RAG) settings, which require judging responses for faithfulness to retrieved context, relevance to the user query, appropriate refusals when context is insufficient, completeness a

2025

Tuning-Free Personalized Alignment via Trial-Error-Explain In-Context Learning

NAACL 2025findings

Language models are aligned to the collective voice of many, resulting in generic outputs that do not align with specific users’ styles. In this work, we present Trial-Error-Explain In-Context Learning (TICL), a tuning-free method that personalizes language models for text generation tasks with fewe…

2025

XRAG: Cross-lingual Retrieval-Augmented Generation

EMNLP 2025

We propose XRAG, a novel benchmark designed to evaluate the generation abilities of LLMs in cross-lingual Retrieval-Augmented Generation (RAG) settings where the user language does not match the retrieval results. XRAG is constructed from recent news articles to ensure that its questions require ext

2024

FANTAstic SEquences and Where to Find Them: Faithful and Efficient API Call Generation through State-tracked Constrained Decoding and Reranking

EMNLP 2024finding

API call generation is the cornerstone of large language models’ tool-using ability that provides access to the larger world. However, existing supervised and in-context learning approaches suffer from high training costs, poor data efficiency, and generated API calls that can be unfaithful to the A…

2024

Learning When to Retrieve, What to Rewrite, and How to Respond in Conversational QA

EMNLP 2024finding

Augmenting Large Language Models (LLMs) with information retrieval capabilities (i.e., Retrieval-Augmented Generation (RAG)) has proven beneficial for knowledge-intensive tasks. However, understanding users’ contextual search intent when generating responses is an understudied topic for conversation…

2024

Measuring Retrieval Complexity in Question Answering Systems

ACL 2024findings

In this paper, we investigate which questions are challenging for retrieval-based Question Answering (QA). We (i) propose retrieval complexity (RC), a novel metric conditioned on the completeness of retrieved documents, which measures the difficulty of answering questions, and (ii) propose an unsupe…

Cited by 2SourcePDFScholar
2024

REFINESUMM: Self-Refining MLLM for Generating a Multimodal Summarization Dataset

ACL 2024long

Multimodal Large Language Models (MLLMs) excel at synthesizing key information from diverse sources. However, generating accurate and faithful multimodal summaries is challenging, primarily due to the lack of appropriate multimodal datasets for fine-tuning that meaningfully integrate textual and vis…

2024

Speechworthy Instruction-tuned Language Models

EMNLP 2024main

Current instruction-tuned language models are exclusively trained with textual preference data and thus may not be aligned to the unique requirements of other modalities, such as speech. To better align language models with the speech domain, we explore i) prompting strategies based on radio-industr…

Cited by 3SourcePDFScholar
2023

Generating Summaries with Controllable Readability Levels

EMNLP 2023long main

Readability refers to how easily a reader can understand a written text. Several factors affect the readability level, such as the complexity of the text, its subject matter, and the reader's background knowledge. Generating summaries based on different readability levels is critical for enabling kn…

Cited by 0SourcecodeScholar
2022

FactGraph: Evaluating Factuality in Summarization with Semantic Graph Representations

NAACL 2022long

Despite recent improvements in abstractive summarization, most current approaches generate summaries that are not factually consistent with the source document, severely restricting their trust and usage in real-world applications. Recent works have shown promising improvements in factuality error i…

2022

Incorporating Relevance Feedback for Information-Seeking Retrieval using Few-Shot Document Re-Ranking

EMNLP 2022main

Pairing a lexical retriever with a neural re-ranking model has set state-of-the-art performance on large-scale information retrieval datasets. This pipeline covers scenarios like question answering or navigational queries, however, for information-seeking scenarios, users often provide information o…

2021

Smelting Gold and Silver for Improved Multilingual AMR-to-Text Generation

EMNLP 2021main

Recent work on multilingual AMR-to-text generation has exclusively focused on data augmentation strategies that utilize silver AMR. However, this assumes a high quality of generated AMRs, potentially limiting the transferability to the target task. In this paper, we investigate different techniques…

2021

Structural Adapters in Pretrained Language Models for AMR-to-Text Generation

EMNLP 2021main

Pretrained language models (PLM) have recently advanced graph-to-text generation, where the input graph is linearized into a sequence and fed into the PLM to obtain its representation. However, efficiently encoding the graph structure in PLMs is challenging because such models were pretrained on nat…