How Context Shapes Truth: Geometric Transformations of Statement-level Truth Representations in LLMs
Shivam Adarsh, Maria Maistro, Christina Lioma
TL;DR
The paper addresses how context reshapes statement-level truth representations in LLMs by measuring geometric transforms of truth vectors in the residual stream. Using four instruction-tuned models and four diverse datasets, it computes the directional change $\theta$ and relative magnitude $rm$ between truth vectors with and without context across layers. The key findings reveal a three-phase pattern of directional change, general amplification of truth-vector separation by context, and variable sensitivity to context relevance across model scales, with stronger effects for context that conflicts with parametric knowledge. This geometric characterization informs the design of retrieval-augmented and in-context learning systems and contributes to interpretability of how contextual knowledge is integrated in LLMs.
Abstract
Large Language Models (LLMs) often encode whether a statement is true as a vector in their residual stream activations. These vectors, also known as truth vectors, have been studied in prior work, however how they change when context is introduced remains unexplored. We study this question by measuring (1) the directional change ($θ$) between the truth vectors with and without context and (2) the relative magnitude of the truth vectors upon adding context. Across four LLMs and four datasets, we find that (1) truth vectors are roughly orthogonal in early layers, converge in middle layers, and may stabilize or continue increasing in later layers; (2) adding context generally increases the truth vector magnitude, i.e., the separation between true and false representations in the activation space is amplified; (3) larger models distinguish relevant from irrelevant context mainly through directional change ($θ$), while smaller models show this distinction through magnitude differences. We also find that context conflicting with parametric knowledge produces larger geometric changes than parametrically aligned context. To the best of our knowledge, this is the first work that provides a geometric characterization of how context transforms the truth vector in the activation space of LLMs.
