CLAIJun 23

CALIBER: Calibrating Confidence Before and After Reasoning in Language Models

arXiv:2606.2428117.3
Predicted impact top 53% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using reasoning language models, CALIBER provides a principled way to obtain well-calibrated confidence estimates, which is crucial for risk-sensitive applications.

CALIBER introduces a method to calibrate confidence in reasoning language models by eliciting confidence estimates both before and after reasoning, each supervised by the appropriate target (prompt-level success vs. answer-level correctness). It reduces Expected Calibration Error (ECE) by 52.5% over the strongest single-confidence baseline on BigMathDigits for a 7B model, achieving the best Brier score and AUROC, and remains competitive in accuracy.

Reasoning language models are increasingly asked not only to answer difficult questions, but also to estimate their likelihood of success. Existing methods typically elicit confidence only once: either before thinking or after answering. We argue that confidence in reasoning models is state-dependent: before thinking, confidence should estimate the chance of the model correctly solving the prompt, while after thinking it should predict whether the realized answer is likely to be correct. This distinction determines the appropriate supervision target: prompt-level success should supervise confidence estimates made after seeing the prompt, while individual answer-level correctness should supervise confidence estimates made after answering. We introduce CALIBER (Calibration Before and After Reasoning), which elicits both estimates and supervises each with the target matched to its information state. Under this unified protocol, CALIBER reduces Expected Calibration Error (ECE) by 52.5% over the strongest single-confidence baseline on BigMathDigits for the 7B model, while achieving the best Brier score and AUROC, and remains within 2.1 points of the best accuracy. Further, on a larger 30B model, CALIBER achieves the best ECE on BigMathDigits while remaining competitive in Brier score and AUROC. Out of distribution, it achieves the best ECE and Brier score on GPQA and TriviaQA, and remains competitive on SimpleQA. Ablations further show that this position-target alignment is most beneficial under distribution shift where it consistently reduces calibration error across all out-of-distribution benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes