paper-with-me

홈 › Papers

Initial Nugget Evaluation Results for the TREC 2024 RAG Track with the AutoNuggetizer Framework

2024-11-14 · Ronak Pradeep, Nandan Thakur, Shivani Upadhyay, Daniel Campos, Nick Craswell, Jimmy Lin

This report provides an initial look at partial results from the TREC 2024 Retrieval-Augmented Generation (RAG) Track. We have identified RAG evaluation as a barrier to continued progress in information access (and more broadly, natural language processing and artificial intelligence), and it is our hope that we can contribute to tackling the many challenges in this space. The central hypothesis we explore in this work is that the nugget evaluation methodology, originally developed for the TREC Question Answering Track in 2003, provides a solid foundation for evaluating RAG systems. As such, our efforts have focused on "refactoring" this methodology, specifically applying large language models to both automatically create nuggets and to automatically assign nuggets to system answers. We call this the AutoNuggetizer framework. Within the TREC setup, we are able to calibrate our fully automatic process against a manual process whereby nuggets are created by human assessors semi-manually and then assigned manually to system answers. Based on initial results across 21 topics from 45 runs, we observe a strong correlation between scores derived from a fully automatic nugget evaluation and a (mostly) manual nugget evaluation by human assessors. This suggests that our fully automatic evaluation process can be used to guide future iterations of RAG systems.

📄 PDF Abstract BibTeX arXiv:2411.09607

Code (2)

castorini/nuggetizer
narabzad/llm-relevance-judgement-comparison

Tasks

Question AnsweringRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

The Great Nugget Recall: Automating Fact Extraction and RAG Evaluation with Large Language Models

2025-04-21 · Ronak Pradeep, Nandan Thakur, Shivani Upadhyay, Daniel Campos 외

Large Language Models (LLMs) have significantly enhanced the capabilities of information access systems, especially with retrieval-augmented generation (RAG). Nevertheless, the evaluation of RAG systems remains a barrier…

Question AnsweringRAGRetrieval-augmented Generation

Incorporating Q&A Nuggets into Retrieval-Augmented Generation

2026-01-19 · Laura Dietz, Bryan Li, Gabrielle Liu, Jia-Huei Ju 외 arxiv

RAGE systems integrate ideas from automatic evaluation (E) into Retrieval-augmented Generation (RAG). As one such example, we present Crucible, a Nugget-Augmented Generation System that preserves explicit citation proven…

Conversational Gold: Evaluating Personalized Conversational Search System using Gold Nuggets

2025-03-12 · Zahra Abbasiantaeb, Simon Lupart, Leif Azzopardi, Jeffery Dalton 외

The rise of personalized conversational search systems has been driven by advancements in Large Language Models (LLMs), enabling these systems to retrieve and generate answers for complex information needs. However, the …

Answer GenerationConversational SearchHallucinationRAG+2

DoGMaTiQ: Automated Generation of Question-and-Answer Nuggets for Report Evaluation

2026-05-06 · Bryan Li, William Walden, Yu Hou, Gabrielle Kaili-May Liu 외 arxiv

Evaluation of long-form, citation-backed reports has lately received significant attention due to the wide-scale adoption of retrieval-augmented generation (RAG) systems. Core to many evaluation frameworks is the use of …

GINGER: Grounded Information Nugget-Based Generation of Responses

2025-03-23 · Weronika Łajewska, Krisztian Balog

Retrieval-augmented generation (RAG) faces challenges related to factual correctness, source attribution, and response completeness. To address them, we propose a modular pipeline for grounded response generation that op…

RAGResponse GenerationRetrievalRetrieval-augmented Generation