English

Adaptive Retrieval Without Self-Knowledge? Bringing Uncertainty Back Home

Computation and Language 2025-02-24 v2 Machine Learning

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.

Keywords

Cite

@article{arxiv.2501.12835,
  title  = {Adaptive Retrieval Without Self-Knowledge? Bringing Uncertainty Back Home},
  author = {Viktor Moskvoretskii and Maria Lysyuk and Mikhail Salnikov and Nikolay Ivanov and Sergey Pletenev and Daria Galimzianova and Nikita Krayko and Vasily Konovalov and Irina Nikishina and Alexander Panchenko},
  journal= {arXiv preprint arXiv:2501.12835},
  year   = {2025}
}

Comments

The code and data are at https://github.com/s-nlp/AdaRAGUE

R2 v1 2026-06-28T21:13:31.126Z