The Knowledge Microscope: Features as Better Analytical Lenses than Neurons
Yuheng Chen, Pengfei Cao, Kang Liu, Jun Zhao
TL;DR
The paper addresses polysemanticity in neuron-based representations of factual knowledge in language models and proposes decomposing neurons into features via Sparse Autoencoders (SAE) as alternative analytical units. It shows that feature units, particularly post-MLP residual features, have greater impact on knowledge expression ($\Delta Prob$) and superior interpretability ($IS$) than neurons, and they exhibit stronger monosemanticity. A feature-based Knowledge Erasure method, FeatureEdit, outperforms neuron-based approaches on the PrivacyParaRel dataset across Rel, Gen, Loc, and $\Delta$PPL. The work uses Gemma Scope SAEs on Gemma-2 models and the ParaRel privacy dataset to demonstrate results and provides practical privacy-preserving editing implications, advocating a shift to feature-based mechanistic interpretability in LMs.
Abstract
Previous studies primarily utilize MLP neurons as units of analysis for understanding the mechanisms of factual knowledge in Language Models (LMs); however, neurons suffer from polysemanticity, leading to limited knowledge expression and poor interpretability. In this paper, we first conduct preliminary experiments to validate that Sparse Autoencoders (SAE) can effectively decompose neurons into features, which serve as alternative analytical units. With this established, our core findings reveal three key advantages of features over neurons: (1) Features exhibit stronger influence on knowledge expression and superior interpretability. (2) Features demonstrate enhanced monosemanticity, showing distinct activation patterns between related and unrelated facts. (3) Features achieve better privacy protection than neurons, demonstrated through our proposed FeatureEdit method, which significantly outperforms existing neuron-based approaches in erasing privacy-sensitive information from LMs.Code and dataset will be available.
