Rewarding Doubt: A Reinforcement Learning Approach to Calibrated Confidence Expression of Large Language Models
Paul Stangel, David Bani-Harouni, Chantal Pellegrini, Ege Özsoy, Kamilia Zaripova, Matthias Keicher, Nassir Navab
TL;DR
This work addresses the need for trustworthy LLM outputs by calibrating the model’s expressed confidence to match actual correctness. It introduces Rewarding Doubt, an RL framework that jointly tunes answers and the associated confidence using a logarithmic proper scoring rule, ensuring $\hat{p}$ converges to the true $p^*$. The approach integrates confidence expression into generation rather than post-hoc calibration, achieving improved calibration (lower ECE) and discrimination (higher AUROC) on multiple QA benchmarks, with demonstrated generalization to out-of-domain tasks. Practical benefits include minimal inference overhead and stable task performance, supporting safer, more reliable human–AI collaboration in high-stakes settings.
Abstract
A safe and trustworthy use of Large Language Models (LLMs) requires an accurate expression of confidence in their answers. We propose a novel Reinforcement Learning approach that allows to directly fine-tune LLMs to express calibrated confidence estimates alongside their answers to factual questions. Our method optimizes a reward based on the logarithmic scoring rule, explicitly penalizing both over- and under-confidence. This encourages the model to align its confidence estimates with the actual predictive accuracy. The optimal policy under our reward design would result in perfectly calibrated confidence expressions. Unlike prior approaches that decouple confidence estimation from response generation, our method integrates confidence calibration seamlessly into the generative process of the LLM. Empirically, we demonstrate that models trained with our approach exhibit substantially improved calibration and generalize to unseen tasks without further fine-tuning, suggesting the emergence of general confidence awareness. We provide our training and evaluation code in the supplementary and will make it publicly available upon acceptance.
