LGAICLJan 22, 2024

Universal Neurons in GPT2 Language Models

arXiv:2401.12181v197 citationsh-index: 33Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This work addresses the problem of understanding neural network interpretability for researchers in mechanistic interpretability, but it is incremental as it builds on existing models and methods.

The study investigated whether neural mechanisms are universal across different GPT2 models by analyzing neuron activations, finding that 1-5% of neurons are universal and often interpretable, with identified functional roles such as deactivating attention heads and predicting token sets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes