Predictive Concept Decoders: Training Scalable End-to-End Interpretability Assistants
By: Vincent Huang , Dami Choi , Daniel D. Johnson and more
Potential Business Impact:
Helps AI explain its own thinking.
Interpreting the internal activations of neural networks can produce more faithful explanations of their behavior, but is difficult due to the complex structure of activation space. Existing approaches to scalable interpretability use hand-designed agents that make and test hypotheses about how internal activations relate to external behavior. We propose to instead turn this task into an end-to-end training objective, by training interpretability assistants to accurately predict model behavior from activations through a communication bottleneck. Specifically, an encoder compresses activations to a sparse list of concepts, and a decoder reads this list and answers a natural language question about the model. We show how to pretrain this assistant on large unstructured data, then finetune it to answer questions. The resulting architecture, which we call a Predictive Concept Decoder, enjoys favorable scaling properties: the auto-interp score of the bottleneck concepts improves with data, as does the performance on downstream applications. Specifically, PCDs can detect jailbreaks, secret hints, and implanted latent concepts, and are able to accurately surface latent user attributes.
Similar Papers
Unsupervised decoding of encoded reasoning using language model interpretability
Artificial Intelligence
Uncovers how AI thinks, even when hidden.
Interpretable Generative Models through Post-hoc Concept Bottlenecks
CV and Pattern Recognition
Makes AI understand and control image creation.
Towards Safer and Understandable Driver Intention Prediction
CV and Pattern Recognition
Helps self-driving cars understand driver intentions.