LLM-Independent Adaptive RAG: Let the Question Speak for Itself
Maria Marina, Nikolay Ivanov, Sergey Pletenev, Mikhail Salnikov, Daria Galimzianova, Nikita Krayko, Vasily Konovalov, Alexander Panchenko, Viktor Moskvoretskii
TL;DR
The paper tackles the high cost and potential misinformation risk of retrieval-augmented QA by proposing an LLM-independent adaptive retrieval approach driven by external information. It introduces seven feature groups totaling 27 features that precompute retrieval decisions without relying on LLM uncertainty, and evaluates them across six QA datasets. Results show that external features can match or exceed uncertainty-based adaptive methods in QA quality while substantially reducing LM calls, highlighting significant efficiency gains. This work demonstrates that external information can substitute or complement internal uncertainty signals, enabling scalable and efficient RAG deployments, especially for complex questions.
Abstract
Large Language Models~(LLMs) are prone to hallucinations, and Retrieval-Augmented Generation (RAG) helps mitigate this, but at a high computational cost while risking misinformation. Adaptive retrieval aims to retrieve only when necessary, but existing approaches rely on LLM-based uncertainty estimation, which remain inefficient and impractical. In this study, we introduce lightweight LLM-independent adaptive retrieval methods based on external information. We investigated 27 features, organized into 7 groups, and their hybrid combinations. We evaluated these methods on 6 QA datasets, assessing the QA performance and efficiency. The results show that our approach matches the performance of complex LLM-based methods while achieving significant efficiency gains, demonstrating the potential of external information for adaptive retrieval.
