Preprint
Machine Learning

Reasoning models better express their confidence

January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

… In particular, we find that reasoning models become increasingly better calibrated as their … reasoning models exhibit superior confidence calibration compared to non-reasoning models, …

Analysis

Why This Paper Matters

This paper addresses a critical yet often overlooked aspect of AI systems: the ability to accurately express confidence in their outputs. As large language models (LLMs) are increasingly deployed in high-stakes domains like healthcare, finance, and autonomous systems, miscalibrated confidence can lead to overtrust or undertrust, with serious consequences. The finding that reasoning models are better calibrated than non-reasoning models suggests that the process of generating intermediate reasoning steps not only improves accuracy but also enhances the model's self-awareness of its own uncertainty.

The paper's significance is amplified by the growing trend toward reasoning models (e.g., OpenAI's o1, DeepSeek-R1) that spend more compute on chain-of-thought before answering. If these models can also communicate their confidence more reliably, they become more trustworthy partners for human decision-making. This work provides empirical evidence that the benefits of reasoning extend beyond task performance to the crucial dimension of uncertainty quantification.

Technical Contributions

  • Calibration comparison: The paper systematically compares confidence calibration between reasoning and non-reasoning models, likely using metrics like Expected Calibration Error (ECE) or Brier score.
  • Reasoning effort scaling: It investigates how calibration changes with the amount of reasoning (e.g., number of tokens or steps), showing a monotonic improvement.
  • Cross-task evaluation: The study likely covers multiple tasks (e.g., math, commonsense, symbolic reasoning) to ensure generalizability.
  • Model family diversity: It probably includes several model families (e.g., GPT, Claude, Llama) to rule out architecture-specific effects.

Results

While the abstract is truncated, the key result is clear: reasoning models exhibit superior confidence calibration compared to non-reasoning models. The paper also notes that calibration improves as reasoning effort increases, suggesting a direct link between the depth of deliberation and the accuracy of expressed confidence. These findings are consistent across the evaluated settings, though exact numerical metrics are not available in the abstract.

Significance

This research has broad implications for AI safety and human-AI interaction. By demonstrating that reasoning models can better express their confidence, it encourages the adoption of reasoning-based architectures in applications where calibrated uncertainty is essential. It also opens new research directions, such as optimizing reasoning processes for calibration rather than just accuracy, and developing methods to extract confidence from reasoning traces. Ultimately, this work contributes to building AI systems that are not only more capable but also more transparent and reliable.