Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Sparse Autoencoders Do Not Find Canonical Units of Analysis

About

A common goal of mechanistic interpretability is to decompose the activations of neural networks into features: interpretable properties of the input computed by the model. Sparse autoencoders (SAEs) are a popular method for finding these features in LLMs, and it has been postulated that they can be used to find a \textit{canonical} set of units: a unique and complete list of atomic features. We cast doubt on this belief using two novel techniques: SAE stitching to show they are incomplete, and meta-SAEs to show they are not atomic. SAE stitching involves inserting or swapping latents from a larger SAE into a smaller one. Latents from the larger SAE can be divided into two categories: \emph{novel latents}, which improve performance when added to the smaller SAE, indicating they capture novel information, and \emph{reconstruction latents}, which can replace corresponding latents in the smaller SAE that have similar behavior. The existence of novel features indicates incompleteness of smaller SAEs. Using meta-SAEs -- SAEs trained on the decoder matrix of another SAE -- we find that latents in SAEs often decompose into combinations of latents from a smaller SAE, showing that larger SAE latents are not atomic. The resulting decompositions are often interpretable; e.g. a latent representing ``Einstein'' decomposes into ``scientist'', ``Germany'', and ``famous person''. Even if SAEs do not find canonical units of analysis, they may still be useful tools. We suggest that future research should either pursue different approaches for identifying such units, or pragmatically choose the SAE size suited to their task. We provide an interactive dashboard to explore meta-SAEs: https://metasaes.streamlit.app/

Patrick Leask, Bart Bussmann, Michael Pearce, Joseph Bloom, Curt Tigges, Noura Al Moubayed, Lee Sharkey, Neel Nanda• 2025

Related benchmarks

TaskDatasetResultRank
Sparse Autoencoder Feature EvaluationOpenWebText 1B tokens Gemma-2-2B (train)
KL Score0.9621
5
Causal interventionGemma-2-2B (layer 12)
SCR3.53
5
Sparse AutoencodingGemma-2-2B activations (layer 20)
KL Score0.9706
5
Sparse Autoencoder Disentanglement and InterpretabilityLlama-3-8B (layer 20)
KL Score0.986
4
Sparse Autoencoder EvaluationQwen3-8B layer 20
KL Score0.9889
4
Sparse AutoencodingGemma-2-2B (layer 12)
KL Score0.9621
4
Sparse Autoencoder Quality EvaluationThe Pile Gemma-2-2B (test)
KL Score0.9606
4
Showing 7 of 7 rows

Other info

Follow for update