Glossary
Section titled “Glossary”Quick-reference definitions for terms used across this site. For the mathematical formalisms (Grassmannian, gauge quotients, sheaves, stratification), see the Formalisms section.
Framework terms
Section titled “Framework terms”Mechanistic view. The set of commitments underlying a mechanistic claim, formalized as a 5-tuple : ontology, identity criterion, evidential standards, formalism, target. See Framework.
Ontology. What kind of entity counts as a mechanism — a component, a functional role, a subspace, a gauge-invariant structure, a formation trajectory, or a stratum point. Each of the nine views gives a different answer.
Identity. When two descriptions refer to the same mechanism. Must fit the ontology: component overlap for the object view, role equivalence for the role view, geodesic distance for the subspace view, gauge-orbit membership for the structural view.
Evidence. What measurements can warrant a claim about a mechanism. Linked to ontology: a component claim is supported by ablation; a subspace claim needs DAS/IIA plus subspace stability; a structural claim needs measurements robust to reparameterization.
Formalism. The mathematical language used to express the claim. Ranges from directed graphs (object view) to resolution-indexed strata (stratified view). See Formalisms for all nine view-associated formalisms.
Target. What phenomenon the mechanism is supposed to explain — a specific behavior, a functional class, a representational variable, or a mechanism’s origin.
Coherence. A view is coherent if the identity criterion fits the ontology, the evidence tracks the identity criterion, and the formalism can express both. Incoherent views produce contradictory demands. See Framework.
Determination chain. Ontology → Identity → Formalism. What a mechanism is determines when two are the same, which determines what mathematical language is needed.
Mechanistic Validity. A framework for evaluating whether mechanistic claims are warranted. Six-layer pipeline from description modes to verdicts, 36 criteria across 5 validity types. See Mechanistic Validity Interface.
Technical terms
Section titled “Technical terms”Residual stream. The -dimensional vector accumulated by transformer blocks. The ambient space in which mechanisms are defined under the subspace, structural, and stratified views.
Attention head. A computational unit producing a weighted sum over positions. The OV circuit determines what information is moved; the QK circuit determines where attention is directed.
Composition score. — a distribution-free upper bound on how much head ‘s output influences head ‘s attention pattern. Invariant under head permutations but not under orthogonal rotations. See composition and virtual heads on learnmechinterp and the fiber bundle for the gauge-invariance caveat.
QK/OV circuits. The two functional circuits within each attention head. The QK circuit computes attention patterns (where to attend); the OV circuit determines what information is moved. SVD of these matrices reveals the head’s computational structure. See QK/OV circuits on learnmechinterp.
DAS (Distributed Alignment Search). A method that searches over subspaces to find one whose swap transfers a causal variable. Produces a point on the Grassmannian, evaluated by IIA. See causal abstraction on learnmechinterp.
IIA (Interchange Intervention Accuracy). The fraction of inputs on which swapping a subspace’s projection successfully transfers the target variable’s value. Tests surgical intervention quality. Low IIA is ambiguous: the swap may be non-surgical, or the causal graph may be wrong.
Causal subspace. A subspace such that swapping the projection onto transfers a high-level causal variable. The mechanism under the subspace view.
Surgical intervention. An intervention that changes one causal variable without directly altering others. Required for interventionist causal claims. IIA is the empirical test.
Dark matter ratio. (Full model logit difference) / (circuit logit difference). Ratio 1.0 means the circuit fully explains the model’s behavior. Above 1.0 means incomplete coverage — which may reflect missing components or genuinely distributed computation.
AGOP (Average Gradient Outer Product). A training-time sensitivity measure (Radhakrishnan et al., 2024). AGOP trajectories sometimes converge to the eventual DAS causal subspace before behavioral detection. Evidence for the process view.
Multi-domain triangulation. Convergent evidence across structurally different domains (weight-space, activation-space, dynamics-space). Each domain alone is non-injective on mechanism space — two distinct mechanisms can look identical in one domain. See Methods.
Qua-problem. Identity claims are well-formed only relative to a description level. “Head 9.9 is the same mechanism as head 7.3” is meaningful only given a specified identity criterion — component overlap, role equivalence, or gauge-orbit membership give different answers.
Methods
Section titled “Methods”Activation patching. Replacing a component’s activations from one forward pass into another to test causal relevance. See activation patching on learnmechinterp and the object view.
Path patching. Variant of activation patching that tests specific information-flow paths. See path patching on learnmechinterp.
Attribution patching (EAP, ACDC). Gradient-based approximations to activation patching that scale to full circuits. Edge attribution patching (EAP) estimates each edge’s causal contribution; ACDC uses iterative patching to prune a circuit graph. See attribution patching on learnmechinterp.
Ablation. Removing or zeroing a component (head, neuron, direction) to test necessity. A component is necessary if ablation degrades performance on the target task. See activation patching on learnmechinterp.
Causal abstraction. A framework for testing whether a high-level causal model is faithfully implemented by a neural network. DAS and IIA are the primary tools; causal scrubbing extends this to full computational graphs. See causal abstraction on learnmechinterp.
Causal scrubbing. A method that tests whether a proposed computational graph fully accounts for a model’s behavior by resampling all activations not explained by the graph. See causal abstraction on learnmechinterp.
SAE (Sparse Autoencoder). Learns an overcomplete dictionary of directions from a model’s activations. Each direction is a candidate mechanism. The sparsity criterion is reconstruction-based, not causal — causal validation (steering, ablation) is needed to establish that a direction is a mechanism. See sparse autoencoders on learnmechinterp and the SAE channels discussion on the subspace view page.
Linear probing. Trains a linear classifier on intermediate activations to test whether a concept is linearly represented. Observational, not causal. See probing classifiers on learnmechinterp.
Logit lens / tuned lens. Applies the unembedding matrix (or a learned affine transform) at intermediate layers to read off vocabulary-level predictions. Observational layer-by-layer readout. See logit lens on learnmechinterp and the linear projection formalism.
Worked examples
Section titled “Worked examples”Induction heads. Attention heads that implement a copy-and-complete pattern: given a repeated bigram , the head attends from the second back to and copies to the output. The strongest mechanistic claim in the current literature — the only one reaching Triangulated under Mechanistic Validity. See induction heads on learnmechinterp and the Induction Heads case study.
IOI circuit. The circuit for indirect object identification in GPT-2 Small, involving name mover, backup name mover, inhibition, S-inhibition, duplicate token, and previous token heads. The most-studied circuit in mechanistic interpretability. See IOI circuit on learnmechinterp and the IOI case study.
Philosophical foundations
Section titled “Philosophical foundations”Mechanisms in science. The philosophical literature on what constitutes a mechanism — from Machamer, Darden & Craver’s “entities and activities” to the new mechanist philosophy. The nine mechanistic views in this framework draw on and extend these distinctions for the specific conditions of neural network interpretability. See the Stanford Encyclopedia of Philosophy entry on mechanisms in science.
Bayesian epistemology. The use of probability theory as a normative framework for belief revision. Relevant to cross-view promotion, where convergent evidence from multiple views can be formalized as Bayesian updating over view-dependent likelihoods. See the Stanford Encyclopedia of Philosophy entry on Bayesian epistemology.
Additional terms
Section titled “Additional terms”Alignment class vacuity (Sutter et al. 2025). Unrestricted nonlinear alignment maps achieve 100% IIA even on randomly initialized models, making DAS vacuous without structural constraints on the alignment class. Subspace-view claims therefore require either linear alignment or alignment constrained to respect the transport structure induced by the weight matrices. Without this constraint, high IIA is consistent with any causal structure. See the Subspace view and Grassmannian formalism.
Formation criterion. The threshold or condition used to declare that a mechanism has “formed” during training. Different criteria (behavioral threshold, AGOP convergence, weight-space structure) can disagree in timing. Process-view claims must specify which criterion is used. See Process view.
G-SCM (Grassmannian Structural Causal Model). A proposed extension of Pearl’s SCM with subspaces as nodes and weight-induced transport maps as edges. Requiring alignment maps to respect transport structure is expected to address vacuity concerns (Sutter et al. 2025). See the Grassmannian formalism.
Gauge-invariant. A property that depends only on the gauge orbit , not on any particular weight configuration within it. Examples: singular values of , principal angles, effective rank. See the structural view and fiber bundle.
Principal angles. The angles between two subspaces , computed as . Used to define geodesic distance on the Grassmannian.
Fréchet variance. — measures how stable a recovered subspace is across seeds or prompt distributions. Low Fréchet variance means the subspace is a reliable measurement; high variance means it may be an artifact. See Grassmannian formalism.