paper-with-me

홈 › Papers

Empirical evaluation of Uncertainty Quantification in Retrieval-Augmented Language Models for Science

2023-11-15 · Sridevi Wagle, Sai Munikoti, Anurag Acharya, Sara Smith, Sameera Horawalavithana

Large language models (LLMs) have shown remarkable achievements in natural language processing tasks, producing high-quality outputs. However, LLMs still exhibit limitations, including the generation of factually incorrect information. In safety-critical applications, it is important to assess the confidence of LLM-generated content to make informed decisions. Retrieval Augmented Language Models (RALMs) is relatively a new area of research in NLP. RALMs offer potential benefits for scientific NLP tasks, as retrieved documents, can serve as evidence to support model-generated content. This inclusion of evidence enhances trustworthiness, as users can verify and explore the retrieved documents to validate model outputs. Quantifying uncertainty in RALM generations further improves trustworthiness, with retrieved text and confidence scores contributing to a comprehensive and reliable model for scientific applications. However, there is limited to no research on UQ for RALMs, particularly in scientific contexts. This study aims to address this gap by conducting a comprehensive evaluation of UQ in RALMs, focusing on scientific tasks. This research investigates how uncertainty scores vary when scientific knowledge is incorporated as pretraining and retrieval data and explores the relationship between uncertainty scores and the accuracy of model-generated outputs. We observe that an existing RALM finetuned with scientific knowledge as the retrieval data tends to be more confident in generating predictions compared to the model pretrained only with scientific knowledge. We also found that RALMs are overconfident in their predictions, making inaccurate predictions more confidently than accurate ones. Scientific knowledge provided either as pretraining or retrieval corpus does not help alleviate this issue. We released our code, data and dashboards at https://github.com/pnnl/EXPERT2.

📄 PDF Abstract BibTeX arXiv:2311.09358

Code (1)

pnnl/expert2 공식 구현 pytorch

Tasks

RetrievalUncertainty Quantification

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

Simulation-Augmented Multi-Step Split Conformal Prediction for Aggregated Forecasts

2026-06-15 · Andro Sabashvili arxiv

We study uncertainty quantification for aggregated forecasting tasks such as annual totals and year-over-year growth rates. We propose SA-MSCP, a simulation-augmented multi-step split conformal method that generates futu…

Synchronous Faithfulness Monitoring for Trustworthy Retrieval-Augmented Generation

2024-06-19 · Di wu, Jia-Chen Gu, Fan Yin, Nanyun Peng 외

Retrieval-augmented language models (RALMs) have shown strong performance and wide applicability in knowledge-intensive tasks. However, there are significant trustworthiness concerns as RALMs are prone to generating unfa…

RerankingRetrievalRetrieval-augmented GenerationUncertainty Quantification

RAG-3DSG: Enhancing 3D Scene Graphs with Re-Shot Guided Retrieval-Augmented Generation

2026-01-15 · Yue Chang, Rufeng Chen, Zhaofan Zhang, Yi Chen 외 arxiv

Open-vocabulary 3D Scene Graph (3DSG) can enhance various downstream tasks in robotics by leveraging structured semantic representations, yet current 3DSG construction methods suffer from semantic inconsistencies caused …

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 a…

Question AnsweringRetrievalUncertainty Quantification