Zirui Yan

AI Research Engineer II at Duolingo
Ph.D. from ECSE at RPI

ziruiy1808@gmail.com

← Back to publications
ACL

Multi-component Causal Tracing in Large Language Models

Zirui Yan, Dennis Wei, Dmitriy A. Katz, Prasanna Sattigeri, Ali Tajer

Proc. Annual Meeting of the Association for Computational Linguistics (ACL), 2026. Oral

Abstract

Causal tracing systematically intervenes on a large language model’s (LLM’s) internal representations to uncover and quantify the causal pathways linking specific inputs or computations to specific metrics of interest, quantifying the LLM’s behavior. Building on previous single-component or single-layer studies, this paper presents a unified framework for causally tracing multiple components simultaneously. This framework systematically identifies the subsets of components (e.g., attention heads and multi-layer perceptron neurons) most critical to a desired target performance metric (e.g., accuracy and fairness). This is achieved by incorporating flexible interventions applied to a wide range of desired metrics. To address the combinatorial complexity of the multi-component problem, an efficient algorithm is designed that leverages soft interventions and a carefully designed metric transformation, converting the combinatorial search problem into a continuous one that can be solved efficiently under proper constraints, thereby generating proper binary decisions for selecting components. Experimental results demonstrate that the proposed method efficiently identifies subsets of the model’s components that have a high impact on the target metric, outperforming existing baseline approaches.

BibTeX

@inproceedings{yan2026multi,
  title={Multi-component Causal Tracing in Large Language Models},
  author={Yan, Zirui and Wei, Dennis and Katz, Dmitriy A and Sattigeri, Prasanna and Tajer, Ali},
  booktitle={Proc. Annual Meeting of the Association for Computational Linguistics},
  year={2026},
  month={July},
  address={San Diego, CA}
}