EAP-GP: Mitigating Saturation Effect in Gradient-based Automated Circuit Identification
Lin Zhang, Wenshuo Dong, Zhuoran Zhang, Shu Yang, Lijie Hu, Ninghao Liu, Pan Zhou, Di Wang
TL;DR
This work tackles the challenge of mechanistic interpretability in transformer-based language models by improving gradient-based circuit discovery. It identifies saturation along integration paths as a key flaw in prior methods like EAP and EAP-IG and proposes Edge Attribution Patching with GradPath (EAP-GP), which uses a model-aware GradPath to adaptively integrate gradients and avoid saturated regions. The approach provides a formalized GradPath-based attribution score, challenging the limitations of straight-line paths and zero-gradient issues, and demonstrates substantial gains in circuit faithfulness (up to 17.7% on six tasks) across GPT-2 variants, with competitive precision/recall against ground-truth circuits. The method enhances the reliability of identifying critical subgraphs in language models, offering a practical advancement for mechanistic interpretability and circuit analysis at scale in LMs.
Abstract
Understanding the internal mechanisms of transformer-based language models remains challenging. Mechanistic interpretability based on circuit discovery aims to reverse engineer neural networks by analyzing their internal processes at the level of computational subgraphs. In this paper, we revisit existing gradient-based circuit identification methods and find that their performance is either affected by the zero-gradient problem or saturation effects, where edge attribution scores become insensitive to input changes, resulting in noisy and unreliable attribution evaluations for circuit components. To address the saturation effect, we propose Edge Attribution Patching with GradPath (EAP-GP), EAP-GP introduces an integration path, starting from the input and adaptively following the direction of the difference between the gradients of corrupted and clean inputs to avoid the saturated region. This approach enhances attribution reliability and improves the faithfulness of circuit identification. We evaluate EAP-GP on 6 datasets using GPT-2 Small, GPT-2 Medium, and GPT-2 XL. Experimental results demonstrate that EAP-GP outperforms existing methods in circuit faithfulness, achieving improvements up to 17.7%. Comparisons with manually annotated ground-truth circuits demonstrate that EAP-GP achieves precision and recall comparable to or better than previous approaches, highlighting its effectiveness in identifying accurate circuits.
