Towards Generating Informative Textual Description for Neurons in Language Models
Shrayani Mondal, Rishabh Garodia, Arbaaz Qureshi, Taesung Lee, Youngja Park
TL;DR
The paper addresses the challenge of understanding neuron-level information in language models by introducing an unsupervised framework that leverages generative LLMs to discover data-driven textual descriptors and maps them to neurons in a BERT model. It jointly uses descriptor generation, clustering, and exemplar-based neuron analysis to produce data-specific, interpretable neuron descriptors with minimal human input, demonstrated on the AMZN reviews dataset with BERT-base-uncased. The approach achieves precision@2 of 75% and recall@2 of 50% for neuron-descriptor tagging and shows high descriptor consistency (Jaccard around 0.95) across calibration and validation sets, indicating robustness against spurious mappings. This framework is scalable, data-driven, and applicable to other text models and datasets, with potential to improve interpretability, bias detection, and regulatory compliance in NLP systems.
Abstract
Recent developments in transformer-based language models have allowed them to capture a wide variety of world knowledge that can be adapted to downstream tasks with limited resources. However, what pieces of information are understood in these models is unclear, and neuron-level contributions in identifying them are largely unknown. Conventional approaches in neuron explainability either depend on a finite set of pre-defined descriptors or require manual annotations for training a secondary model that can then explain the neurons of the primary model. In this paper, we take BERT as an example and we try to remove these constraints and propose a novel and scalable framework that ties textual descriptions to neurons. We leverage the potential of generative language models to discover human-interpretable descriptors present in a dataset and use an unsupervised approach to explain neurons with these descriptors. Through various qualitative and quantitative analyses, we demonstrate the effectiveness of this framework in generating useful data-specific descriptors with little human involvement in identifying the neurons that encode these descriptors. In particular, our experiment shows that the proposed approach achieves 75% precision@2, and 50% recall@2
