Read Your Own Mind: Reasoning Helps Surface Self-Confidence Signals in LLMs
Jakub Podolak, Rajeev Verma
TL;DR
The paper investigates uncertainty estimation in large language models by comparing Verbalized Confidence (VC) and Semantic Entropy (SE) under matched test-time budgets. It shows that VC is severely over-confident without reasoning, while SE remains well-calibrated due to explicit exploration of the predictive space; extending VC with longer reasoning or sampling brings its calibration close to SE. A reader analysis demonstrates that much of the confidence signal can be recovered from the reasoning trace itself, supporting the view that uncertainty emerges from surface-level exploration rather than an intrinsic latent state. The work concludes that reliable uncertainty estimation hinges on explicit exploration of the generative space, and that self-reported confidence becomes trustworthy primarily after such exploration, with implications for deploying uncertain outputs in critical settings.
Abstract
We study the source of uncertainty in DeepSeek R1-32B by analyzing its self-reported verbal confidence on question answering (QA) tasks. In the default answer-then-confidence setting, the model is regularly over-confident, whereas semantic entropy - obtained by sampling many responses - remains reliable. We hypothesize that this is because of semantic entropy's larger test-time compute, which lets us explore the model's predictive distribution. We show that granting DeepSeek the budget to explore its distribution by forcing a long chain-of-thought before the final answer greatly improves its verbal score effectiveness, even on simple fact-retrieval questions that normally require no reasoning. Furthermore, a separate reader model that sees only the chain can reconstruct very similar confidences, indicating the verbal score might be merely a statistic of the alternatives surfaced during reasoning. Our analysis concludes that reliable uncertainty estimation requires explicit exploration of the generative space, and self-reported confidence is trustworthy only after such exploration.
