论文精选

自回归语言模型中局部与全局置信信号不一致的研究

When Confidence Signals Disagree: Local and Global Confidence in Autoregressive Language Models

精选理由

这是篇研究论文,分析了自回归语言模型中两种置信度信号(局部和全局)的差异,对理解模型预测的稳定性很有帮助。

研究自回归语言模型中两种置信度读数(局部置信度基于贪婪选择的答案标记概率,全局置信度基于重复采样下的众数答案频率)在MMLU和ARC Challenge基准上的相关性。结果显示两者相关性较弱且与正确率关联不同:全局置信度与正确率中度相关,而局部置信度关联性小。进一步发现ARC上置信度差距与采样不稳定性的关联(如答案熵高、采样答案区分度大、众数答案集中度低)比MMLU上更显著,这表明两种置信读数在评估模型可靠性时不可互换。

原文 · arXiv cs.LG

When Confidence Signals Disagree: Local and Global Confidence in Autoregressive Language Models

Modern predictive systems expose multiple quantities that are commonly interpreted as measures of confidence. However, these quantities can summarize different aspects of the predictive process. This distinction matters when confidence is used to evaluate reliability or inform downstream oversight and control. We investigate whether different confidence readouts are empirically interchangeable in an autoregressive language model by comparing local confidence, defined from the probability of the greedy-selected answer token, with global confidence, defined from modal-answer frequency under repeated sampling. Across MMLU and ARC Challenge, the two signals are weakly correlated and differ substantially in their association with correctness: global confidence is moderately associated with correctness, whereas local confidence shows little association. We further test whether question-level disagreement between the signals is associated with sampling instability. On ARC, larger local--global confidence gaps are associated with higher answer entropy, more distinct sampled answers, and lower modal-answer concentration. The gap--entropy association persists when disagreement and instability are estimated from disjoint stochastic samples, indicating that it is not explained by shared finite-sample variation. The corresponding relationship is substantially weaker on MMLU, where only 4% of questions exhibit sampling instability. These results show that confidence readouts derived from the same predictive system are not empirically interchangeable and that their disagreement can provide a diagnostic of unstable sampling behavior. Confidence should therefore be treated as an explicitly defined measurement rather than as a single intrinsic scalar property of a model, particularly when it is used to inform downstream evaluation, oversight, or control.