LGAIJul 2

Conditional Co-Ablation: Recovering Self-Repair Backups in Transformer Circuits

arXiv:2607.0194012.83 citations
Predicted impact top 16% in LG · last 90 daysOriginality Highly original
AI Analysis

For mechanistic interpretability researchers, CoAx solves the self-repair masking problem, enabling accurate attribution and pruning in transformer circuits.

Mechanistic interpretability methods that ablate single components fail when transformers self-repair, as dormant backups mask the primary's effect. Conditional Co-Ablation (CoAx) recovers these backups by measuring how ablation effects grow after removing a primary set, raising backup-head recovery from 0.33 to 0.91 ROC-AUC on GPT-2-small IOI circuit and transferring to induction across eight models.

Mechanistic interpretability often relies on component-level interventions to discover how a model produces a behavior. This guides attribution, capability knockout, and model pruning downstream to operate by scoring each unit by the effect of ablation in isolation. Such first-order scoring is natural when component importance is additive, but becomes misleading when a transformer self-repairs: after a primary component is removed, a dormant backup can take over, muting the primary's measured effect while the backup itself appears irrelevant on the intact model. We recast this failure as a recovery task, conditional circuit completion, and introduce Conditional Co-Ablation (CoAx), a label-free, output-grounded score that asks how much each remaining unit's ablation effect grows once a primary set has been removed. This conditional growth exposes the second-order interaction that single-unit scores discard. On the GPT-2-small IOI circuit, CoAx raises backup-head recovery from 0.33 to 0.91 ROC-AUC, outperforming all baselines, including self-repair-aware gradient scores (best 0.82); counterfactual patching verifies that the recovered heads causally carry the repair. The same label-free procedure transfers to induction across eight models. Beyond discovery, the recovered backups correct self-repair-masked attribution, identify the components required for capability knockout, and yield repair-aware structured pruning scaling from 124M to 7B. Component importance is therefore not merely an isolated-unit property: in robust circuits, the components that matter can become visible only under the interventions that make them necessary.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes