paper-with-me

홈 › Papers

Uncertainty Quantification in Retrieval Augmented Question Answering

2025-02-25 · Laura Perez-Beltrachini, Mirella Lapata

Retrieval augmented Question Answering (QA) helps QA models overcome knowledge gaps by incorporating retrieved evidence, typically a set of passages, alongside the question at test time. Previous studies show that this approach improves QA performance and reduces hallucinations, without, however, assessing whether the retrieved passages are indeed useful at answering correctly. In this work, we propose to quantify the uncertainty of a QA model via estimating the utility of the passages it is provided with. We train a lightweight neural model to predict passage utility for a target QA model and show that while simple information theoretic metrics can predict answer correctness up to a certain extent, our approach efficiently approximates or outperforms more expensive sampling-based methods. Code and data are available at https://github.com/lauhaide/ragu.

📄 PDF Abstract BibTeX arXiv:2502.18108

Code (1)

lauhaide/ragu 공식 구현 pytorch

Tasks

Question AnsweringRetrievalUncertainty Quantification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

URAG: A Benchmark for Uncertainty Quantification in Retrieval-Augmented Large Language Models

2026-03-02 · Vinh Nguyen, Cuong Dang, Jiahao Zhang, Hoa Tran 외 arxiv

Retrieval-Augmented Generation (RAG) has emerged as a widely adopted approach for enhancing LLMs in scenarios that demand extensive factual knowledge. However, current RAG evaluations concentrate primarily on correctness…

Question Answering

To Retrieve or Not to Retrieve? Uncertainty Detection for Dynamic Retrieval Augmented Generation

2025-01-16 · Kaustubh D. Dhole

Retrieval-Augmented Generation equips large language models with the capability to retrieve external knowledge, thereby mitigating hallucinations by incorporating information beyond the model's intrinsic abilities. Howev…

Long Form Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation

Tools in the Loop: Quantifying Uncertainty of LLM Question Answering Systems That Use Tools

2025-05-22 · Panagiotis Lymperopoulos, Vasanth Sarathy

Modern Large Language Models (LLMs) often require external tools, such as machine learning classifiers or knowledge retrieval systems, to provide accurate answers in domains where their pre-trained knowledge is insuffici…

Information RetrievalQuestion AnsweringRAGRetrieval+2

Remember with Confidence: Uncertainty Quantification for Spatio-temporal Memory with Probabilistic Guarantees

2026-06-06 · Harry Zhang, Nicolas Gorlo, Luca Carlone arxiv

Long-horizon robot operation requires spatio-temporal memory to record the environment state and recall it for downstream reasoning. Scene graphs and retrieval-augmented systems ground VLM descriptions to persistent 3D e…

Question Answering

Prompt Generate Train (PGT): Few-shot Domain Adaption of Retrieval Augmented Generation Models for Open Book Question-Answering

2023-07-12 · C. S. Krishna

We propose a framework - Prompt, Generate, Train (PGT) - to efficiently develop a generative question-answering model for open-book question-answering over a proprietary collection of text documents. The framework adapts…

Domain AdaptationGenerative Question AnsweringQuestion AnsweringRAG+3