返回新聞
創新AI Understanding 簡報

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.

6 min readRead the primary source
Primary-source figure accompanying Preprint casts interpretability tools as one measurement problem, tests it on GPT-2 and Qwen
主要來源文件來源記錄
出版商
arxiv.org
來源連結
arxiv.orghttps://arxiv.org/abs/2608.19338
來源類型
主要文件-我們直接閱讀的官方公告、文件、文件或第一方頁面。
背景60 秒內了解這一點

從這裡開始

關鍵術語

API(應用程式介面)
一種軟體系統向另一個系統發送請求並接收回應的結構化方式。
人工智慧(AI)
建構執行需要模式識別、推理、語言或決策的任務的系統的廣泛領域。
機器學習(ML)
允許系統從數據中學習模式並隨著時間的推移進行改進的方法。
測試一下自己AI 模型解釋測驗

發生了什麼事

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.

來源詳情: arxiv.org

為什麼這很重要

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.

Interactive Mechanism

互動機制:它實際上是如何運作的

以互動方式探索這項發展背後的基礎技術。

System Requirements:
Best ArchitecturePure RAGRecommended pattern
Hallucination RiskVery LowGrounding efficacy
Update Cost$0 (Vector sync)Ongoing maintenance
Core takeaway: Fine-tuning teaches models how to speak (form, style, syntax); RAG teaches models what to say (verifiable facts). Never use fine-tuning alone for factual memory.
互動式概念檢查+10 Points
AI Models Explained Quiz

What is the best response when AI Models Explained makes a mistake in production?

接下來看什麼

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.

相關指引和測驗

人工智慧模型解釋變形金剛ChatGPT 與大型語言模型測試你所知道的—嘗試免費的人工智慧測驗在我們的詞彙表中尋找人工智慧術語
覺得有用嗎?