Explaining black box text modules in natural language with language models
Chandan Singh, Aliyah R. Hsu, Richard Antonello, Shailee Jain, Alexander G. Huth, Bin Yu, Jianfeng Gao
TL;DR
SASC proposes a black-box, two-step framework to generate natural-language explanations for text modules by grounding explanations in phrases that elicit strong responses and validating them with synthetic data. It demonstrates reliable recovery of ground-truth explanations on synthetic modules, yields explanations for BERT transformer factors comparable to human annotations, and extends to explaining fMRI voxel responses to language. The method leverages a pre-trained helper LLM for summarization and generation, while its synthetic scoring provides a reliability measure for explanations, enabling principled interpretability across NLP models and neuroscience data. This approach promises mechanistic insight and auditability for large language systems and language-responsive brain areas, with broad potential for scientific and applied use.
Abstract
Large language models (LLMs) have demonstrated remarkable prediction performance for a growing array of tasks. However, their rapid proliferation and increasing opaqueness have created a growing need for interpretability. Here, we ask whether we can automatically obtain natural language explanations for black box text modules. A "text module" is any function that maps text to a scalar continuous value, such as a submodule within an LLM or a fitted model of a brain region. "Black box" indicates that we only have access to the module's inputs/outputs. We introduce Summarize and Score (SASC), a method that takes in a text module and returns a natural language explanation of the module's selectivity along with a score for how reliable the explanation is. We study SASC in 3 contexts. First, we evaluate SASC on synthetic modules and find that it often recovers ground truth explanations. Second, we use SASC to explain modules found within a pre-trained BERT model, enabling inspection of the model's internals. Finally, we show that SASC can generate explanations for the response of individual fMRI voxels to language stimuli, with potential applications to fine-grained brain mapping. All code for using SASC and reproducing results is made available on Github.
