Rethinking Evaluation of Sparse Autoencoders through the Representation of Polysemous Words
Gouki Minegishi, Hiroki Furuta, Yusuke Iwasawa, Yutaka Matsuo
TL;DR
This work argues that evaluating sparse autoencoders (SAEs) solely with reconstruction metrics like $MSE$ and sparsity $L_0$ misses their core goal of extracting monosemantic features for polysemous words. It introduces Poly-Semantic Evaluation (PS-Eval), a model-independent framework built on Word in Context (WiC) to test whether SAE features disentangle polysemantic activations into distinct meanings, using a confusion-matrix based approach. Key findings show that enlarging the SAE latent space improves monosemantic extraction up to a saturation around expand ratio $R\approx 64$, that deeper Transformer layers and the Attention mechanism increase specificity, and that activation-function variants like TopK and JumpReLU do not consistently yield semantic gains. These results advocate for holistic SAE evaluation and offer practical guidance for designing interpretable sparse representations in LLMs and related mechanistic interpretability tasks.
Abstract
Sparse autoencoders (SAEs) have gained a lot of attention as a promising tool to improve the interpretability of large language models (LLMs) by mapping the complex superposition of polysemantic neurons into monosemantic features and composing a sparse dictionary of words. However, traditional performance metrics like Mean Squared Error and L0 sparsity ignore the evaluation of the semantic representational power of SAEs -- whether they can acquire interpretable monosemantic features while preserving the semantic relationship of words. For instance, it is not obvious whether a learned sparse feature could distinguish different meanings in one word. In this paper, we propose a suite of evaluations for SAEs to analyze the quality of monosemantic features by focusing on polysemous words. Our findings reveal that SAEs developed to improve the MSE-L0 Pareto frontier may confuse interpretability, which does not necessarily enhance the extraction of monosemantic features. The analysis of SAEs with polysemous words can also figure out the internal mechanism of LLMs; deeper layers and the Attention module contribute to distinguishing polysemy in a word. Our semantics focused evaluation offers new insights into the polysemy and the existing SAE objective and contributes to the development of more practical SAEs.
