What LLM Forecasters Know but Don't Say: Probing Internal Representations for Calibration and Faithfulness

arXiv cs.CL Papers

Summary

This paper probes internal representations of LLM forecasters to improve calibration and assess faithfulness of chain-of-thought reasoning, finding that probes achieve better calibration and act as lie detectors.

arXiv:2607.08046v1 Announce Type: new Abstract: 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.
Original Article
View Cached Full Text

Cached at: 07/10/26, 06:12 AM

# What LLM Forecasters Know but Don't Say: Probing Internal Representations for Calibration and Faithfulness
Source: [https://arxiv.org/abs/2607.08046](https://arxiv.org/abs/2607.08046)
[View PDF](https://arxiv.org/pdf/2607.08046)

> Abstract: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\.

## Submission history

From: Raphael Sarfati \[[view email](https://arxiv.org/show-email/25252c81/2607.08046)\] **\[v1\]**Thu, 9 Jul 2026 01:52:09 UTC \(858 KB\)

Similar Articles

Do LLMs Really Know What They Don't Know? Internal States Mainly Reflect Knowledge Recall Rather Than Truthfulness

arXiv cs.CL

This paper challenges the assumption that LLMs can reliably distinguish between hallucinated and factual outputs through internal signals, arguing that internal states primarily reflect knowledge recall rather than truthfulness. The authors propose a taxonomy of hallucinations (associated vs. unassociated) and show that associated hallucinations exhibit hidden-state geometries overlapping with factual outputs, making standard detection methods ineffective.