On the Pitfalls of Analyzing Individual Neurons in Language Models
Omer Antverg, Yonatan Belinkov
TL;DR
The paper tackles how to interpret language-model neurons by identifying two pitfalls in neuron-ranking via probes: confounding probe quality with ranking quality and conflating encoded with used information. It compares three ranking methods—Linear, Gaussian, and the probe-free Probeless—across multilingual models (M-BERT and XLM-R) and 156 configurations, revealing that probe strength does not always translate into meaningful rankings of used information. Through intervention-based evaluations (ablation and translation), it shows that Gaussian-based probing can memorize rather than reflect model usage, while Probeless better captures neurons actually used by the model to produce outputs for the target attribute. The findings advocate separating ranking from probing and emphasize evaluating used information to improve interpretability and controllability of language models.
Abstract
While many studies have shown that linguistic information is encoded in hidden word representations, few have studied individual neurons, to show how and in which neurons it is encoded. Among these, the common approach is to use an external probe to rank neurons according to their relevance to some linguistic attribute, and to evaluate the obtained ranking using the same probe that produced it. We show two pitfalls in this methodology: 1. It confounds distinct factors: probe quality and ranking quality. We separate them and draw conclusions on each. 2. It focuses on encoded information, rather than information that is used by the model. We show that these are not the same. We compare two recent ranking methods and a simple one we introduce, and evaluate them with regard to both of these aspects.
