SAEs Are Good for Steering -- If You Select the Right Features
Dana Arad, Aaron Mueller, Yonatan Belinkov
TL;DR
This work distinguishes two roles for Sparse Autoencoder features in language models: input features, which respond to input tokens, and output features, which causally steer generated text. By defining input and output scores through logit-lens projections and counterfactual interventions, the authors show that high-output features are more effective for steering, while high-input features alone are not predictive of steering success. A practical feature-selection method based on output scores yields 2–3x improvements on SAE steering, narrowing the gap with supervised techniques and performing well on AxBench. The findings illuminate layer-wise specialization and offer a principled approach to selecting SAE features for more reliable, efficient steering. This has implications for controllable generation, bias mitigation, and safe deployment of steering techniques in large language models.
Abstract
Sparse Autoencoders (SAEs) have been proposed as an unsupervised approach to learn a decomposition of a model's latent space. This enables useful applications such as steering - influencing the output of a model towards a desired concept - without requiring labeled data. Current methods identify SAE features to steer by analyzing the input tokens that activate them. However, recent work has highlighted that activations alone do not fully describe the effect of a feature on the model's output. In this work, we draw a distinction between two types of features: input features, which mainly capture patterns in the model's input, and output features, which have a human-understandable effect on the model's output. We propose input and output scores to characterize and locate these types of features, and show that high values for both scores rarely co-occur in the same features. These findings have practical implications: after filtering out features with low output scores, we obtain 2-3x improvements when steering with SAEs, making them competitive with supervised methods.
