Does Higher Interpretability Imply Better Utility? a Pairwise Analysis on Sparse Autoencoders

Abstract

Sparse Autoencoders (SAEs) are widely used to steer large language models (LLMs), based on the assumption that their interpretable features naturally enable effective model behavior steering. Yet a fundamental question remains: does higher interpretability imply better steering utility? To answer this, we train 90 SAEs across three LLMs (Gemma-2-2B, Qwen-2.5-3B, Gemma-2-9B), spanning five architectures and six sparsity levels. We evaluate interpretability with SAEBench (Karvonen et al., 2025) and steering utility with AxBench (Wu et al., 2025), and analyze rank agreement via Kendall’s rank coefficient $\tau_b$. Our analysis reveals only a relatively weak positive association ($\tau_b \approx 0.298$), indicating that interpretability is an insufficient proxy for steering performance. We conjecture the interpretability–utility gap stems from feature selection: not all SAE features are equally effective for steering. To identify features that truly steer LLM behavior, we propose a novel selection criterion, $\Delta$ Token Confidence, which measures how much amplifying a feature changes the next-token distribution. Our method improves steering performance on three LLMs by **52.52\%** compared to the best prior output score–based criterion (Arad et al., 2025). Strikingly, after selecting features with high $\Delta$ Token Confidence, the correlation between interpretability and utility vanishes ($\tau_b \approx 0$) and can even become negative, further highlighting their divergence for the most effective steering features.

Cite

Text

Wang et al. "Does Higher Interpretability Imply Better Utility? a Pairwise Analysis on Sparse Autoencoders." International Conference on Learning Representations, 2026.

Markdown

[Wang et al. "Does Higher Interpretability Imply Better Utility? a Pairwise Analysis on Sparse Autoencoders." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/wang2026iclr-higher/)

BibTeX

@inproceedings{wang2026iclr-higher,
  title     = {{Does Higher Interpretability Imply Better Utility? a Pairwise Analysis on Sparse Autoencoders}},
  author    = {Wang, Xu and Hu, Yan and Wang, Benyou and Zou, Difan},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/wang2026iclr-higher/}
}