Linear Representations of Sentiment in Large Language Models
Curt Tigges, Oskar John Hollinsworth, Atticus Geiger, Neel Nanda
TL;DR
<3-5 sentence high-level summary>Large language models encode sentiment along a linear direction in activation space, and this sentiment axis is causally relevant across both toy benchmarks and real-world data. The study introduces robust causal interventions (activation patching, directional ablations, and distributed alignment search) and demonstrates that a single sentiment direction generalizes best in intermediate layers, with negation and punctuation shaping its expression. A central finding is the summarization motif, where sentiment information is stored at intermediate, non-valenced tokens (e.g., commas, periods, certain nouns) and acts as an information bottleneck that meaningfully influences final predictions. Together, these results illuminate interpretable sentiment circuits in LLMs and provide a framework for probing internal representations and their implications for world-modeling and safety.
Abstract
Sentiment is a pervasive feature in natural language text, yet it is an open question how sentiment is represented within Large Language Models (LLMs). In this study, we reveal that across a range of models, sentiment is represented linearly: a single direction in activation space mostly captures the feature across a range of tasks with one extreme for positive and the other for negative. Through causal interventions, we isolate this direction and show it is causally relevant in both toy tasks and real world datasets such as Stanford Sentiment Treebank. Through this case study we model a thorough investigation of what a single direction means on a broad data distribution. We further uncover the mechanisms that involve this direction, highlighting the roles of a small subset of attention heads and neurons. Finally, we discover a phenomenon which we term the summarization motif: sentiment is not solely represented on emotionally charged words, but is additionally summarized at intermediate positions without inherent sentiment, such as punctuation and names. We show that in Stanford Sentiment Treebank zero-shot classification, 76% of above-chance classification accuracy is lost when ablating the sentiment direction, nearly half of which (36%) is due to ablating the summarized sentiment direction exclusively at comma positions.
