MIT CSAIL researchers introduce RLCR, a method using Brier scores in reinforcement learning to train AI models to output calibrated confidence estimates, significantly reducing overconfidence without sacrificing accuracy.
<p dir="ltr" id="docs-internal-guid-57729c6d-7fff-dea4-bd4a-1d5b0ebbff74">Confidence is persuasive. In artificial intelligence systems, it is often misleading.</p><p dir="ltr">Today's most capable reasoning models share a trait with the loudest voice in the room: They deliver every answer with the same unshakable certainty, whether they're right or guessing. Researchers at MIT's Computer Science and Artificial Intelligence Laboratory (CSAIL) have now traced that overconfidence to a specific flaw in how these models are trained, and developed a method that fixes it without giving up any accuracy.</p><p dir="ltr">The technique, called RLCR (Reinforcement Learning with Calibration Rewards), trains language models to produce calibrated confidence estimates alongside their answers. In addition to coming up with an answer, the model thinks about its uncertainty in that answer, and outputs a confidence score. In experiments across multiple benchmarks, RLCR reduced calibration error by up to 90 percent while maintaining or improving accuracy, both on the tasks the model was trained on and on entirely new ones it had never seen. The work will be presented at the International Conference on Learning Representations later this month.</p><p dir="ltr">The problem traces to a surprisingly simple source. The reinforcement learning (RL) methods behind recent breakthroughs in AI reasoning, including the training approach used in systems like OpenAI's o1, reward models for getting the right answer, and penalize them for getting it wrong. Nothing in between. A model that arrives at the correct answer through careful reasoning receives the same reward as one that guesses correctly by chance. Over time, this trains models to confidently answer every question they are asked, whether they have strong evidence or are effectively flipping a coin.</p><p dir="ltr">That overconfidence has consequences. When models are deployed in medicine, law, finance, or any setting where users make decisions based on AI outputs, a system that expresses high confidence regardless of its actual certainty becomes unreliable in ways that are difficult to detect from the outside. A model that says "I'm 95 percent sure" when it is right only half the time is more dangerous than one that simply gets the answer wrong, because users have no signal to seek a second opinion.</p><p dir="ltr">"The standard training approach is simple and powerful, but it gives the model no incentive to express uncertainty or say I don’t know," says Mehul Damani, an MIT PhD student and co-lead author on the <a href="https://arxiv.org/abs/2507.16806">paper.</a> "So the model naturally learns to guess when it is unsure." </p><p dir="ltr">RLCR addresses this by adding a single term to the reward function: a Brier score, a well-established measure that penalizes the gap between a model's stated confidence and its actual accuracy. During training, models learn to reason about both the problem and their own uncertainty, producing an answer and a confidence estimate together. Confidently wrong answers are penalized. So are unnecessarily uncertain correct ones.</p><p dir="ltr">The math backs it up: the team proved formally that this type of reward structure guarantees models that are both accurate and well-calibrated. They then tested the approach on a 7-billion-parameter model across a range of question-answering and math benchmarks, including six datasets the model had never been trained on.</p><p dir="ltr">The results showed a consistent pattern. Standard RL training actively degraded calibration compared to the base model, making models worse at estimating their own uncertainty. RLCR reversed that effect, substantially improving calibration with no loss in accuracy. The method also outperformed post-hoc approaches, in which a separate classifier is trained to assign confidence scores after the fact. "What’s striking is that ordinary RL training doesn't just fail to help calibration. It actively hurts it," says Isha Puri, an MIT PhD student and co-lead author. "The models become more capable and more overconfident at the same time."</p><p dir="ltr">The team also demonstrated that the confidence estimates produced by RLCR are practically useful at inference time. When models generate multiple candidate answers, selecting the one with the highest self-reported confidence, or weighting votes by confidence in a majority-voting scheme, improves both accuracy and calibration as compute scales.</p><p dir="ltr">An additional finding suggests that the act of reasoning about uncertainty itself has value. The researchers trained classifiers on model outputs and found that including the model's explicit uncertainty reasoning in the input improved the classifier's performance, particularly for smaller models. The model's self-reflective reasoning about what it does and doesn’t know contains real information, not just decoration.</p><p dir="ltr">In addition to Damani and Puri, other authors on the paper are Stewart Slocum, Idan Shenfeld, Leshem Choshen, and senior authors Jacob Andreas and Yoon Kim.</p>
# Teaching AI models to say “I’m not sure”
Source: [https://news.mit.edu/2026/teaching-ai-models-to-say-im-not-sure-0422](https://news.mit.edu/2026/teaching-ai-models-to-say-im-not-sure-0422)
Confidence is persuasive\. In artificial intelligence systems, it is often misleading\.
Today's most capable reasoning models share a trait with the loudest voice in the room: They deliver every answer with the same unshakable certainty, whether they're right or guessing\. Researchers at MIT's Computer Science and Artificial Intelligence Laboratory \(CSAIL\) have now traced that overconfidence to a specific flaw in how these models are trained, and developed a method that fixes it without giving up any accuracy\.
The technique, called RLCR \(Reinforcement Learning with Calibration Rewards\), trains language models to produce calibrated confidence estimates alongside their answers\. In addition to coming up with an answer, the model thinks about its uncertainty in that answer, and outputs a confidence score\. In experiments across multiple benchmarks, RLCR reduced calibration error by up to 90 percent while maintaining or improving accuracy, both on the tasks the model was trained on and on entirely new ones it had never seen\. The work will be presented at the International Conference on Learning Representations later this month\.
The problem traces to a surprisingly simple source\. The reinforcement learning \(RL\) methods behind recent breakthroughs in AI reasoning, including the training approach used in systems like OpenAI's o1, reward models for getting the right answer, and penalize them for getting it wrong\. Nothing in between\. A model that arrives at the correct answer through careful reasoning receives the same reward as one that guesses correctly by chance\. Over time, this trains models to confidently answer every question they are asked, whether they have strong evidence or are effectively flipping a coin\.
That overconfidence has consequences\. When models are deployed in medicine, law, finance, or any setting where users make decisions based on AI outputs, a system that expresses high confidence regardless of its actual certainty becomes unreliable in ways that are difficult to detect from the outside\. A model that says "I'm 95 percent sure" when it is right only half the time is more dangerous than one that simply gets the answer wrong, because users have no signal to seek a second opinion\.
"The standard training approach is simple and powerful, but it gives the model no incentive to express uncertainty or say I don’t know," says Mehul Damani, an MIT PhD student and co\-lead author on the[paper\.](https://arxiv.org/abs/2507.16806)"So the model naturally learns to guess when it is unsure\."
RLCR addresses this by adding a single term to the reward function: a Brier score, a well\-established measure that penalizes the gap between a model's stated confidence and its actual accuracy\. During training, models learn to reason about both the problem and their own uncertainty, producing an answer and a confidence estimate together\. Confidently wrong answers are penalized\. So are unnecessarily uncertain correct ones\.
The math backs it up: the team proved formally that this type of reward structure guarantees models that are both accurate and well\-calibrated\. They then tested the approach on a 7\-billion\-parameter model across a range of question\-answering and math benchmarks, including six datasets the model had never been trained on\.
The results showed a consistent pattern\. Standard RL training actively degraded calibration compared to the base model, making models worse at estimating their own uncertainty\. RLCR reversed that effect, substantially improving calibration with no loss in accuracy\. The method also outperformed post\-hoc approaches, in which a separate classifier is trained to assign confidence scores after the fact\. "What’s striking is that ordinary RL training doesn't just fail to help calibration\. It actively hurts it," says Isha Puri, an MIT PhD student and co\-lead author\. "The models become more capable and more overconfident at the same time\."
The team also demonstrated that the confidence estimates produced by RLCR are practically useful at inference time\. When models generate multiple candidate answers, selecting the one with the highest self\-reported confidence, or weighting votes by confidence in a majority\-voting scheme, improves both accuracy and calibration as compute scales\.
An additional finding suggests that the act of reasoning about uncertainty itself has value\. The researchers trained classifiers on model outputs and found that including the model's explicit uncertainty reasoning in the input improved the classifier's performance, particularly for smaller models\. The model's self\-reflective reasoning about what it does and doesn’t know contains real information, not just decoration\.
In addition to Damani and Puri, other authors on the paper are Stewart Slocum, Idan Shenfeld, Leshem Choshen, and senior authors Jacob Andreas and Yoon Kim\.
A new research paper introduces RLMF (Reinforcement Learning with Metacognitive Feedback), a two-stage approach that uses the model's own self-judgments to calibrate confidence and express uncertainty faithfully, achieving state-of-the-art calibration across diverse tasks while preserving accuracy and surpassing standard RL by up to 63%.
OpenAI researchers demonstrate that GPT-3 can learn to express calibrated uncertainty about its answers in natural language without using model logits, introducing the CalibratedMath benchmark suite to evaluate this capability. The approach shows robust generalization under distribution shift and represents the first evidence of models expressing well-calibrated verbal uncertainty about their own predictions.
This paper introduces reinforcement learning with metacognitive feedback (RLMF) and metacognitive data selection to improve large language model calibration, enabling faithful expression of intrinsic uncertainty and surpassing standard RL by up to 63%.
The paper introduces CALIBER, a method for calibrating confidence in reasoning language models by eliciting confidence estimates both before and after reasoning, with supervision targets matched to the information state. It achieves significant reductions in Expected Calibration Error (up to 52.5%) and strong Brier scores and AUROC across multiple benchmarks.
A reflection on how many AI models prioritize sounding confident over being truthful, using Claude as an example of a model that seems more focused on internal consistency and logical honesty.