Missed Causes and Ambiguous Effects: Counterfactuals Pose Challenges for Interpreting Neural Networks
Aaron Mueller
TL;DR
The paper examines how interpreting neural networks via counterfactual interventions faces two core problems: overdetermination, where multiple independent causes can suffice for an effect, and non-transitivity, where counterfactual dependencies do not propagate cleanly through intermediate nodes. It presents a framework for analyzing these issues through causal theory, a case study on Pythia 70M, and a set of practical recommendations. The authors argue that current methods may systematically miss redundant causes and misinterpret causal graphs unless interventions consider sets of components and retain some local dependencies. They also propose exploring alternative causal theories and better causal mediators to improve recall, precision, and interpretability in mechanistic analyses.
Abstract
Interpretability research takes counterfactual theories of causality for granted. Most causal methods rely on counterfactual interventions to inputs or the activations of particular model components, followed by observations of the change in models' output logits or behaviors. While this yields more faithful evidence than correlational methods, counterfactuals nonetheless have key problems that bias our findings in specific and predictable ways. Specifically, (i) counterfactual theories do not effectively capture multiple independently sufficient causes of the same effect, which leads us to miss certain causes entirely; and (ii) counterfactual dependencies in neural networks are generally not transitive, which complicates methods for extracting and interpreting causal graphs from neural networks. We discuss the implications of these challenges for interpretability researchers and propose concrete suggestions for future work.
