Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

Different Facets of Verbalised Overconfidence: an Interpretability Study

arXiv:2608.181062026-08-20

Researchers traced inside an AI model's brain to explain why it keeps sounding confident even when it shouldn't

The study examines Qwen3-4B, a language model, and how it expresses uncertainty in three ways: hedging words like 'might', flatly saying 'I don't know', and giving a 1-to-5 confidence score. The team found the model has a broad, shared internal pathway that defaults to sounding certain, and only a small, specialized set of features that can override it into sounding uncertain. Artificially strengthening those small uncertainty features actually fixed most of the model's wrongly overconfident answers.

METAL MEDIA explanatory visual

Researchers traced inside an AI model's brain to explain why it keeps sounding confident even when it shouldn't

  1. 01Using controlled story-based questions where the correct answer is either logically certain (necessity) or only possibly true (possibility), researchers tested how well Qwen3-4B signals uncertainty across three formats: verbal hedges, abstention ('I don't know'), and numeric confidence scores.
  2. 02The model was always confident in certain scenarios, but wrongly stayed confident in uncertain scenarios 14% of the time with verbal hedges, 27% with abstention, and a striking 80% of the time when asked for a numeric score, almost always defaulting to the top score of 5.
  3. 03Using interpretability tools (circuit-tracer and transcoder features) that trace which internal components drive the model's output, the researchers found an asymmetry: confident answers are produced by a wide, shared coalition of features, while uncertain answers depend on a small, dedicated group of features that must actively override the default.
  4. 04Artificially boosting these 20 key uncertainty features by 2.5x or more corrected about 94% of the model's overconfident errors in the verbal setting. The same boost also raised abstention accuracy from 72.7% to 82.7%, and produced similar gains when tested on Chinese and Italian translations, suggesting these features encode uncertainty abstractly rather than being tied to specific English words.
  5. 05The numeric confidence score setting barely improved with this intervention, because the model's probability mass was already saturated near the top score of 5, indicating numeric confidence scores are structurally the least reliable way to elicit honest uncertainty from this model.
An explanatory diagram made by METAL MEDIA, not a figure supplied by the paper's authors.

What they did

  1. Using controlled story-based questions where the correct answer is either logically certain (necessity) or only possibly true (possibility), researchers tested how well Qwen3-4B signals uncertainty across three formats: verbal hedges, abstention ('I don't know'), and numeric confidence scores.
  2. The model was always confident in certain scenarios, but wrongly stayed confident in uncertain scenarios 14% of the time with verbal hedges, 27% with abstention, and a striking 80% of the time when asked for a numeric score, almost always defaulting to the top score of 5.
  3. Using interpretability tools (circuit-tracer and transcoder features) that trace which internal components drive the model's output, the researchers found an asymmetry: confident answers are produced by a wide, shared coalition of features, while uncertain answers depend on a small, dedicated group of features that must actively override the default.
  4. Artificially boosting these 20 key uncertainty features by 2.5x or more corrected about 94% of the model's overconfident errors in the verbal setting. The same boost also raised abstention accuracy from 72.7% to 82.7%, and produced similar gains when tested on Chinese and Italian translations, suggesting these features encode uncertainty abstractly rather than being tied to specific English words.
  5. The numeric confidence score setting barely improved with this intervention, because the model's probability mass was already saturated near the top score of 5, indicating numeric confidence scores are structurally the least reliable way to elicit honest uncertainty from this model.

Why it matters

In high-stakes areas like medicine or intelligence analysis, knowing whether an AI is genuinely confident or just sounding confident matters a great deal. This work explains overconfidence at the level of the model's internal circuitry and shows it can be directly corrected, offering a concrete path toward building more trustworthy AI systems.

Terms in this paper

  • overconfidence · giving assertive, confident-sounding answers even when the evidence only supports hedging or uncertainty
  • abstention · responding with 'I don't know' instead of committing to an answer
  • transcoder feature · an interpretable internal component that interpretability tools use to decompose a model's computations
  • circuit · the internal pathway of connected features that together produce a specific behavior, like expressing certainty or uncertainty
  • necessity/possibility · logical scenarios where an answer is either the only one possible (necessity) or just one of several possible options (possibility)

Figures we cannot republish

  • Figure 1: Qwen3-4B overconfidence in the three settings. Left: accuracy in the certainty and uncertainty scenarios. Right: distribution of the probability on the uncertainty-side response per scenario: in the verbal confidence setting is the summed mass for the observed epistemic tokens P​(might,could), in the abstention is the abstention rate, in the numeric confidence is P​(score<5). The diamond marks the mean.
  • Figure 2: Error intervention on the top-20 uncertainty features for errors (uncertainty scenarios with certainty outputs). Left: graded effect of the boost multiplier on the error samples; P​(assertive) decays while P​(epistemic) and the rescued correct rate rise, reaching ≈94% from ×2.5 on. Right: per-setting accuracy under the ×3 boost.
  • Figure 3: Generalization to the modality task. Change in the number of responses per certainty label under the prototype-value boost: from the baseline (×1) to ×5.
  • Figure 4: Accuracy by template and condition for the verbal setting.
  • Figure 5: Decomposition of each attribution pool’s total |mean​_​act| by DFA tag. Errors under-use the possibility-specific coalition (16.9% vs. 30.2% in the possibility prototype) and over-use necessity-specific features; enumeration looks like a properly-fired possibility pass.
  • Figure 6: Ablation on correct samples. Progressively suppressing the top-20 possibility-specific features zeroes out possibility accuracy, whereas the symmetric suppression of the top-20 necessity-specific features leaves necessity accuracy at 100%. Random-feature baselines (dotted) are flat in both conditions.
  • Figure 7: Cross-lingual transfer of the ×3 uncertainty-feature boost, on errors only (following Section 3.3).
  • Figure 8: Prototypical circuits for certainty (left) and uncertainty (right) in Qwen3-4B, under a backward-from-logit node selection. Columns are the Constraints / Question / Answer zones; rows are model layers. Nodes are colored by statistical tag (shared, necessity-specific, possibility-specific) and sized by |mean​_​inf|; solid and dashed edges go to the assertive and epistemic logit targets respectively, colored by sign. Certainty is carried by a broad distribution of features across layers 22–29, whereas uncertainty concentrates on a sparse set of strongly activated possibility-specific features in the same band.
See the figures in the original paper →

Original abstract (English)

Large language models tend to overconfidence, giving assertive answers when the evidence suggests hedging or abstention. Using controlled reasoning scenarios that manipulate logical necessity and possibility, we study this behavior in Qwen3-4B, across three ways to express uncertainty: verbal epistemic markers, abstention, and numeric confidence scores. Our results confirm this tendency toward overconfidence, particularly when the model is prompted to output a numeric confidence score. At the interpretability level, we propose a method that differentially identifies transcoder features responsible for uncertainty and certainty. Our analysis reveals Qwen3-4B's default mechanism favors certainty generation through a broad coalition of shared features, while uncertainty is implemented as a sparse override mediated by a small set of dedicated features. Intervening on these uncertainty features both causally proves this imbalance underlying overconfidence and also mitigate overconfident errors. The same set of features generalise across the three uncertainty-expression settings, languages, and an out-of-distribution modality task.

Authors · Davide Mazzaccara, Leonardo Bertolazzi, Raffaella Bernardi

Read on arXiv

Latest papers

All papers →

Latest from METAL MEDIA