What LLM Forecasters Know but Don't Say: Probing Internal Representations for Calibration and Faithfulness
作者: Raphaël Sarfati, Pratyush Ranjan Tiwari, Siddharth Boppana, Christopher J. Earls, Srikar Varadaraj, Eric Ho
分类: cs.CL, cs.AI
发布日期: 2026-07-09
💡 一句话要点
通过内部表示探测提升语言模型的校准与可信度
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 语言模型 预测校准 内部表示 推理可信度 探测器 模型审计 行为预测
📋 核心要点
- 现有的语言模型在预测任务中虽然准确,但校准性不足,推理过程的可信度也存在问题。
- 本文提出通过训练表示池探测器,利用内部激活来提升模型的校准性和推理的可信度。
- 实验结果显示,使用探测器的模型在校准性上有显著提升,且能够准确预测行为变化的方向。
📝 摘要(中文)
大型语言模型在预测任务中可能表现出较高的准确性,但其校准性较差,且推理过程未必真实反映预测背后的证据。本文探讨了内部表示是否能提供更直接的校准和可信度视角。研究使用Eternis-Forecaster 8B模型,训练表示池探测器,发现其校准效果显著提升,且GLM-4.7-Flash和GLM-4.5-Air模型同样适用。通过证据消融和干扰注入评估推理的可信度,发现去除重要信息源会改变预测结果,而推理痕迹保持不变。最后,强制回答实验表明,预测在推理之前已基本确定,单次预推理过程即可恢复答案和置信度,且通过分布引导问题可节省30-47%的生成令牌,且无准确性损失。这些结果表明,探测内部表示是校准、审计和优化语言模型的有效工具。
🔬 方法详解
问题定义:本文旨在解决大型语言模型在预测任务中的校准性不足和推理可信度低的问题。现有方法往往无法真实反映预测背后的证据,导致模型的输出不够可靠。
核心思路:论文的核心思路是通过训练表示池探测器,利用模型内部的激活信息来提升校准性和推理的可信度。这种设计旨在提供更直接的反馈,帮助理解模型的决策过程。
技术框架:整体架构包括数据预处理、模型训练、表示池探测器的构建和评估模块。首先对模型进行微调,然后训练探测器以提取中间激活,最后通过实验评估其校准性和推理可信度。
关键创新:最重要的技术创新在于使用内部表示进行校准和可信度评估,这与传统方法依赖输出结果的方式本质上不同。探测器不仅能提升校准性,还能作为“谎言探测器”,更好地追踪行为变化。
关键设计:关键设计包括探测器的训练过程、损失函数的选择,以及如何有效地利用中间激活信息。具体参数设置和网络结构细节在实验部分进行了详细描述,以确保探测器的有效性。
🖼️ 关键图片
📊 实验亮点
实验结果显示,使用表示池探测器的模型在校准性上显著提升,且在84%的情况下能够准确预测行为变化的方向。此外,通过强制回答实验,发现模型在推理前已基本确定答案,利用这一特性可节省30-47%的生成令牌,且无准确性损失。
🎯 应用场景
该研究的潜在应用领域包括金融预测、气候建模和其他需要高可靠性预测的场景。通过提升语言模型的校准性和可信度,能够为决策提供更可靠的支持,进而影响政策制定和商业策略。未来,该方法还可能扩展到其他类型的模型和任务中,推动人工智能在各领域的应用。
📄 摘要(原文)
Large language models fine-tuned for forecasting can be accurate yet poorly calibrated, and their chain-of-thought (CoT) reasoning may not faithfully reflect the evidence behind a forecast. We ask whether internal representations offer a more direct window into both. Working with Eternis-Forecaster 8B on OpenForesight, we train representation-pooling probes on intermediate activations and find they achieve substantially better calibration; a result that also holds for GLM-4.7-Flash and GLM-4.5-Air. We then assess CoT faithfulness through evidence ablation and diversionary injection: removing an influential source in the prompt often changes the model's forecast while leaving the reasoning trace untouched. The same probes function as lie detectors: their activations track behavioral shifts far better than the reasoning trace does, and they also predict the direction of change in 84% of cases, including when the CoT conceals the perturbation's influence. Finally, forced answering reveals that forecasts are largely fixed before reasoning begins: a single pre-reasoning pass recovers the committed answer and confidence, and routing questions by the spread of this pre-set answer distribution saves 30-47% of generated tokens, with no loss of accuracy. Together, these results establish probing internal representations as a practical tool for calibrating, auditing, and triaging language model forecasters and reasoning models more broadly.