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

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, quick

Summary

Research on Large Language Model (LLM) forecasters, specifically Eternis-Forecaster 8B, GLM-4.7-Flash, and GLM-4.5-Air on OpenForesight, reveals that while accurate, they often suffer from poor calibration and unfaithful Chain-of-Thought (CoT) reasoning. By training representation-pooling probes on intermediate activations, the study found substantially better calibration. These probes also act as "lie detectors," tracking behavioral shifts from prompt perturbations far more effectively than CoT, predicting the direction of change in 84% of cases. A key finding is that forecasts are largely fixed before reasoning begins; a single pre-reasoning pass can recover the committed answer and confidence. This insight enables routing questions by pre-set answer distribution, saving 30-47% of generated tokens without accuracy loss. The work establishes internal representation probing as a practical tool for calibrating, auditing, and triaging LLM forecasters and reasoning models.

Key takeaway

For AI Scientists deploying forecasting LLMs, relying solely on Chain-of-Thought for assessing model confidence or faithfulness is inadequate. You should integrate internal representation probing to achieve substantially better calibration and to accurately audit how evidence influences forecasts. This approach also allows you to identify pre-reasoning commitments, potentially saving 30-47% of generated tokens by optimizing question routing without sacrificing accuracy.

Key insights

Probing LLM internal representations reveals true forecast confidence and evidence sensitivity better than Chain-of-Thought.

Principles

Method

Train representation-pooling probes on intermediate activations to assess calibration and faithfulness, using evidence ablation and diversionary injection.

In practice

Topics

Best for: Research Scientist, AI Engineer, Machine Learning Engineer, AI Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.