Zurück zu den Neuigkeiten
InnovationAI Understanding Briefing

Preprint casts interpretability tools as one measurement problem, tests it on GPT-2 and Qwen

A single-author arXiv preprint proposes writing activation patching, gradients and Hessian-vector products as one linear measurement problem, and reports held-out tests on a toy control system, Tracr, GPT-2-small and Qwen-2.5-7B.

Von 6 min read
Primary-source image accompanying Preprint casts interpretability tools as one measurement problem, tests it on GPT-2 and Qwen
Die Kurzversion

A single-author arXiv preprint proposes writing activation patching, gradients and Hessian-vector products as one linear measurement problem, and reports held-out tests on a toy control system, Tracr, GPT-2-small and Qwen-2.5-7B.

Was ist passiert?

A single-author preprint posted to arXiv on Aug. 19, 2026 proposes treating mechanistic interpretability methods — patching, gradient attribution, Hessian-vector products and subset interventions — as instances of one designed-measurement problem, and reports tests on a toy control system, Tracr, GPT-2-small and Qwen-2.5-7B.

The paper, "Mechanistic Tomography: Designed Measurement for Control-Oriented Interpretability," is credited to Vijay Erramilli and listed under machine learning and artificial intelligence at 24 pages with 13 figures. Its starting observation is that interpretability researchers want quantities models do not expose directly — represented states, component effects, interactions between components, and responses to interventions — and that existing techniques measure those quantities under different access assumptions and may not be targeting the same thing. Rather than treating activation patching, gradient attribution, Hessian-vector products and subset interventions as competing methods, the author argues they share a measurement structure and can be written in a common form.

That common form is the linear model y = Ax + w. Given a chosen basis and a family of interventions, A encodes which interventions were run, x is the target map the researcher wants to recover, and w absorbs what the linear form does not capture: nonlinear response, sampling error, and misspecification of the basis. The framing yields a procedure rather than a single algorithm — begin with the cheapest measurements available under your access level, evaluate on held-out interventions at the scale you actually intend to operate at, calibrate simple mismatch, then widen the measurement family only when structured residuals remain.

Control is the paper's validation setting, on the argument that an estimate used to steer a model becomes an observer inside a feedback loop. In a system built from two hidden Markov models, the abstract reports control error rising as observer error rises, and flags a failure mode in which the targeted quantity improves while a nuisance state moves. Under forward-only access, it says sparse aggregate measurements recovered a finite-effect map with fewer interventions than coordinate-by-coordinate patching. With gradient access, finite probes improved a local attribution map, while lifted measurements and Hessian-vector products recovered interactions that first-order maps missed. Experiments with Tracr — compiled transformers with known ground truth — indicate the required measurement family depends on the chosen basis.

Two language-model results are stated. On GPT-2-small's indirect object identification task, a long-studied circuit in this literature, the interaction between Name Mover and Negative Name Mover heads was the largest held-out predictive term among three tested cross-group pairs. On Qwen-2.5-7B, finite calibration made an additive map of refusal response adequate, so held-out error did not support adding pairwise interaction terms. The abstract does not report effect sizes, how many interventions the sparse approach saved, which prompt sets or sample sizes were used, or baselines beyond coordinate patching. A related Zenodo record is listed alongside the arXiv entry; its contents are not described on the abstract page.

Lesen Sie die Primärquelle: arxiv.org

Warum es wichtig ist

Interpretability results are increasingly used to steer model behavior, not just describe it. The paper's contribution is a test for whether an internal map is accurate enough for that use, plus a warning that a steering intervention can look successful while something else shifts.

Much interpretability work is reported as a finding about a model: this attention head does that, this feature encodes that. Deployment pressure has shifted the question. Refusal steering, activation editing and circuit-level monitoring all use an internal estimate to change behavior, which makes the accuracy of that estimate an engineering requirement rather than a scholarly nicety. Casting the methods as designed measurement gives a vocabulary for asking how much measurement is needed, at what access level, before an intervention built on top of it can be relied on.

The held-out-intervention test is the most portable idea in the paper. Interpretability claims are often validated using the same interventions that were used to fit them, which makes it hard to distinguish a real mechanism from a curve that happens to fit. Requiring predictions to hold on interventions withheld from fitting, and at the scale intended for use, is a familiar discipline in statistics and control that interpretability has applied unevenly. It is also a criterion practitioners can adopt without accepting the paper's broader formalism.

The nuisance-state result is a safety-relevant caution, but it is stated in a toy setting. If an intervention moves the targeted quantity while quietly moving something else, an evaluation that tracks only the target will report success. That pattern maps onto real concerns about steering a model away from one unwanted output while shifting unrelated behavior. The paper demonstrates it in the two-HMM system rather than in a language model, and the abstract does not claim otherwise.

The Qwen-2.5-7B finding cuts against added complexity, which is worth noting because interpretability tooling tends to grow. There, a simpler additive account of refusal response survived held-out testing and the data did not justify interaction terms. Read alongside the GPT-2-small result, where an interaction term did carry predictive weight, the implication is that the right amount of machinery is an empirical question per model, task and basis rather than a fixed methodological choice.

Was Sie als nächstes sehen sollten

Whether the held-out tests replicate on larger models and by independent teams, whether code and intervention sets become available, and whether the results survive peer review.

The immediate open question is scale. The reported language-model evidence is one task on GPT-2-small — a 124-million-parameter model released in 2019 — and one refusal-response map on a 7-billion-parameter Qwen model. Whether sparse aggregate measurement keeps its intervention-count advantage on current frontier-scale systems, where forward passes are costly and access is often limited to an API, is not addressed in what the abstract states. Independent replication on other model families would show whether the procedure generalizes or is tuned to these cases.

Availability matters for that check. The listing includes a related Zenodo DOI and TeX source, but the abstract page does not describe released code, intervention sets or logged measurements. Reproducing a measurement-design claim requires the exact intervention family and basis, since the paper's own Tracr result says the required family depends on the basis. Readers should also note this is a version-one preprint with a single listed author, no stated affiliation on the abstract page, and no journal or conference venue; it has not been peer reviewed.

Finally, watch whether the held-out-prediction standard is taken up outside this paper. Interpretability has accumulated several proposed evaluation disciplines — faithfulness metrics, causal scrubbing, ablation baselines — with uneven adoption. If groups working on steering and monitoring begin reporting held-out intervention error alongside their circuit claims, that would be a concrete effect whether or not the tomography formalism itself catches on. Equally worth watching is whether the nuisance-state failure mode is demonstrated in a real language model, which would turn a toy caution into an evaluation requirement.

Verwandte Leitfäden und Quizze

KI-Modelle erklärtTransformatorenChatGPT & LLMsTesten Sie, was Sie wissen – probieren Sie ein kostenloses KI-Quiz ausSuchen Sie in unserem Glossar nach einem KI-Begriff
Fanden Sie das nützlich?