English

Beyond Self-Knowledge: Propagating Uncertainty Across Reasoning and Retrieval in LLMs

Information Retrieval 2026-07-28 v1 Artificial Intelligence Computation and Language

Abstract

Retrieval-augmented generation improves knowledge-intensive question answering, but indiscriminate retrieval can introduce irrelevant evidence and unnecessary computation. We investigate whether verbalized confidence from black-box language models can serve as an actionable signal for retrieval routing. Our method, BeyondUncertainty, first elicits a structured provisional answer and confidence estimate, then applies a model-specific threshold selected on held-out validation data and frozen before test evaluation. Low-confidence questions receive top-55 TF--IDF retrieval followed by a second answer call, whereas high-confidence questions return the provisional answer directly. We evaluate 27,000 policy instances across six QA benchmarks, three model families, and three retrieval policies. BeyondUncertainty achieves 0.4830.483 mean token-level F1, compared with 0.4670.467 for always retrieval and 0.4010.401 for no retrieval, while reducing retrieved passages by 20.4%20.4\% relative to always retrieval. When matched on the number of questions routed to retrieval within each dataset--model cell, it outperforms a post-hoc random allocation in 17 of 18 settings, with an average gain of 0.024 F1. Although poorly calibrated as an absolute probability, probe uncertainty modestly predicts question-level retrieval benefit (AUROC =0.628=0.628). However, the additional probe increases total token usage by 28.2%28.2\%, revealing a trade-off between more selective evidence acquisition and end-to-end token efficiency.

Cite

@article{arxiv.2607.25600,
  title  = {Beyond Self-Knowledge: Propagating Uncertainty Across Reasoning and Retrieval in LLMs},
  author = {Chandan Kumar Sah and Xiaoli Lian and Li Zhang},
  journal= {arXiv preprint arXiv:2607.25600},
  year   = {2026}
}

Comments

9 pages, 6 figures, 6 tables