NeuronScope: A Multi-Agent Framework for Explaining Polysemantic Neurons in Language Models
Weiqi Liu, Yongliang Miao, Haiyan Zhao, Yanguang Liu, Mengnan Du
TL;DR
Polysemantic neurons in large language models pose interpretability challenges. NeuronScope reframes neuron explanations as iterative, activation-guided refinements, modeling a neuron with activation $a_n(x)$ and high-activation data $\\mathcal{D}$ as a mixture $\\mathcal{D}=\\{\\mathcal{D}_k\\}_{k=1}^K$ and maximizing $Score(E,\\mathcal{D}_k)$ with $Score(E,\\mathcal{D})=\\mathrm{Corr}(\\hat{\\mathbf{a}}_n(E;\\mathcal{D}),\\mathbf{a}_n(\\mathcal{D}))$. The pipeline comprises Hypothesis Drafting to produce $H_{\\text{raw}}$, Decomposition and Clustering to form atomic components $\\{c_i\\}$ and semantic clusters $\\{S_j\\}$, and Evolutionary Refinement to optimize $E$ per cluster over a fixed budget (often five iterations). Across three open-source LLMs, NeuronScope improves activation-correlation scores and reveals coherent semantic groups, demonstrating meaningful polysemantic disentanglement with practical interpretability benefits. The work advances mechanistic interpretability by enabling faithful, multi-faceted neuron explanations and provides guidelines for iterative, activation-aware refinement, though it notes computational overhead and reliance on activation-sample quality as future considerations.
Abstract
Neuron-level interpretation in large language models (LLMs) is fundamentally challenged by widespread polysemanticity, where individual neurons respond to multiple distinct semantic concepts. Existing single-pass interpretation methods struggle to faithfully capture such multi-concept behavior. In this work, we propose NeuronScope, a multi-agent framework that reformulates neuron interpretation as an iterative, activation-guided process. NeuronScope explicitly deconstructs neuron activations into atomic semantic components, clusters them into distinct semantic modes, and iteratively refines each explanation using neuron activation feedback. Experiments demonstrate that NeuronScope uncovers hidden polysemanticity and produces explanations with significantly higher activation correlation compared to single-pass baselines.
