CLSep 24, 2024

Controlling Risk of Retrieval-augmented Generation: A Counterfactual Prompting Framework

arXiv:2409.16146v226 citationsh-index: 50Has Code
AI Analysis

This work addresses risk control for RAG models in applications where incorrect predictions could be harmful, representing an incremental improvement by focusing on uncertainty estimation rather than core RAG performance.

The paper tackles the problem of predictive uncertainty in retrieval-augmented generation (RAG) models, which can lead to uncontrollable risks in real-world applications, by developing a counterfactual prompting framework that helps models assess their own confidence and refuse low-confidence answers, with experimental results demonstrating its effectiveness.

Retrieval-augmented generation (RAG) has emerged as a popular solution to mitigate the hallucination issues of large language models. However, existing studies on RAG seldom address the issue of predictive uncertainty, i.e., how likely it is that a RAG model's prediction is incorrect, resulting in uncontrollable risks in real-world applications. In this work, we emphasize the importance of risk control, ensuring that RAG models proactively refuse to answer questions with low confidence. Our research identifies two critical latent factors affecting RAG's confidence in its predictions: the quality of the retrieved results and the manner in which these results are utilized. To guide RAG models in assessing their own confidence based on these two latent factors, we develop a counterfactual prompting framework that induces the models to alter these factors and analyzes the effect on their answers. We also introduce a benchmarking procedure to collect answers with the option to abstain, facilitating a series of experiments. For evaluation, we introduce several risk-related metrics and the experimental results demonstrate the effectiveness of our approach. Our code and benchmark dataset are available at https://github.com/ict-bigdatalab/RC-RAG.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes