# Beyond Binary Rewards: Training LMs to Reason About Their Uncertainty reinforcement learning with calibration rewards — training a reasoning model to output a confidence score alongside its answer, rewarded by a Brier score Authors: Mehul Damani, Isha Puri, Stewart Slocum, Idan Shenfeld, Leshem Choshen, Yoon Kim, Jacob Andreas Venue: The Fourteenth International Conference on Learning Representations (2026) ## What this paper shows RLCR adds a Brier-score term to the binary correctness reward of reasoning RL, so models learn to emit a calibrated confidence estimate alongside their answer without sacrificing task accuracy. ## Claims, with scope - RLCR shows that RL for reasoning can optimize calibration alongside correctness by adding a proper-scoring-rule term to the binary correctness reward. Confidence is learned by the reasoning model itself rather than fitted post hoc by a separate model. Scope: As of the 2026 publication; earlier RL-for-calibration work optimized calibration alone and was evaluated on non-reasoning tasks. Demonstrated on 7B-8B open models. - A reward equal to a scaled correctness indicator minus a proper scoring rule provably incentivizes a calibrated confidence and the answer with the highest success probability. The guarantee requires the scoring rule's S(p,1)-S(p,0) to be bounded by the correctness weight lambda. Scope: Assumes the correctness indicator for a fixed prediction is Bernoulli and that confidence can be chosen freely. Brier satisfies the bound at lambda=1; the log score does not, since S(p,1)-S(p,0) diverges as p approaches 0. Evidence: Theorem 1 and Appendix A (Lemma 1, Lemma 2, Corollary 1) - On in-distribution HotpotQA, RLCR cuts expected calibration error from 0.37 to 0.03 and Brier score from 0.37 to 0.21 relative to RLVR, at 62.1% versus 63.0% accuracy. Scope: Qwen2.5-7B base, GRPO with no KL regularization, trained on 20,000 HotpotQA-Modified examples; evaluated at temperature 0 with exact-match correctness. Evidence: Table 1(a) - Trained on Big-Math, RLCR reduces in-domain expected calibration error from 0.26 to 0.10 versus RLVR while matching accuracy (72.7% vs 72.9%) averaged over MATH-500, GSM8K and Big-Math. Scope: Qwen2.5-7B base; Big-Math subset of 15,000 numerical-answer problems with LLaMA-8B solve rate between 0 and 70%; correctness scored by math-verify. Evidence: Table 1(b) - Averaged over 6 out-of-distribution datasets, RLVR training on HotpotQA worsens Brier score from the base model's 0.41 to 0.46, whereas RLCR improves it to 0.21 and raises AUROC from 0.50 to 0.68. Scope: Qwen2.5-7B trained only on HotpotQA-Modified; OOD set is TriviaQA, SimpleQA, MATH-500, GSM8K, CommonsenseQA and GPQA. OOD accuracy is roughly flat for all RL methods. Evidence: Table 1(a), O.O.D. Averaged columns - RLCR reaches out-of-distribution Brier score 0.21 with a single model, against 0.27 for a same-size BCE confidence classifier and 0.32 for a Brier-loss classifier. A linear probe on RLVR embeddings reaches 0.38 and answer-token probability 0.42. Scope: Classifiers and probe are trained on RLVR outputs from Qwen2.5-7B on HotpotQA-Modified and share the RLVR generator, so their accuracies equal RLVR's. In-distribution the BCE classifier is close (ECE 0.07 versus RLCR's 0.03). Evidence: Table 1(a) - Replacing the Brier term with the unbounded log score collapses training on a 5-arm next-draw prediction task: RLCR-Log outputs the invalid arm at confidence 0 and reaches 0 accuracy. RLCR-Brier on the same task reaches 34.4% accuracy at ECE 0.02. Scope: Qwen2.5-7B trained on 10,000 synthetic toy-arm examples with high aleatoric uncertainty and no uncertainty reasoning. On HotpotQA the same substitution does not collapse: RLCR-Log reaches 59.5% accuracy and ECE 0.07 (Table 3). Evidence: Figure 6 (Toy Arm Task table) - Weighting majority votes by an RLCR model's own verbalized confidence yields higher accuracy than plain majority vote, max-confidence selection, and two generation-likelihood baselines as the number of samples grows. Scope: RLCR trained on HotpotQA, accuracy averaged over the 7 evaluation datasets of Table 1; needs no external reward model or extra supervision. Evidence: Figure 3 - Prompting an RLVR model to reason about uncertainty at test time lowers HotpotQA ECE only from 0.37 to 0.34, whereas training with the calibration reward reaches 0.03. Calibration-aware reward matters far more than the uncertainty-reasoning prompt. Scope: HotpotQA-trained Qwen2.5-7B models; RLVR w/ Analysis uses the identical analysis prompt RLCR was trained with. Both components help: OOD Brier is 0.41 for RLVR w/ Analysis versus 0.46 for plain RLVR. Evidence: Table 2 - RLCR without any uncertainty analysis in the chain-of-thought matches RLVR's accuracy (61.7% vs 63.0%) and token cost (113 vs 92 tokens) on HotpotQA while cutting ECE from 0.37 to 0.09. Scope: Qwen2.5-7B trained on HotpotQA-Modified, evaluated with the analysis section removed at inference. Full RLCR with analysis is still better calibrated (ECE 0.03) at 249 tokens. Evidence: Table 2 - Resampling multiple uncertainty-reasoning chains for the same answer from an RLCR model gives confidence scores with mostly low standard deviation, so the model has little 'uncertainty about its uncertainty'. Scope: RLCR trained on HotpotQA, standard deviations over analysis chains for a fixed solution across 7 datasets. Variability is higher when full chains, and hence answers, are resampled. Evidence: Figure 4 - RLCR's mean confidences over distinct sampled answers sum to close to the ideal 1 on in-distribution HotpotQA, but exceed 1 out of distribution, so overconfidence on contradictory answers persists. Scope: Three representative datasets, HotpotQA-trained Qwen2.5-7B; questions with mutually exclusive answers only. RLCR's sums are closer to 1 than RLVR's in every case shown. Evidence: Figure 4 - The accuracy-neutral calibration gain of RLCR reproduces on OlMo-2-7B-Instruct (HotpotQA ECE 0.38 for RLVR versus 0.09 for RLCR) and on Qwen-3-8B (OOD Brier 0.28 versus 0.17). Scope: Both trained on HotpotQA-Modified with the main GRPO setup; accuracy within about 1 point of RLVR in each case. Evidence: Table 4 and Table 5 - Optimizing a Brier reward alone over the whole generation collapses a HotpotQA reasoning model to 0.00 accuracy, with empty or trivial answers at confidence 0. Restricting that reward to the analysis and confidence spans preserves 62.0% accuracy but leaves OOD Brier at 0.27 versus RLCR's 0.21. Scope: Calibration-only baselines are initialized from the RLVR model, not the base model, and use no KL regularization. An abstention-RL baseline with reward 0.5 for abstaining reaches OOD Brier 0.35. Evidence: Table 6 ## Common misreadings - RLCR does not improve out-of-domain accuracy in the HotpotQA experiments: the base model, RLVR and RLCR all sit near 53-56% OOD accuracy, and the contribution is calibration at unchanged accuracy rather than a better task solver. - The proof does not license any proper scoring rule as a calibration reward. Only bounded ones satisfy the correctness condition; the logarithmic score is proper but unbounded and can make an incorrect answer with confidence 0 the reward-maximizing output. - The log-score collapse is not a claim that log-score RL always fails in practice. On HotpotQA an RLCR-Log model reaches 59.5% accuracy and ECE 0.07 with no sign of degenerate behaviour; the collapse was observed on a synthetic high-aleatoric-uncertainty toy task. - Out-of-domain calibration is not solved: RLCR's OOD ECE stays around 0.21 on the HotpotQA-trained model, and confidences assigned to mutually exclusive answers still sum to more than 1 outside the training distribution. - Strong calibration numbers on CommonsenseQA for RLVR are not evidence that RLVR is calibrated there. RLVR predicts 85-100% confidence on nearly every question, which coincidentally matches that dataset's roughly 90% accuracy. - The SFT warmup variant is not a strict improvement. SFT+RLCR gives the best calibration on the math setting but drops out-of-domain accuracy from 50.9% to 43.8%, and most of that loss is a formatting bias recoverable by one extra prompt line (49.8%). ## Terminology - RLCR reward: The sum of a binary correctness indicator and a negative Brier score on the model's verbalized confidence, used as the RL reward for a reasoning model that outputs both an answer and a confidence in [0,1]. - RLVR: Reinforcement learning with verifiable rewards: RL on reasoning chains using only a binary indicator of whether the final answer matches the ground truth. - uncertainty analysis: A segment of the chain-of-thought, emitted in tags after the answer, in which the model enumerates specific ways its own solution could be wrong before stating a numerical confidence. - confidence-weighted majority vote: Test-time aggregation over N sampled responses in which each vote is weighted by the model's own verbalized confidence rather than by an external reward model. - inter-solution consistency: The property that, when a model samples several answers to a mutually exclusive question, the mean confidences assigned to the distinct answers sum to at most 1. ## Links - arXiv: https://arxiv.org/abs/2507.16806 - PDF: https://arxiv.org/pdf/2507.16806 - HTML: https://arxiv.org/html/2507.16806 - Hugging Face: https://huggingface.co/papers/2507.16806 - alphaXiv: https://www.alphaxiv.org/abs/2507.16806 - DOI: https://doi.org/10.48550/arXiv.2507.16806 - Semantic Scholar: https://www.semanticscholar.org/paper/280675947 - Publisher: https://openreview.net/forum?id=ASQ649zdHm - Project page: https://rl-calibration.github.io/ - project page: https://rl-calibration.github.io/ - arXiv: https://arxiv.org/abs/2507.16806 ## How to cite @inproceedings{damani2026beyond, title={Beyond Binary Rewards: Training {LM}s to Reason About Their Uncertainty}, author={Damani, Mehul and Puri, Isha and Slocum, Stewart and Shenfeld, Idan and Choshen, Leshem and Kim, Yoon and Andreas, Jacob}, booktitle={The Fourteenth International Conference on Learning Representations}, year={2026}, url={https://openreview.net/forum?id=ASQ649zdHm} }