Context Structure Reshapes the Representational Geometry of Language Models
Eghbal A. Hosseini, Yuxuan Li, Yasaman Bahri, Declan Campbell, Andrew Kyle Lampinen
TL;DR
The paper investigates how the structure of in-context cues reshapes the internal representations of large language models during in-context learning. By applying four geometric metrics to Gemma-2 across natural language, grid-world, few-shot, and riddle tasks, it reveals a dichotomy: continual prediction contexts drive representational straightening and dimensionality reduction that correlates with improved prediction, while few-shot and other structured tasks show dissociated, phase-specific geometry indicating alternative mechanisms. The authors propose a Swiss Army knife view of LLM computation, where task structure selects among multiple strategies rather than a single universal mechanism. These findings urge task-aware interpretability and broader testing across architectures to understand the diverse computational tools LLMs deploy during ICL, with future work including causal interventions and model-family diversity.
Abstract
Large Language Models (LLMs) have been shown to organize the representations of input sequences into straighter neural trajectories in their deep layers, which has been hypothesized to facilitate next-token prediction via linear extrapolation. Language models can also adapt to diverse tasks and learn new structure in context, and recent work has shown that this in-context learning (ICL) can be reflected in representational changes. Here we bring these two lines of research together to explore whether representation straightening occurs \emph{within} a context during ICL. We measure representational straightening in Gemma 2 models across a diverse set of in-context tasks, and uncover a dichotomy in how LLMs' representations change in context. In continual prediction settings (e.g., natural language, grid world traversal tasks) we observe that increasing context increases the straightness of neural sequence trajectories, which is correlated with improvement in model prediction. Conversely, in structured prediction settings (e.g., few-shot tasks), straightening is inconsistent -- it is only present in phases of the task with explicit structure (e.g., repeating a template), but vanishes elsewhere. These results suggest that ICL is not a monolithic process. Instead, we propose that LLMs function like a Swiss Army knife: depending on task structure, the LLM dynamically selects between strategies, only some of which yield representational straightening.
