paper-with-me

홈 › Papers

Training Language Models to Explain Their Own Computations

2025-11-11 · Belinda Z. Li, Zifan Carl Guo, Vincent Huang, Jacob Steinhardt, Jacob Andreas arxiv

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 explainer model is significantly more capable than the target). 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. Code and data at https://github.com/TransluceAI/introspective-interp

📄 PDF Abstract BibTeX arXiv:2511.08579

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Emergence of Phonemic, Syntactic, and Semantic Representations in Artificial Neural Networks

2026-01-26 · Pierre Orhan, Pablo Diego-Simón, Emmnanuel Chemla, Yair Lakretz 외 arxiv

During language acquisition, children successively learn to categorize phonemes, identify words, and combine them with syntax to form new meaning. While the development of this behavior is well characterized, we still la…

Language Acquisition

Hardware Acceleration of Explainable Machine Learning using Tensor Processing Units

2021-03-22 · Zhixin Pan, Prabhat Mishra

Machine learning (ML) is successful in achieving human-level performance in various fields. However, it lacks the ability to explain an outcome due to its black-box nature. While existing explainable ML is promising, alm…

BIG-bench Machine Learning

Do Language Models Use Their Depth Efficiently?

2025-05-20 · Róbert Csordás, Christopher D. Manning, Christopher Potts

Modern LLMs are increasingly deep, and depth correlates with performance, albeit with diminishing returns. However, do these models use their depth efficiently? Do they compose more features to create higher-order comput…

On Explainability of Graph Neural Networks via Subgraph Explorations

2021-02-09 · Hao Yuan, Haiyang Yu, Jie Wang, Kang Li 외

We consider the problem of explaining the predictions of graph neural networks (GNNs), which otherwise are considered as black boxes. Existing methods invariably focus on explaining the importance of graph nodes or edges…

LAMP: Look-Ahead Mixed-Precision Inference of Large Language Models

2026-01-29 · Stanislav Budzinskiy, Marian Gloser, Tolunay Yilmaz, Ying Hong Tham 외 arxiv

Mixed-precision computations are a hallmark of the current stage of AI, driving the progress in large language models towards efficient, locally deployable solutions. This article addresses the floating-point computation…