论文精选

大语言模型语言自信与内部自信差异研究

When Linguistic and Internal Confidence Diverge in Large Language Models

精选理由

8个分类任务+30个模型研究显示,LLM说的自信程度和实际内部自信经常不一致

AI 摘要

研究分析了8个分类任务、2个生成任务和30个模型的语言自信与内部自信差异。分类任务中,语言自信与基于logits的自信在关联性、幅度一致性和校准性三个维度上经常不一致。生成任务中,语言自信无法有效跟踪基于语义熵的不确定性。指令微调模型通常报告更高自信,但自信差距更大且校准更差。

原文 · arXiv cs.AI

When Linguistic and Internal Confidence Diverge in Large Language Models

Users often ask large language models (LLMs) to report how confident they are, but it is unclear whether such linguistic confidence tracks the model's internal confidence. We study this question across 8 classification tasks, 2 generation tasks and 30 models from three families. For classification, we compare linguistic confidence with logits-based confidence along three axes: association, magnitude agreement and calibration. For generation, we test whether linguistic confidence tracks semantic-entropy-based uncertainty. The axes frequently diverge. Instance-level association is weak on average, although it improves on easier items and for stronger base models. Instruction-tuned models often report higher confidence and sometimes show higher association, but they also have larger confidence gaps and worse calibration. Prompt design mostly changes the distribution of reported confidence. Attitude cues inflate confidence without improving alignment, while score exemplars can preserve rank-order signal when they avoid collapsed confidence values. Regression analyses show that distributional properties of confidence scores explain much of the observed alignment pattern, with model metadata playing a smaller role after controls. These results support a lossy-channel view of linguistic confidence. A more dispersed verbal confidence distribution can carry useful rank information, but it does not make the scores calibrated. Linguistic confidence should therefore be evaluated with multi-axis diagnostics before being used in downstream reliability pipelines.

大语言模型语言自信与内部自信差异研究 · AI 热点