MechRL: Reinforcement Learning Agents Perform Circuit Discovery for Mechanistic Interpretability

๐Ÿ“… 2026-05-25
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

239K/year
๐Ÿค– AI Summary
This work addresses the limited generalizability of traditional mechanistic interpretability methods, which often rely on task-specific customization. It proposes a novel, general-purpose circuit discovery framework that integrates reinforcement learning with causal intervention. Specifically, a PPO agent performs zero-ablation operations across all 144 attention heads of GPT-2 Small and automatically identifies critical heads using a contrastive reward signalโ€”eliminating the need for task-specific analysis pipelines and enabling cross-task transfer. Experimental results demonstrate that the method achieves near-oracle performance both on training tasks and unseen tasks: in the absence of task-specific signals, the best five runs recover 96% of the oracle upper bound and accurately identify both key and redundant attention heads previously documented in the literature.
๐Ÿ“ Abstract
Mechanistic interpretability has identified small sets of attention heads that implement specific behaviours in transformer language models, but recovering these circuits typically requires a bespoke analytical pipeline for each new task. We recast circuit discovery as a reinforcement-learning problem. An agent operates over the 144 attention heads of GPT-2 small as a discrete action space; each action triggers a zero-ablation and a contrastive reward that subtracts the ablation's damage to general next-token prediction from its damage to the target task. A single PPO policy, trained on two tasks (induction and IOI) in a vectorised multi-task environment, attains the per-episode oracle on both training tasks and on a held-out third task (docstring completion). Its preferred heads coincide with the canonical heads of established literature on precisely the axes those papers identify as causally non-redundant under single-head ablation; the categories they identify as redundant are correctly de-prioritised by the agent. On the held-out task, best-of-five planning recovers 96\% of the oracle ceiling with no task signal supplied at evaluation. These results indicate that reinforcement learning over causal interventions is a viable, transferable substrate for identifying the single-head bottlenecks of mechanistic circuits, complementary to existing path-patching approaches.
Problem

Research questions and friction points this paper is trying to address.

mechanistic interpretability
circuit discovery
attention heads
transformer language models
reinforcement learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

reinforcement learning
mechanistic interpretability
circuit discovery
attention heads
zero-ablation
๐Ÿ”Ž Similar Papers
No similar papers found.