Are Single-Token Sparse Autoencoder Features Causally Necessary? Layer-Depth and SAE-Family Effects

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

The study investigates whether Sparse Autoencoder (SAE) features, used for interpreting and steering large language models, maintain stable causal roles across different SAE families. Analyzing 3.9M features from six models (GPT2-Small, Gemma-2-2B/9B, Gemma-3-1B, Llama-3.1-8B, DeepSeek-R1-8B) and three SAE families (GemmaScope/res-jb, LlamaScope, BatchTopK), researchers found single-token features cluster 4.7$\times$ tighter in decoder space and concentrate in early layers (Layer 0 in GPT2-Small; L0–L4 in Gemma). Ablating these features caused Benjamini-Hochberg-significant logit reductions in 178 of 208 full-layer conditions. Crucially, cross-family causal differences exceeded within-family scale effects: GemmaScope and BatchTopK features remained causally anchored, while LlamaScope features were locally redundant, with target token rank recovering 96–98% of the time. This indicates interpretability claims are sensitive to training methodology.

Key takeaway

For AI Scientists and Machine Learning Engineers working on LLM interpretability or steering, you must account for the specific Sparse Autoencoder family used. Your feature's causal necessity cannot be assumed portable across different SAE families, even on the same base model. Therefore, re-run ablation checks when deploying new SAE families and prioritize direct causal profiling over inferring behavior from family names. Incorporate per-feature causal necessity into your SAE evaluation benchmarks to ensure robust interpretability.

Key insights

A feature's causal necessity is real but not portable across Sparse Autoencoder families, depending on training methodology.

Principles

Method

The study used zero-ablation interventions, replacing residual-stream activations and measuring logit reductions for top-activating tokens, validated with Mann-Whitney U tests and BH correction.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.