Skip to content
AI.info

Research

Embracing Anisotropy: Turning Massive Activations into Interpretable Control Knobs for Large Language Models

Embracing Anisotropy: Turning Massive Activations into Interpretable Control Knobs for Large Language Models Overview Research area: Mechanistic interpretability and inference-time control of Large La

arXiv
2603.00029
Published
2026-02-04
Authors
Youngji Roh, Hyunjin Cho, Jaehyung Kim

AI summary

Embracing Anisotropy: Turning Massive Activations into Interpretable Control Knobs for Large Language Models

Overview

Research area: Mechanistic interpretability and inference-time control of Large Language Models (LLMs), specifically the study of anisotropic internal representations and "massive activations."

Technical level: Advanced. The paper assumes familiarity with Transformer internals (residual streams, hidden dimensions, layers), activation steering, and benchmark-based evaluation.

Scope in one sentence: The paper argues that the extreme-magnitude "outlier" dimensions inside LLMs are not artifacts but interpretable, domain-specialized functional units, and shows they can be found with a simple magnitude statistic and then steered to control model behavior in domain adaptation and jailbreaking settings.

Authors and affiliation: Youngji Roh, Hyunjin Cho, and Jaehyung Kim, Yonsei University. Code is released at https://github.com/nyancat0222/dimension-analyzer. The paper is licensed CC BY 4.0 (arXiv:2603.00029v3 [cs.CL]).

What This Paper Is About

LLMs are highly anisotropic: a small number of feature dimensions take values orders of magnitude larger than the rest, a phenomenon known as "massive activations" (reported in prior work as values tens of thousands of times larger, e.g., 100,000×). Prior research treats these extreme dimensions mostly as artifacts to be suppressed (to restore isotropy) or preserved (because they are a natural byproduct of training), but not as features whose function should be examined.

This paper proposes that these extreme dimensions emerge from functional specialization and therefore encode domain-specific knowledge as intrinsic, interpretable units. The goal is to identify such "Domain-Critical Dimensions" without any training, explain their semantic roles, and then use them as precise control knobs for steering model behavior.

Key Contributions

  1. A reframing of massive activations. The authors recast extreme-magnitude dimensions as intrinsic interpretable functional units arising from domain specialization, rather than as artifacts to be suppressed or merely preserved.

  2. A training-free identification method. They propose a simple magnitude-based criterion that selects the top-k dimensions by activation magnitude to obtain Domain-Critical Dimensions, with no additional learned parameters (unlike probe-based classifiers or sparse autoencoders).

  3. Qualitative semantic analysis of individual dimensions. Token-level activation patterns show that single domain-critical dimensions act as interpretable detectors for coherent concepts (e.g., mathematical symbols, biological terms, topic keywords).

  4. Critical Dimension Steering (CDS). A targeted inference-time intervention that applies activation steering only to the identified top-k dimensions, validated on domain adaptation with MMLU and jailbreaking with AdvBench.

Main Findings

  • Dimensions do not contribute equally to performance. Masking a single dimension (setting its activation to zero at every layer, excluding the input embedding layer) can collapse model accuracy. On Qwen-3-8b, masking the single most harmful dimension drops average accuracy by 51.33 points (from a 73.30% baseline to 21.97%); Rank 2 drops 34.63, Rank 5 drops 9.86, Rank 10 drops 4.32, and Rank 100 drops 1.33.

  • Gemma-2-2b-it shows the same but smaller pattern. Baseline accuracy is 56.53%; masking the top-ranked dimension gives 41.97 (a drop of 14.56), Rank 2 gives 46.81 (-9.72), Rank 5 gives 50.71 (-5.82), Rank 10 gives 52.39 (-4.14), and Rank 100 gives 54.25 (-2.28).

  • The effect is sharply concentrated. On the abstract algebra subject with Gemma-2-2b-it, most dimensions have negligible impact while a very small number produce significant performance drops, with a maximum accuracy drop of 26%.

  • Domain-discriminative dimensions exist and are extreme. Comparing high school mathematics against high school biology, dimensions such as 682 and 1261 are persistently active in biology, while dimensions such as 987 and 1046 show the opposite pattern, with a disparity in activation frequency exceeding 30% between the two subjects. A dimension is counted as "active" for a query when its activation deviates by more than 3σ from the mean, following the outlier criterion of zhao2025analysis.

  • Individual dimensions are interpretable concept detectors. With Gemma-2-2b-it, dimension 1046 strongly activates on mathematical terms (+, x, ∞), dimension 2106 on specific biological terms (_ATP, _NAD, _phosphorylation), and dimension 334 on topic keywords (_mathematics, _biology).

  • Magnitude-based selection agrees with expensive ground truth. The top-k magnitude-selected dimensions substantially overlap with critical dimensions found through computationally expensive iterative masking and evaluation, indicating functional importance can be inferred from activation statistics without supervision.

  • CDS beats whole-dimension steering on domain adaptation. On MMLU, CDS improves domain-specific accuracy over the whole-dimension steering baseline in 34 out of 57 subjects.

  • CDS beats whole-dimension steering on jailbreaking. On AdvBench, CDS raises attack success rate to 92%, compared with 84% for the whole-dimension steering baseline.

