Research Papers 论文研究 2d ago Updated 1d ago 更新于 1天前 46

Different Facets of Verbalised Overconfidence: an Interpretability Study 言语化过度自信的不同面向:一项可解释性研究

Large language models exhibit a systematic tendency toward overconfidence, producing assertive answers even when evidence supports hedging or abstention Overconfidence is most pronounced when models are prompted to output numeric confidence scores rather than using verbal markers or abstention A transcoder-based interpretability method identifies distinct feature sets: certainty relies on a broad coalition of shared features, while uncertainty is implemented as a sparse override via a small set 大语言模型存在系统性过度自信倾向,在证据不足时仍给出确定性回答而非保留意见或弃权 研究在Qwen3-4B模型上验证了三种不确定性表达方式(言语认识标记、弃权、数值置信度)下的过度自信行为,数值置信度场景下过度自信最为严重 提出可解释性方法识别负责不确定性和确定性的transcoder特征,揭示模型默认机制通过广泛共享特征生成确定性,而不确定性仅作为稀疏覆盖实现 干预不确定性特征可因果证明过度自信背后的机制不平衡,并有效减轻过度自信错误 识别出的特征集在三种不确定性表达方式、不同语言和分布外模态任务中均表现出良好泛化能力

65
Hot 热度
72
Quality 质量
62
Impact 影响力

Analysis 深度分析

TL;DR

  • Large language models exhibit a systematic tendency toward overconfidence, producing assertive answers even when evidence supports hedging or abstention
  • Overconfidence is most pronounced when models are prompted to output numeric confidence scores rather than using verbal markers or abstention
  • A transcoder-based interpretability method identifies distinct feature sets: certainty relies on a broad coalition of shared features, while uncertainty is implemented as a sparse override via a small set of dedicated features
  • Causal intervention on uncertainty features both proves the architectural imbalance underlying overconfidence and effectively mitigates overconfident errors
  • The identified uncertainty features generalize across three expression settings, multiple languages, and an out-of-distribution modality task

Why It Matters

This research provides one of the first mechanistic explanations for LLM overconfidence, moving beyond behavioral observation to causal feature-level analysis. For AI practitioners building safety-critical systems, understanding that overconfidence stems from an architectural imbalance—rather than mere training noise—enables targeted interventions. The cross-setting generalization of findings also suggests these mechanisms are fundamental to current model architectures.

Technical Details

  • Model and scope: Study focuses on Qwen3-4B, evaluating overconfidence across three uncertainty-expression modalities: verbal epistemic markers, abstention, and numeric confidence scores
  • Experimental design: Uses controlled reasoning scenarios that manipulate logical necessity and possibility to create conditions where hedging or abstention is the correct response
  • Transcoder-based interpretability: Proposes a novel method using transcoders to differentially identify features responsible for uncertainty versus certainty representations
  • Causal intervention: Demonstrates that intervening on identified uncertainty features causally proves the imbalance and reduces overconfident errors
  • Generalization: The same feature set transfers across verbal/numeric/abstention settings, multiple languages, and an out-of-distribution modality task

Industry Insight

  • Safety-critical LLM deployments should prioritize uncertainty calibration, particularly avoiding numeric confidence score prompts that exacerbate overconfidence
  • Feature-level interventions on transcoder-identified uncertainty mechanisms offer a promising path toward mitigating overconfidence without retraining
  • The cross-lingual and cross-modal generalization of uncertainty features suggests interpretability-based safety interventions could be architecture-agnostic rather than model-specific

TL;DR

  • 大语言模型存在系统性过度自信倾向,在证据不足时仍给出确定性回答而非保留意见或弃权
  • 研究在Qwen3-4B模型上验证了三种不确定性表达方式(言语认识标记、弃权、数值置信度)下的过度自信行为,数值置信度场景下过度自信最为严重
  • 提出可解释性方法识别负责不确定性和确定性的transcoder特征,揭示模型默认机制通过广泛共享特征生成确定性,而不确定性仅作为稀疏覆盖实现
  • 干预不确定性特征可因果证明过度自信背后的机制不平衡,并有效减轻过度自信错误
  • 识别出的特征集在三种不确定性表达方式、不同语言和分布外模态任务中均表现出良好泛化能力

为什么值得看

该研究首次从可解释性角度深入揭示了大模型过度自信行为的内在机制,为理解模型不确定性表达提供了新的技术视角。研究提出的特征干预方法不仅验证了过度自信的根本原因,还展示了无需重新训练即可改善模型行为的可行路径,对提升AI系统可靠性和安全性具有重要实践价值。

技术解析

  • 研究使用Qwen3-4B模型,通过控制逻辑必然性和可能性的推理场景,系统性地测试模型在三种不确定性表达方式下的行为:言语认识标记(verbal epistemic markers)、弃权(abstention)和数值置信度分数(numeric confidence scores)
  • 提出基于transcoder的特征识别方法,能够差异化地定位负责不确定性和确定性的特征,揭示模型内部机制:确定性通过广泛共享特征的联盟生成,而不确定性仅由少量专用特征的稀疏覆盖实现
  • 对识别出的不确定性特征进行因果干预实验,证明特征不平衡是过度自信的根本原因,同时干预能有效减轻过度自信错误,且特征在跨设置、跨语言和分布外任务中保持泛化

行业启示

  • 大模型过度自信问题具有系统性机制根源,而非简单的训练数据偏差,未来模型开发需将不确定性表达的机制优化纳入设计考量
  • 可解释性研究为改进模型行为提供了新的技术路径,通过特征干预而非重新训练即可改善过度自信问题,降低了部署安全改进的成本
  • 数值置信度输出场景下过度自信尤为严重,行业在构建需要置信度评估的应用时应格外谨慎,或考虑引入额外的校准机制

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Evaluation 评测 Research 科学研究