paper-with-me

Papers

Reasoning Models Better Express Their Confidence

2025-05-20 · Dongkeun Yoon, Seungone Kim, Sohee Yang, Sunkyoung Kim, Soyeon Kim, Yongil Kim, Eunbi Choi, Yireun Kim, Minjoon Seo

Despite their strengths, large language models (LLMs) often fail to communicate their confidence accurately, making it difficult to assess when they might be wrong and limiting their reliability. In this work, we demonstrate that reasoning models-LLMs that engage in extended chain-of-thought (CoT) reasoning-exhibit superior performance not only in problem-solving but also in accurately expressing their confidence. Specifically, we benchmark six reasoning models across six datasets and find that they achieve strictly better confidence calibration than their non-reasoning counterparts in 33 out of the 36 settings. Our detailed analysis reveals that these gains in calibration stem from the slow thinking behaviors of reasoning models-such as exploring alternative approaches and backtracking-which enable them to adjust their confidence dynamically throughout their CoT, making it progressively more accurate. In particular, we find that reasoning models become increasingly better calibrated as their CoT unfolds, a trend not observed in non-reasoning models. Moreover, removing slow thinking behaviors from the CoT leads to a significant drop in calibration. Lastly, we show that these gains are not exclusive to reasoning models-non-reasoning models also benefit when guided to perform slow thinking via in-context learning.

📄 PDF Abstract BibTeX arXiv:2505.14489

Code (1)

mattyoon/reasoning-models-confidence 공식 구현

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

Identifying Influential N-grams in Confidence Calibration via Regression Analysis

2026-04-07 · Shintaro Ozaki, Wataru Hashimoto, Hidetaka Kamigaito, Katsuhiko Hayashi 외 arxiv

While large language models (LLMs) improve performance by explicit reasoning, their responses are often overconfident, even though they include linguistic expressions demonstrating uncertainty. In this work, we identify …

Can LLMs Express Their Uncertainty? An Empirical Evaluation of Confidence Elicitation in LLMs

2023-06-22 · Miao Xiong, Zhiyuan Hu, Xinyang Lu, Yifei Li 외

Empowering large language models to accurately express confidence in their answers is essential for trustworthy decision-making. Previous confidence elicitation methods, which primarily rely on white-box access to intern…

Arithmetic ReasoningBenchmarkingDecision Making

ConfTuner: Training Large Language Models to Express Their Confidence Verbally

2025-08-26 · Yibo Li, Miao Xiong, Jiaying Wu, Bryan Hooi arxiv

Large Language Models (LLMs) are increasingly deployed in high-stakes domains such as science, law, and healthcare, where accurate expressions of uncertainty are essential for reliability and trust. However, current LLMs…

Prompt Engineering

Quantifying Faithful Confidence Expression in Large Reasoning Models

2026-06-02 · Areeb Gani, Asal Meskin, Gabrielle Kaili-May Liu, Arman Cohan arxiv

Reliable uncertainty communication is critical to the trustworthiness of LLMs, yet faithful calibration (FC)--the alignment between models' intrinsic and (linguistically) expressed confidence--is a persistent failure mod…

Enhancing Multi-Agent Debate System Performance via Confidence Expression

2025-09-17 · Zijie Lin, Bryan Hooi arxiv

Generative Large Language Models (LLMs) have demonstrated remarkable performance across a wide range of tasks. Recent research has introduced Multi-Agent Debate (MAD) systems, which leverage multiple LLMs to simulate hum…