Quantifying Feature Space Universality Across Large Language Models via Sparse Autoencoders
Michael Lan, Philip Torr, Austin Meek, Ashkan Khakzar, David Krueger, Fazl Barez
TL;DR
The paper investigates whether large language models share universal semantic structure in their latent representations by introducing Analogous Feature Universality. It pairs sparse autoencoder (SAE) features across models via activation correlations and assesses cross-model similarity of the resulting feature spaces using rotation-invariant measures such as SVCCA and RSA. Across multiple model pairs and semantic subspaces, the study finds high similarity in SAE feature spaces, particularly in middle layers and for semantically coherent subspaces, supporting a form of weak universality. These results imply potential transferability of latent-space interpretability techniques across models, while also highlighting limitations tied to SAE quality and tokenizer dependencies. The work advances mechanistic interpretability by shifting focus from exact features to analogous, transformable feature spaces.
Abstract
The Universality Hypothesis in large language models (LLMs) claims that different models converge towards similar concept representations in their latent spaces. Providing evidence for this hypothesis would enable researchers to exploit universal properties, facilitating the generalization of mechanistic interpretability techniques across models. Previous works studied if LLMs learned the same features, which are internal representations that activate on specific concepts. Since comparing features across LLMs is challenging due to polysemanticity, in which LLM neurons often correspond to multiple unrelated features rather than to distinct concepts, sparse autoencoders (SAEs) have been employed to disentangle LLM neurons into SAE features corresponding to distinct concepts. In this paper, we introduce a new variation of the universality hypothesis called Analogous Feature Universality: we hypothesize that even if SAEs across different models learn different feature representations, the spaces spanned by SAE features are similar, such that one SAE space is similar to another SAE space under rotation-invariant transformations. Evidence for this hypothesis would imply that interpretability techniques related to latent spaces, such as steering vectors, may be transferred across models via certain transformations. To investigate this hypothesis, we first pair SAE features across different models via activation correlation, and then measure spatial relation similarities between paired features via representational similarity measures, which transform spaces into representations that reveal hidden relational similarities. Our experiments demonstrate high similarities for SAE feature spaces across various LLMs, providing evidence for feature space universality.
