method
active
method:adversarial-parameter-decomposition-vpdAdversarial Parameter Decomposition (VPD)
Core technique introduced in this paper for decomposing neural network weight matrices into mechanistically simple, interpretable rank-one subcomponents.
Neighborhood — ranked by edge-count
Papers (1)
paper
- Interpreting Language Model Parameterscitesintroduces
Findings (3)
finding
- Identification of algorithms implemented in attention layers, distributed across attention headssupportsVPD successfully recovered interpretable attention algorithms (previous-token behavior, syntax-boundary routing) in weight space without requiring manual decomposition across heads.
- Shows how VPD-identified subnetworks can be analyzed to reveal interpretable pathways of computation (e.g., gender signal routing, syntactic role detection).
- Demonstrated that VPD-discovered subcomponents encode true computational machinery by enabling targeted, predictable behavior changes without gradient-based training.
Concepts (2)
concept
- causal importance networkimplementsAuxiliary model trained alongside VPD to predict which subcomponents are causally important for each prompt, enabling mechanistic isolation of components.
- Bottom-up interpretabilityimplementsAn interpretability paradigm that explains computation in the model's own terms, rather than imposing top-down abstractions; VPD aims to realize this.
Claims (3)
claim
- Definitional principle guiding VPD: subcomponents should encode narrow, targeted computational roles rather than distributed, multi-purpose functionality.
- Claim of generality, highlighted as a key strength.
- Core design principle of VPD: each parameter subcomponent is constrained to be a simple rank-one matrix to enable isolated understanding and combination.
Methods (2)
method
- Sparse Autoencoders (SAE)associated_withInterpretability method criticized in this paper for shattering manifolds into atomic pieces, obscuring overarching semantic structure.
- Adversarial ablationimplementsTechnique used in VPD to enforce mechanistic faithfulness of parameter decompositions.
Datasets (1)
dataset
- 67M-parameter language modelimplementsThe target neural network on which VPD was applied and evaluated in this research.
Artifacts (1)
artifact
- param-decomp code repositoryimplementsOpen-source code implementing VPD.
Institutes (1)
institute
- GoodfireintroducesAI research company; authors' affiliation; develops tools including EVEE and publishes research on genomic foundation models.
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.
- Core methodological framework introduced in this paper; decomposes weight matrices into rank-one interpretable subcomponents using adversarial ablations.
- Core proposition of the paper: a substrate-level critique of existing interpretability methods.
- Applied capability claim: VPD enables surgical changes to model behaviour at the parameter level.
- Assertion about the qualitative advantages of VPD's rank-one decomposition.
- Williams and Beer's decomposition of joint mutual information into unique, redundant, and synergistic components.
- Central claim that VPD successfully uncovers genuine mechanisms.
- Empirical demonstration of VPD on a mid-scale transformer, establishing feasibility.