Statistically Grounded Sparse-Feature Interventions for Activation-Space Control in Large Language Models
Summary
This research introduces a transparent activation steering pipeline for large language models, specifically applied to Gemma-family models. The method selects sparse autoencoder (SAE) features using a six-condition reliability filter and ranks them via an unweighted Borda consensus over three complementary statistics: F-test, KSG mutual information, and Cohen’s d. The steering direction is then constructed as a Cohen’s-d-weighted combination of SAE decoder rows, offering an optimization-free approach. Evaluated across three Gemma models, four behavioral domains (sentiment, morality, political polarity, logical reasoning), and 356 configurations, the pipeline produced measurable domain-specific shifts. Logical-correctness steering achieved a primary-score delta of +1.16 in Gemma 2 9B. A key finding is that usable steering is highly localized by model, domain, layer, and strength, and raw attribute movement often significantly overstates quality-preserving generation.
Key takeaway
For AI scientists and ML engineers developing LLM control mechanisms, you should prioritize transparent, statistically-grounded steering methods over complex optimization-based approaches. When evaluating activation steering, always report quality-conditioned success metrics alongside raw behavioral shifts, as attribute movement alone significantly overstates practical utility. Recognize that optimal intervention layers and steering strengths are highly localized, requiring domain- and model-specific tuning rather than universal application.
Key insights
Statistically-grounded, optimization-free SAE-feature steering provides interpretable LLM control, but usable shifts are highly localized and quality-dependent.
Principles
- Optimal steering layers are domain- and model-specific.
- Raw attribute shift overstates usable behavioral control.
- Cohen's d weighting can match optimization-based steering.
Method
Apply a six-condition reliability filter to SAE features, then rank them using unweighted Borda consensus over F-test, KSG mutual information, and Cohen’s d. Construct the steering vector as a Cohen’s-d-weighted combination of SAE decoder rows.
In practice
- Use multi-statistic ranking for robust feature selection.
- Evaluate steering with quality-conditioned metrics like "clean success".
- Consider multi-layer steering for improved reliability, not just raw shift.
Topics
- Activation Steering
- Sparse Autoencoders
- Large Language Models
- Feature Selection
- Statistical Methods
- Model Interpretability
- Gemma Models
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.