Route Sparse Autoencoder to Interpret Large Language Models
Wei Shi, Sihang Li, Tao Liang, Mingyang Wan, Guojun Ma, Xiang Wang, Xiangnan He
TL;DR
This work addresses the limited ability of traditional sparse autoencoders to capture features that span multiple layers in LLMs. It introduces RouteSAE, a routing-enabled, shared TopK SAE that dynamically weights multi-layer activations and feeds them into a unified feature space, improving interpretability with minimal parameter overhead. Empirical results on Llama-3.2-1B-Instruct show significant gains in both the number of interpretable features and interpretability scores, along with robust feature steering capabilities. The approach advances mechanistic interpretability by enabling scalable, cross-layer feature discovery and targeted interventions in LLM activations.
Abstract
Mechanistic interpretability of large language models (LLMs) aims to uncover the internal processes of information propagation and reasoning. Sparse autoencoders (SAEs) have demonstrated promise in this domain by extracting interpretable and monosemantic features. However, prior works primarily focus on feature extraction from a single layer, failing to effectively capture activations that span multiple layers. In this paper, we introduce Route Sparse Autoencoder (RouteSAE), a new framework that integrates a routing mechanism with a shared SAE to efficiently extract features from multiple layers. It dynamically assigns weights to activations from different layers, incurring minimal parameter overhead while achieving high interpretability and flexibility for targeted feature manipulation. We evaluate RouteSAE through extensive experiments on Llama-3.2-1B-Instruct. Specifically, under the same sparsity constraint of 64, RouteSAE extracts 22.5% more features than baseline SAEs while achieving a 22.3% higher interpretability score. These results underscore the potential of RouteSAE as a scalable and effective method for LLM interpretability, with applications in feature discovery and model intervention. Our codes are available at https://github.com/swei2001/RouteSAEs.
