Causal Abstractions of Neural Networks
Atticus Geiger, Hanson Lu, Thomas Icard, Christopher Potts
TL;DR
This work develops a formal causal-abstraction framework to explain neural network behavior by aligning low-level representations with high-level causal model variables and validating causality through interchange interventions, formalized within a constructive abstraction setup. Using MQNLI, which is grounded in a tree-structured natural-logic model, the authors search for alignments (e.g., mapping internal BERT representations to high-level nodes like $S_1=X+Y$ and $S_2=S_1+W$) and experimentally verify causal equivalence of network computations with the high-level model. The case study shows that a BERT-based model partially realizes the natural-logic causal structure, while an LSTM baseline does not, providing evidence that BERT encodes the compositional structure necessary for MQNLI. Overall, the paper presents a principled, testable alternative to probes and gradient-based attributions for explaining neural computation and demonstrates a scalable approach to evaluating abstract causal hypotheses in NLP.
Abstract
Structural analysis methods (e.g., probing and feature attribution) are increasingly important tools for neural network analysis. We propose a new structural analysis method grounded in a formal theory of causal abstraction that provides rich characterizations of model-internal representations and their roles in input/output behavior. In this method, neural representations are aligned with variables in interpretable causal models, and then interchange interventions are used to experimentally verify that the neural representations have the causal properties of their aligned variables. We apply this method in a case study to analyze neural models trained on Multiply Quantified Natural Language Inference (MQNLI) corpus, a highly complex NLI dataset that was constructed with a tree-structured natural logic causal model. We discover that a BERT-based model with state-of-the-art performance successfully realizes parts of the natural logic model's causal structure, whereas a simpler baseline model fails to show any such structure, demonstrating that BERT representations encode the compositional structure of MQNLI.
