Disentangling Direction and Magnitude in Transformer Representations: A Double Dissociation Through L2-Matched Perturbation Analysis
Mangadoddi Srikar Vardhan, Lekkala Sai Teja
TL;DR
This work examines how transformer representations encode information in terms of direction and magnitude by introducing L2-matched perturbation analysis, ensuring angular and magnitude perturbations produce identical Euclidean displacements. Applied to Pythia-family models, it uncovers a cross-over dissociation: angular perturbations primarily disrupt language modeling loss, while magnitude perturbations mainly impair syntactic processing, with causal interventions revealing two distinct mechanistic pathways (attention for direction, LayerNorm for magnitude). The study refines the linear representation hypothesis by showing partial functional specialization of geometric properties and highlights architecture dependence, including reversals in RMSNorm-based models. These findings have practical implications for interpretability and model editing, suggesting targeted interventions on direction versus magnitude to preserve specific capabilities and revealing the geometry of hidden-state representations as a structured driver of computation.
Abstract
Transformer hidden states encode information as high-dimensional vectors, yet whether direction (orientation in representational space) and magnitude (vector norm) serve distinct functional roles remains unclear. Studying Pythia-family models, we discover a striking cross-over dissociation: angular perturbations cause up to 42.9 more damage to language modeling loss, while magnitude perturbations cause disproportionately more damage to syntactic processing (20.4% vs.1.6% accuracy drop on subject-verb agreement).This finding is enabled by L2-matched perturbation analysis, a methodology ensuring that an gular and magnitude perturbations achieve identical Euclidean displacements. Causal intervention reveals that angular damage flows substantially through the attention pathways (28.4% loss recovery via attention repair), while magnitude damage flows partly through the LayerNorm pathways(29.9% recovery via LayerNorm repair). These patterns replicate across scales within the Pythia architecture family. These findings provide evidence that direction and magnitude support partially distinct computational roles in LayerNorm based architectures. The direction preferentially affects attentional routing, while magnitude modulates processing intensity for fine-grained syntactic judgments. We find different patterns in RMSNorm-based architectures, suggesting that the dissociation depends on architectural choices. Our results refine the linear representation hypothesis and have implications for model editing and interpretability research
