LLM Interpretability with Identifiable Temporal-Instantaneous Representation
Xiangchen Song, Jiaqi Sun, Zijian Li, Yujia Zheng, Kun Zhang
TL;DR
The paper tackles the challenge of interpreting Large Language Models by addressing the limitations of sparse autoencoders in capturing temporal and instantaneous relationships and lacking identifiability guarantees. It proposes a identifiable temporal causal representation learning framework that extends SAEs with a linear, scalable model incorporating time-delayed and instantaneous edges, and provides theoretical identifiability guarantees under clearly stated assumptions. The authors develop a three-component estimation pipeline (observation reconstruction, independent noise estimation, and sparsity regularization) and validate the approach through synthetic, semi-synthetic, and real LLM activation experiments, showing recovery of latent concepts and causal graphs, as well as improved interpretability metrics. The work demonstrates that modeling both temporal and instantaneous conceptual relationships yields more informative representations for LLM activations, with practical implications for interpretability, debugging, and alignment research.
Abstract
Despite Large Language Models' remarkable capabilities, understanding their internal representations remains challenging. Mechanistic interpretability tools such as sparse autoencoders (SAEs) were developed to extract interpretable features from LLMs but lack temporal dependency modeling, instantaneous relation representation, and more importantly theoretical guarantees, undermining both the theoretical foundations and the practical confidence necessary for subsequent analyses. While causal representation learning (CRL) offers theoretically grounded approaches for uncovering latent concepts, existing methods cannot scale to LLMs' rich conceptual space due to inefficient computation. To bridge the gap, we introduce an identifiable temporal causal representation learning framework specifically designed for LLMs' high-dimensional concept space, capturing both time-delayed and instantaneous causal relations. Our approach provides theoretical guarantees and demonstrates efficacy on synthetic datasets scaled to match real-world complexity. By extending SAE techniques with our temporal causal framework, we successfully discover meaningful concept relationships in LLM activations. Our findings show that modeling both temporal and instantaneous conceptual relationships advances the interpretability of LLMs.