Methodology in Plain English

The authors work with pre-trained LLMs composed of L Transformer layers and hidden dimension D, where hidden states are written as h_l and individual scalar entries of those states are called activations.

They operationalize a "domain" using MMLU, which has 57 subjects spanning STEM, humanities, and social sciences. For each subject they sample 100 prompts from the test split and split them into two disjoint halves: 50 prompts as an identification set (used to extract the domain-critical dimensions) and 50 prompts as an evaluation set (reserved for validating those dimensions and for downstream evaluation).

Two observations drive the method. First, sparsity: zeroing out individual dimensions one at a time shows that a handful of dimensions carry most of the performance, so hidden dimensions are not interchangeable. Second, extremity: the dimensions that distinguish one domain from another are the ones with unusually large activation magnitudes. Combining these, the identification procedure simply ranks dimensions by activation magnitude and takes the top-k. The specific value of k used is not reported in the provided text.

To interpret what these dimensions do, the authors look at token-level activations and flag a dimension as "active" for a query when its activation exceeds 3σ from the mean, then measure how often each dimension is active per subject.

For control, they introduce Critical Dimension Steering: at inference time they modify internal activations during the forward pass, but only along the identified top-k dimensions, rather than steering the entire latent space.

Why This Matters

Impact on research. The paper offers a middle path between two camps — those who suppress outlier dimensions for isotropy and those who preserve them as a natural training artifact. It suggests a third framing: these dimensions are the model's specialized knowledge units, and they can be found with simple statistics rather than with trained probes or sparse autoencoders. This connects interpretability work to practical model control.

Real-world applications:

  • Domain adaptation: selectively steering a sparse set of dimensions improved domain-specific MMLU accuracy over whole-dimension steering in 34 of 57 subjects, suggesting cheaper, more targeted adaptation than broad interventions.
  • Safety and red-teaming: the jailbreaking result on AdvBench (92% versus 84% attack success rate) gives safety researchers a sharper probe for where refusal behavior lives and how it can be circumvented.
  • Model auditing and debugging: because individual dimensions correspond to recognizable concepts such as mathematical symbols or biological terminology, they can be inspected as interpretable readouts of what a model has specialized on.
  • Efficient inference-time control: intervening on a small set of dimensions instead of the whole latent space is a lighter-touch form of steering.

Industry relevance. Teams that deploy or fine-tune LLMs could use magnitude-based dimension identification as a fast, training-free diagnostic, and CDS as a low-cost knob for shifting behavior toward a target domain or for stress-testing safety alignment.

Future Directions

  • Establishing the value and robustness of k. The paper describes selecting the top-k dimensions by magnitude, but the provided text does not report which k values were used or how sensitive results are to that choice.
  • Generalizing beyond MMLU and AdvBench. The empirical validation is limited to MMLU-based domain adaptation and AdvBench-based jailbreaking; whether the same identification and steering procedure transfers to other model families, scales, and task types is an open question.
  • Bridging to probe-based and sparse-autoencoder interpretability. Since the authors frame their method as an alternative to learned probes and SAEs, a direct comparison on the same concepts would clarify when simple magnitude statistics are sufficient.
  • Understanding the causal mechanism. The work shows that masking these dimensions is catastrophic and that steering them changes behavior, but the deeper question of how specialization produces extreme magnitudes during pre-training — and whether that process can be shaped — remains open.

Target Audience

This paper is most valuable to mechanistic interpretability researchers, LLM safety and alignment practitioners, and engineers who need lightweight, inference-time control over model behavior. Readers should be comfortable with Transformer architecture terminology (layers, hidden dimensions, residual streams, activation steering) and with benchmark-based evaluation on MMLU and AdvBench. Those looking for a beginner-level introduction to anisotropy in LLMs will find the specificity of the dimension-level analysis demanding.

Authors’ abstract

Large Language Models (LLMs) exhibit highly anisotropic internal representations, often characterized by massive activations, a phenomenon where a small subset of feature dimensions possesses magnitudes significantly larger than the rest. While prior works view these extreme dimensions primarily as artifacts to be managed, we propose a distinct perspective: these dimensions serve as intrinsic interpretable functional units arising from domain specialization. Specifically, we propose a simple magnitude-based criterion to identify Domain-Critical Dimensions in a training-free manner. Our analyses reveal that such dimensions behave as interpretable semantic detectors for symbolic/quantitative patterns or domain-specific terms. In addition, we introduce Critical Dimension Steering, which applies activation steering exclusively to the identified dimensions. Empirical results show that this approach outperforms conventional whole-dimension steering in domain adaptation and jailbreaking scenarios.

Read the original paper