Adaptive Retrieval Without Self-Knowledge? Bringing Uncertainty Back Home
Viktor Moskvoretskii, Maria Lysyuk, Mikhail Salnikov, Nikolay Ivanov, Sergey Pletenev, Daria Galimzianova, Nikita Krayko, Vasily Konovalov, Irina Nikishina, Alexander Panchenko
TL;DR
The paper tackles the efficiency-accuracy trade-off in retrieval-augmented QA by exhaustively comparing 35 adaptive retrieval methods against 27 uncertainty estimation techniques across 6 QA datasets and 10 evaluation metrics. It finds that well-established uncertainty estimation methods often match or surpass complex adaptive pipelines in QA while requiring far fewer LLM and retriever calls, and provide stronger self-knowledge signals. The study reveals notable disjunctions between downstream QA performance and self-knowledge quality, especially under distribution shifts, and shows internal-based UE methods to be more functionally complex than consistency-based or logit-based approaches. These results position uncertainty-based adaptive retrieval as a practical, scalable alternative for robust QA with efficient resource use, while highlighting areas for further cross-model validation and ethical considerations.
Abstract
Retrieval Augmented Generation (RAG) improves correctness of Question Answering (QA) and addresses hallucinations in Large Language Models (LLMs), yet greatly increase computational costs. Besides, RAG is not always needed as may introduce irrelevant information. Recent adaptive retrieval methods integrate LLMs' intrinsic knowledge with external information appealing to LLM self-knowledge, but they often neglect efficiency evaluations and comparisons with uncertainty estimation techniques. We bridge this gap by conducting a comprehensive analysis of 35 adaptive retrieval methods, including 8 recent approaches and 27 uncertainty estimation techniques, across 6 datasets using 10 metrics for QA performance, self-knowledge, and efficiency. Our findings show that uncertainty estimation techniques often outperform complex pipelines in terms of efficiency and self-knowledge, while maintaining comparable QA performance.
