Towards Best Practices of Activation Patching in Language Models: Metrics and Methods
Fred Zhang, Neel Nanda
TL;DR
<3-5 sentence high-level summary> Activation patching is a central tool for mechanistic interpretability, but prior work shows results can be highly sensitive to methodological choices. This paper systematically investigates how corruption methods (Gaussian noise vs symmetric token replacement), evaluation metrics (probability, logit difference, KL divergence), and sliding-window patching affect localization and circuit discovery in language models. It finds that GN and STR can produce divergent localization patterns and that metric choice can either obscure or reveal negative components, with sliding-window patching amplifying joint effects. Based on these findings, the authors propose practical recommendations—favor STR for in-distribution perturbations, use logit-difference as the primary metric, and apply sliding-window patching judiciously—to improve the reliability and interpretability of activation-patching analyses.
Abstract
Mechanistic interpretability seeks to understand the internal mechanisms of machine learning models, where localization -- identifying the important model components -- is a key step. Activation patching, also known as causal tracing or interchange intervention, is a standard technique for this task (Vig et al., 2020), but the literature contains many variants with little consensus on the choice of hyperparameters or methodology. In this work, we systematically examine the impact of methodological details in activation patching, including evaluation metrics and corruption methods. In several settings of localization and circuit discovery in language models, we find that varying these hyperparameters could lead to disparate interpretability results. Backed by empirical observations, we give conceptual arguments for why certain metrics or methods may be preferred. Finally, we provide recommendations for the best practices of activation patching going forwards.
