When to Trust LLMs: Aligning Confidence with Response Quality
Shuchang Tao, Liuyi Yao, Hanxing Ding, Yuexiang Xie, Qi Cao, Fei Sun, Jinyang Gao, Huawei Shen, Bolin Ding
TL;DR
This work tackles the challenge of trusting LLMs by aligning verbalized confidence with actual answer quality. It introduces CONQORD, a reinforcement learning framework with a dual-component reward: a quality reward $R_Q$ and an order-preserving alignment reward $R_A$, combined as $R_O = R_Q + \alpha R_A$, and optimized via PPO with a KL penalty. Empirical results on TruthfulQA and Natural Questions across multiple foundation models show improved calibration (lower $ECE$) and stronger alignment between confidence and quality, without sacrificing performance, and demonstrate effective use of calibrated confidence to drive adaptive retrieval. The approach advances trustworthy AI by providing transparent, reliable confidence signals that can guide retrieval and decision-making in safety-critical contexts.
Abstract
Despite the success of large language models (LLMs) in natural language generation, much evidence shows that LLMs may produce incorrect or nonsensical text. This limitation highlights the importance of discerning when to trust LLMs, especially in safety-critical domains. Existing methods often express reliability by confidence level, however, their effectiveness is limited by the lack of objective guidance. To address this, we propose CONfidence-Quality-ORDer-preserving alignment approach (CONQORD), which leverages reinforcement learning guided by a tailored dual-component reward function. This function integrates quality reward and order-preserving alignment reward functions. Specifically, the order-preserving reward incentivizes the model to verbalize greater confidence for responses of higher quality to align the order of confidence and quality. Experiments demonstrate that CONQORD significantly improves the alignment performance between confidence and response accuracy, without causing over-cautious. Furthermore, the aligned confidence provided by CONQORD informs when to trust LLMs, and acts as a determinant for initiating the retrieval process of external knowledge. Aligning confidence with response quality ensures more transparent and reliable responses, providing better trustworthiness.
