NAACL: Noise-AwAre Verbal Confidence Calibration for LLMs in RAG Systems
Jiayu Liu, Rui Wang, Qing Zong, Qingcheng Zeng, Tianshi Zheng, Haochen Shi, Dadi Guo, Baixuan Xu, Chunyang Li, Yangqiu Song
TL;DR
NAACL identifies a fundamental mismatch between verbal confidence and factual correctness in retrieval-augmented generation due to noisy retrieved contexts. It introduces Noise-AwAre Confidence CaLibration Rules (Conflict Independence, Noise Invariance, Parametric Fallback) and a self-bootstrapped training pipeline (NAACL) that synthesizes ~2K QA trajectories with explicit intermediate judgments. Through supervised fine-tuning on these trajectories, NAACL achieves significant calibration improvements (e.g., substantial reductions in $ECE$ and higher $AUROC$) while enhancing interpretability by grounding confidence in reasoning about passage utility. The framework remains general across noise levels and model backbones, offering a principled path toward epistemically reliable RAG systems, with limitations around model scale, synthetic noise, and long-context extension discussed.
Abstract
Accurately assessing model confidence is essential for deploying large language models (LLMs) in mission-critical factual domains. While retrieval-augmented generation (RAG) is widely adopted to improve grounding, confidence calibration in RAG settings remains poorly understood. We conduct a systematic study across four benchmarks, revealing that LLMs exhibit poor calibration performance due to noisy retrieved contexts. Specifically, contradictory or irrelevant evidence tends to inflate the model's false certainty, leading to severe overconfidence. To address this, we propose NAACL Rules (Noise-AwAre Confidence CaLibration Rules) to provide a principled foundation for resolving overconfidence under noise. We further design NAACL, a noise-aware calibration framework that synthesizes supervision from about 2K HotpotQA examples guided by these rules. By performing supervised fine-tuning (SFT) with this data, NAACL equips models with intrinsic noise awareness without relying on stronger teacher models. Empirical results show that NAACL yields substantial gains, improving ECE scores by 10.9% in-domain and 8.0% out-of-domain. By bridging the gap between retrieval noise and verbal calibration, NAACL paves the way for both accurate and epistemically reliable LLMs.
