Glossary
Section titled “Glossary”Quick-reference definitions for MI methods and scientific concepts referenced across this site. For the validity types, criteria, and verdict tiers, see the Framework.
Interpretability methods
Section titled “Interpretability methods”Activation patching. Replacing a component’s activations from one forward pass into another to test causal relevance. The most common interventional method in circuit discovery. Establishes necessity (does removing this component matter?) but not sufficiency or specificity without further controls. See activation patching on learnmechinterp.
Path patching. Variant of activation patching that tests specific information-flow paths rather than individual components. Establishes directed dependency between steps in a proposed circuit, not just node importance. See path 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. Different ablation methods (zero, mean, resample) can give different answers; the method should be stated. See activation 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.
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.
DAS (Distributed Alignment Search). A method that searches over subspaces to find one whose swap transfers a causal variable. Evaluated by IIA. The linearity of the alignment map constrains what the result establishes — unrestricted nonlinear maps can achieve high IIA on random models. 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 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. The result depends on the pre-specified causal 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 feature. 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.
Linear probing. Trains a linear classifier on intermediate activations to test whether a concept is linearly represented. Observational, not causal — high probing accuracy does not establish that the model uses the representation. 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.
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.
QK/OV circuits. The two functional circuits within each attention head. The QK circuit determines where attention is directed; the OV circuit determines what information is moved. SVD of these matrices reveals the head’s computational structure. See QK/OV circuits on learnmechinterp.
Scientific foundations
Section titled “Scientific foundations”Construct validity. Whether the measurement actually measures the theoretical construct it claims to measure. Adapted from psychometrics (Cronbach & Meehl, 1955). In mechanistic interpretability: does the circuit actually implement the computation the label claims? See the Stanford Encyclopedia of Philosophy entry on construct validity and the construct validity type.
Interventionism. The philosophical framework (Woodward, 2003) that defines causal claims in terms of interventions: causes if intervening on (while holding other variables fixed) changes . Activation patching and ablation are interventionist methods. See the Stanford Encyclopedia of Philosophy entry on causation and manipulability.
Mechanisms in science. The philosophical literature on what constitutes a mechanism — from Machamer, Darden & Craver’s “entities and activities” to the new mechanist philosophy. See the Stanford Encyclopedia of Philosophy entry on mechanisms in science.
Double dissociation. A crossed experimental design showing that component A is necessary for task X but not Y, and component B is necessary for Y but not X. Borrowed from neuropsychology. The strongest form of specificity evidence. See criterion I6.
Dose-response. A graded manipulation showing that increasing the strength of an intervention produces a monotonic change in the outcome. Borrowed from pharmacology. In MI: steering with increasing coefficients, partial ablation, graded activation clamping.
do-calculus. Pearl’s formal language for distinguishing observation () from intervention (). Every ablation study performs a do-operation. Stating it as one makes the conditioning set and exclusion restriction explicit. See Pearl (2009), Causality and the causal inference lens.
Potential outcomes. Rubin’s framework for treatment effects: each unit (prompt) has outcomes under treatment (ablated) and control (intact). The average treatment effect hides heterogeneity across prompts — a circuit can be necessary on some prompts and irrelevant on others. See Rubin (1974) and the causal inference lens.
Transportability. Pearl & Bareinboim’s formal conditions for when causal effects transfer across populations (models). A circuit discovered in GPT-2 Small transfers to GPT-2 Medium only if the differences between models do not open a confounding path. See Pearl & Bareinboim (2011) and the causal inference lens.
Koch’s postulates. The classical criteria (1890) for establishing that an organism causes a disease: presence in all cases, isolation in pure culture, induction in a new host, re-isolation. Revised three times as unculturable organisms broke the isolation requirement — Rivers (1937) for viruses, Falkow (1988) for genes, Fredricks & Relman (1996) for sequence data. What transfers to MI is the response to non-isolability. See Koch’s postulates on Wikipedia and the medical microbiology lens.
Hill’s criteria. Bradford Hill’s (1965) nine “viewpoints” for evaluating whether an observed association is causal: strength, consistency, specificity, temporality, biological gradient, plausibility, coherence, experiment, and analogy. Hill never called them criteria and denied they were sufficient or necessary conditions — Phillips & Goodman (2004) trace the misreading. Several map to validity criteria in this framework: temporality → I11 onset coupling, biological gradient → E5 graded response, experiment → I1 necessity.
Companion frameworks
Section titled “Companion frameworks”Mechanistic Views. A framework defining what a mechanism is — what kind of object is it, when two mechanisms are the same, and what formalism expresses the claim. Nine views spanning existing interpretability claims, ordered by ontological commitment. See Mechanistic Views.