Not All Language Model Features Are One-Dimensionally Linear
Joshua Engels, Eric J. Michaud, Isaac Liao, Wes Gurnee, Max Tegmark
TL;DR
Not All Language Model Features Are One-Dimensionally Linear addresses whether language models rely exclusively on one-dimensional feature directions or also use irreducible multi-dimensional representations. The authors formalize multi-dimensional features, define reducibility measures (S and M_epsilon), and propose a multi-dimensional superposition hypothesis. They introduce a scalable approach using sparse autoencoders to automatically discover irreducible multi-dimensional features in GPT-2 and Mistral 7B, uncovering circular representations corresponding to days of the week and months of the year. They provide causal evidence via activation patching and EVR that these circular features are used in modular arithmetic tasks and exhibit continuity across time. The work suggests that understanding multi-dimensional representations is crucial for mechanistic decomposition and challenges the dominance of the one-dimensional linear representation hypothesis.
Abstract
Recent work has proposed that language models perform computation by manipulating one-dimensional representations of concepts ("features") in activation space. In contrast, we explore whether some language model representations may be inherently multi-dimensional. We begin by developing a rigorous definition of irreducible multi-dimensional features based on whether they can be decomposed into either independent or non-co-occurring lower-dimensional features. Motivated by these definitions, we design a scalable method that uses sparse autoencoders to automatically find multi-dimensional features in GPT-2 and Mistral 7B. These auto-discovered features include strikingly interpretable examples, e.g. circular features representing days of the week and months of the year. We identify tasks where these exact circles are used to solve computational problems involving modular arithmetic in days of the week and months of the year. Next, we provide evidence that these circular features are indeed the fundamental unit of computation in these tasks with intervention experiments on Mistral 7B and Llama 3 8B, and we examine the continuity of the days of the week feature in Mistral 7B. Overall, our work argues that understanding multi-dimensional features is necessary to mechanistically decompose some model behaviors.
