Universal Neurons in GPT2 Language Models
Wes Gurnee, Theo Horsley, Zifan Carl Guo, Tara Rezaei Kheirkhah, Qinyi Sun, Will Hathaway, Neel Nanda, Dimitris Bertsimas
TL;DR
This study probes whether individual neurons heal universal roles across GPT-2 seeds, testing the universality hypothesis by correlating neuron activations across five seeds on a massive token corpus. It finds that only a small fraction (about 1-5%) of neurons are universal, yet these neurons tend to be interpretable and group into a handful of families, such as unigram, alphabet, previous-token, position, and syntax/semantic categories. The authors further reveal functional roles for these universal neurons, including predicting or suppressing token classes and modulating entropy via layer-norm scaling, sometimes via ensemble-like configurations. The work provides a foundational, unsupervised pathway to identify interpretable model components and suggests that universality can anchor scalable mechanistic interpretability, while acknowledging limitations in scale and scope and outlining directions for broader model classes and training dynamics.
Abstract
A basic question within the emerging field of mechanistic interpretability is the degree to which neural networks learn the same underlying mechanisms. In other words, are neural mechanisms universal across different models? In this work, we study the universality of individual neurons across GPT2 models trained from different initial random seeds, motivated by the hypothesis that universal neurons are likely to be interpretable. In particular, we compute pairwise correlations of neuron activations over 100 million tokens for every neuron pair across five different seeds and find that 1-5\% of neurons are universal, that is, pairs of neurons which consistently activate on the same inputs. We then study these universal neurons in detail, finding that they usually have clear interpretations and taxonomize them into a small number of neuron families. We conclude by studying patterns in neuron weights to establish several universal functional roles of neurons in simple circuits: deactivating attention heads, changing the entropy of the next token distribution, and predicting the next token to (not) be within a particular set.
