Confidence Regulation Neurons in Language Models
Alessandro Stolfo, Ben Wu, Wes Gurnee, Yonatan Belinkov, Xingyi Song,, Mrinmaya Sachan, Neel Nanda

TL;DR
This paper explores how large language models represent and regulate uncertainty through entropy neurons and introduces token frequency neurons that influence output distributions, providing insights into confidence management in LLMs.
Contribution
The study identifies and characterizes entropy neurons and introduces token frequency neurons, revealing their roles in uncertainty regulation within large language models.
Findings
Entropy neurons influence final layer normalization to regulate uncertainty.
Token frequency neurons modulate logits based on token frequency.
Entropy neurons operate via the unembedding null space across models up to 7B parameters.
Abstract
Despite their widespread use, the mechanisms by which large language models (LLMs) represent and regulate uncertainty in next-token predictions remain largely unexplored. This study investigates two critical components believed to influence this uncertainty: the recently discovered entropy neurons and a new set of components that we term token frequency neurons. Entropy neurons are characterized by an unusually high weight norm and influence the final layer normalization (LayerNorm) scale to effectively scale down the logits. Our work shows that entropy neurons operate by writing onto an unembedding null space, allowing them to impact the residual stream norm with minimal direct effect on the logits themselves. We observe the presence of entropy neurons across a range of models, up to 7 billion parameters. On the other hand, token frequency neurons, which we discover and describe here…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling
MethodsSparse Evolutionary Training · Layer Normalization
