Mitigating LLM Hallucination via Behaviorally Calibrated Reinforcement Learning
Jiayun Wu, Jiashuo Liu, Zhiyuan Zeng, Tianyang Zhan, Tianle Cai, Wenhao Huang
TL;DR
<3-5 sentence high-level summary>This work addresses the persistent hallucination problem in LLMs by reframing model output as a calibrated decision, where abstention and claim-level uncertainty signaling are learned through behavioral calibration. It introduces three strategies—Explicit Risk Thresholding, Verbalized Confidence, and Critic Value—with Verbalized Confidence and two prior-distribution-based rewards (Uniform and Beta) showing strong calibration and uncertainty discrimination, often exceeding much larger frontier models in uncertainty metrics. The experiments on Qwen3-4B-Instruct demonstrate that smaller models can achieve state-of-the-art calibration (e.g., SNR gains on BeyondAIME and zero-shot calibration on SimpleQA) while maintaining competitive or improved uncertainty handling. The results highlight a transferable meta-skill: calibration of epistemic certainty can be learned and deployed to improve safety and reliability without requiring maximal raw accuracy.
Abstract
LLM deployment in critical domains is currently impeded by persistent hallucinations--generating plausible but factually incorrect assertions. While scaling laws drove significant improvements in general capabilities, theoretical frameworks suggest hallucination is not merely stochastic error but a predictable statistical consequence of training objectives prioritizing mimicking data distribution over epistemic honesty. Standard RLVR paradigms, utilizing binary reward signals, inadvertently incentivize models as good test-takers rather than honest communicators, encouraging guessing whenever correctness probability exceeds zero. This paper presents an exhaustive investigation into behavioral calibration, which incentivizes models to stochastically admit uncertainty by abstaining when not confident, aligning model behavior with accuracy. Synthesizing recent advances, we propose and evaluate training interventions optimizing strictly proper scoring rules for models to output a calibrated probability of correctness. Our methods enable models to either abstain from producing a complete response or flag individual claims where uncertainty remains. Utilizing Qwen3-4B-Instruct, empirical analysis reveals behavior-calibrated reinforcement learning allows smaller models to surpass frontier models in uncertainty quantification--a transferable meta-skill decouplable from raw predictive accuracy. Trained on math reasoning tasks, our model's log-scale Accuracy-to-Hallucination Ratio gain (0.806) exceeds GPT-5's (0.207) in a challenging in-domain evaluation (BeyondAIME). Moreover, in cross-domain factual QA (SimpleQA), our 4B LLM achieves zero-shot calibration error on par with frontier models including Grok-4 and Gemini-2.5-Pro, even though its factual accuracy is much lower.
