Training Language Models to Explain Their Own Computations
Belinda Z. Li, Zifan Carl Guo, Vincent Huang, Jacob Steinhardt, Jacob Andreas
TL;DR
The paper investigates whether language models can be trained to faithfully describe their own internal computations by leveraging privileged access to their internals. It introduces a framework that trains explainer LMs using ground-truth from mechanistic interpretability methods to describe internal features, activation interventions, and input-based decision rules. Empirical results show self-explanations offer data-efficient, faithful explanations, with performance improving when explainer and target models are aligned and when activations are similar, across multiple tasks. The work proposes introspective interpretability as a scalable complement to existing interpretability tools and discusses broader implications for alignment and faithfulness.
Abstract
Can language models (LMs) learn to faithfully describe their internal computations? Are they better able to describe themselves than other models? We study the extent to which LMs' privileged access to their own internals can be leveraged to produce new techniques for explaining their behavior. Using existing interpretability techniques as a source of ground truth, we fine-tune LMs to generate natural language descriptions of (1) the information encoded by LM features, (2) the causal structure of LMs' internal activations, and (3) the influence of specific input tokens on LM outputs. When trained with only tens of thousands of example explanations, explainer models exhibit non-trivial generalization to new queries. This generalization appears partly attributable to explainer models' privileged access to their own internals: using a model to explain its own computations generally works better than using a *different* model to explain its computations (even if the other model is significantly more capable). Our results suggest not only that LMs can learn to reliably explain their internal computations, but that such explanations offer a scalable complement to existing interpretability methods.
