Are LLM Decisions Faithful to Verbal Confidence?
Jiawei Wang, Yanfei Zhou, Siddartha Devic, Deqing Fu
TL;DR
This work scrutinizes whether LLMs translate verbal confidence into risk-aware actions by introducing RiskEval, which prompts models to answer or abstain under varying penalties $λ$ and reports a Bayes-optimal threshold $τ(λ) = \frac{λ}{1+λ}$. It reveals a persistent dissociation: models maintain calibrated verbal confidence yet rarely adjust abstention policies as risk rises, leading to utility collapse under high penalties, though post-hoc enforcement of the optimal policy $π^*$ can salvage some utility. Prompt engineering to elicit risk-sensitive abstention has little effect, indicating a deeper behavioral prior rather than signal degradation. The findings challenge the sufficiency of calibrated verbal confidence for trustworthy AI and point to the need for training or inference-time mechanisms that couple uncertainty signals to risk-aware decisions.
Abstract
Large Language Models (LLMs) can produce surprisingly sophisticated estimates of their own uncertainty. However, it remains unclear to what extent this expressed confidence is tied to the reasoning, knowledge, or decision making of the model. To test this, we introduce $\textbf{RiskEval}$: a framework designed to evaluate whether models adjust their abstention policies in response to varying error penalties. Our evaluation of several frontier models reveals a critical dissociation: models are neither cost-aware when articulating their verbal confidence, nor strategically responsive when deciding whether to engage or abstain under high-penalty conditions. Even when extreme penalties render frequent abstention the mathematically optimal strategy, models almost never abstain, resulting in utility collapse. This indicates that calibrated verbal confidence scores may not be sufficient to create trustworthy and interpretable AI systems, as current models lack the strategic agency to convert uncertainty signals into optimal and risk-sensitive decisions.
