Measuring In-Context Computation Complexity via Hidden State Prediction
Vincent Herrmann, Róbert Csordás, Jürgen Schmidhuber
TL;DR
The paper tackles the problem of identifying when neural sequence models engage in genuinely interesting in-context computation, arguing that traditional next-token loss is insufficient. It introduces the Prediction of Hidden States (PHi) layer, an information-bottleneck mechanism that predicts future hidden states and yields a KL-based loss $L_{\text{PHi}}$ to quantify novel information in in-context computations. By jointly training or inserting PHi into pretrained models, the authors show that $L_{\text{PHi}}$ correlates with task complexity across diverse settings, including in-context language learning with PFAs, mathematical reasoning, and reasoning chains in GSM-8k and MATH. The approach provides a flexible, architecture-agnostic tool for diagnosing and potentially guiding non-trivial in-context reasoning, with implications for intrinsic motivation and self-supervised objective design in AI systems.
Abstract
Detecting when a neural sequence model does "interesting" computation is an open problem. The next token prediction loss is a poor indicator: Low loss can stem from trivially predictable sequences that are uninteresting, while high loss may reflect unpredictable but also irrelevant information that can be ignored by the model. We propose a better metric: measuring the model's ability to predict its own future hidden states. We show empirically that this metric -- in contrast to the next token prediction loss -- correlates with the intuitive interestingness of the task. To measure predictability, we introduce the architecture-agnostic "prediction of hidden states" (PHi) layer that serves as an information bottleneck on the main pathway of the network (e.g., the residual stream in Transformers). We propose a novel learned predictive prior that enables us to measure the novel information gained in each computation step, which serves as our metric. We show empirically that our metric predicts the description length of formal languages learned in-context, the complexity of mathematical reasoning problems, and the correctness of self-generated reasoning chains.
