Calibration Across Layers: Understanding Calibration Evolution in LLMs
Abhinav Joshi, Areeb Ahmad, Ashutosh Modi
TL;DR
This work reveals that calibration in transformer LLMs is not confined to the final projection but unfolds across depth, with a later calibration correction phase in upper layers. By analyzing multiple open-weight models on MCQA tasks (notably MMLU), the authors identify a low‑dimensional calibration direction in the residual stream whose perturbation improves $ECE$ and $MCE$ without reducing accuracy, suggesting a distributed, controllable confidence mechanism. The results show a consistent pattern of accuracy saturating in mid-layers while calibration metrics worsen then improve in later layers, implying internal confidence regulation beyond the last layer. These insights have implications for interpretability and reliability, indicating potential for intra‑model confidence modulation and more robust downstream decision making in LLMs.
Abstract
Large Language Models (LLMs) have demonstrated inherent calibration capabilities, where predicted probabilities align well with correctness, despite prior findings that deep neural networks are often overconfident. Recent studies have linked this behavior to specific components in the final layer, such as entropy neurons and the unembedding matrix null space. In this work, we provide a complementary perspective by investigating how calibration evolves throughout the network depth. Analyzing multiple open-weight models on the MMLU benchmark, we uncover a distinct confidence correction phase in the upper/later layers, where model confidence is actively recalibrated after decision certainty has been reached. Furthermore, we identify a low-dimensional calibration direction in the residual stream whose perturbation significantly improves calibration metrics (ECE and MCE) without harming accuracy. Our findings suggest that calibration is a distributed phenomenon, shaped throughout the network forward pass, not just in its final projection, providing new insights into how confidence-regulating mechanisms operate within LLMs.
