SUGAR: Leveraging Contextual Confidence for Smarter Retrieval
Hanna Zubkova, Ji-Hoon Park, Seong-Whan Lee

TL;DR
SUGAR enhances retrieval-augmented generation by using semantic uncertainty to adaptively decide when and how to retrieve, improving answer quality and efficiency in question answering tasks.
Contribution
This paper introduces SUGAR, a novel method that leverages context-based entropy to guide adaptive retrieval, reducing unnecessary retrieval and noise influence.
Findings
Improves answer accuracy across multiple QA datasets.
Reduces retrieval operations, increasing efficiency.
Enhances model robustness by filtering noisy content.
Abstract
Bearing in mind the limited parametric knowledge of Large Language Models (LLMs), retrieval-augmented generation (RAG) which supplies them with the relevant external knowledge has served as an approach to mitigate the issue of hallucinations to a certain extent. However, uniformly retrieving supporting context makes response generation source-inefficient, as triggering the retriever is not always necessary, or even inaccurate, when a model gets distracted by noisy retrieved content and produces an unhelpful answer. Motivated by these issues, we introduce Semantic Uncertainty Guided Adaptive Retrieval (SUGAR), where we leverage context-based entropy to actively decide whether to retrieve and to further determine between single-step and multi-step retrieval. Our empirical results show that selective retrieval guided by semantic uncertainty estimation improves the performance across…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Recommender Systems and Techniques · Data Quality and Management
