finding
active
finding:attention-computations-distribute-across-heads-via-parameter-subcomponents-with-interpretable-rolesAttention computations distribute across heads via parameter subcomponents with interpretable roles
Mechanistic discovery about how attention mechanisms decompose into interpretable parameter components.
Source paper
extracted_from(2026) · Bushnaq, Lucius · Braun, Dan · Clive-Griffin, Oliver · Bussmann, Bart +4
Neighborhood — ranked by edge-count
Communities (4)
community
- Spans attention head decomposition, benchmark awareness, and genomic pathogenicity prediction via neural models.
- Tracing information flow through weight matrices and attention heads using attribution graphs to identify causally important subcomponents in language models.
- Isolating interpretable, role-specific model subcomponents through causal analysis and targeted edits to understand mechanistic function.
- Distributed attention head decompositionmembers_ofMechanistic interpretability approach decomposing attention heads into query/key subcomponents with distinct algorithmic roles
Concepts (2)
concept
- Attention headscitesTransformer attention heads that could be recruited to extract different kinds of information (text vs. thoughts).
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Claim supported by VPD's recovery of cross-head attention subcomponents, noted in footnote.
- Identification of algorithms implemented in attention layers, distributed across attention headsfinding0.809VPD successfully recovered interpretable attention algorithms (previous-token behavior, syntax-boundary routing) in weight space without requiring manual decomposition across heads.
- A pair of query and key subcomponents distributed across attention heads performs previous-token behaviorfinding0.806VPD recovers an attention algorithm for attending to the previous token, distributed across multiple heads.
- Long-standing bottleneck in mechanistic interpretability that VPD addresses by working natively on attention weight matrices.
- A pair of query and key subcomponents distributed across attention heads performs syntax-boundary routingfinding0.798VPD recovers an attention algorithm for routing across syntactic boundaries, distributed across heads.
- Mathematical equivalence enabling independent analysis of each attention head
- Interesting special case of copying behavior related to tokenization artifacts; primitive precursor to induction heads
- First question posed after applying VPD, investigating whether the subcomponents make sense.