SYNTHESIS NOTE
TopicsMechInterpthis note

Do hidden massive activations act as attention bias terms?

Explores whether a tiny handful of unusually large activations in LLMs function as structural bias terms that shape attention patterns, regardless of input content.

Synthesis note · 2026-06-03 · sourced from MechInterp

Most LLM study focuses on external behavior; this work looks inside and finds a surprising internal phenomenon — massive activations: a very small number of activations with values up to ~100,000× larger than the rest. They are widespread across model sizes and families, and they have three load-bearing properties. Their values stay largely constant regardless of input — so they function as indispensable implicit bias terms rather than carriers of input-specific information. And they concentrate attention probability onto their corresponding tokens, producing an implicit bias in the self-attention output. The same phenomenon appears in Vision Transformers.

The keeper is mechanistic: a tiny number of constant, input-agnostic activations are doing structural work — implementing a bias the architecture needs — and they are the substrate of the "attention sink" behavior where attention piles onto a few tokens. Pruning or quantizing naively can destroy them and break the model, which is why they matter for compression and interpretability.

This connects the vault's attention-mechanism thread. It is the activation-level companion to Does transformer attention architecture inherently favor repeated content? — both locate structural attention biases below the training layer — and it explains a failure mode for aggressive quantization like Can ternary weights match full precision model performance?, where preserving these rare massive values is essential.

Inquiring lines that read this note 22

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

What structural biases does transformer attention create in language model outputs? What critical LLM failures do standard benchmarks hide? How does sequence length affect sparsity tolerance in models? How do transformer attention mechanisms implement memory and algorithmic functions? What memory architectures best support persistent reasoning across extended interactions? What role does compression play in language model capability and generalization? What mechanisms drive sycophancy and how can we mitigate it?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
15 direct connections · 106 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

a handful of input-agnostic massive activations function as implicit attention-bias terms in LLMs