Back to Feed
Benchmarks & Evals

Improving Sparse Autoencoder Evaluation Consistency

Original: Where You Measure Decides What You Measure: Position Selection in Ablation-Based SAE Evaluation

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 2 concepts

Key Takeaways

  • Ablation based metrics for sparse autoencoder latents are often biased because the dictionaries implicitly select which tokens are prioritized.
  • Using a shared reporting protocol for measurement tokens yields more consistent evaluation across different sparse autoencoder variants.
  • Dictionaries show increasing disagreement on where to measure performance as the size of the evaluation corpus grows.
  • The paper uses a six arm experimental design to isolate the impact of fitting choices on latent evaluation.

Summary & Methodology Analysis

This research investigates why existing evaluation methods for sparse autoencoders (SAEs), which are neural network modules used to decompose activations into interpretable features, often produce inconsistent results. The core issue is that current ablation (systematically removing components to observe performance changes) protocols rely on the SAE itself to select the top activating tokens for measurement. This means the specific dictionary learned by an SAE determines the set of data points used to evaluate it, making it difficult to compare different models fairly. To quantify this, the author implemented a six arm experimental design where six SAEs share an initialisation seed, ensuring that each latent corresponds to the same initial vector direction. These arms were trained with variations in decoder constraints, soft freezing at tau=0.80 and tau=0.90, lower learning rates, sparsity settings of k=41, and reshuffled corpus order. By comparing the standard per-arm reporting against a shared reporting protocol where all models are measured on a common token set, the study reveals that the choice of measurement position acts as a confounder. Using generalizability theory to analyze the latent and arm interactions across Gemma-2-2B, Gemma-3-1B, and Gemma Scope, the results show that disagreement between dictionaries regarding measurement position increases significantly as the evaluation corpus grows across a sixteenfold range. The scope of these findings is currently limited to Gemma base models, and the paper notes that the results specifically apply to magnitude based zero ablation readouts rather than interchange based scores like RAVEL. It remains untested whether these conventions will behave similarly in other model architectures.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the main problem identified by the paper?

The paper identifies that ablation based causal metrics for sparse autoencoder latents are confounded by the measurement position, which is selected by the dictionary rather than the experimenter.

Q2. Why does the choice of measurement position matter?

Different dictionaries assign different activations to the same latent, meaning they prioritize different tokens, which prevents direct comparison of the models.

Q3. What is the proposed solution?

The paper suggests moving from a per-arm reporting protocol to a shared reporting protocol where all models are measured using a common token set.

Q4. Which models and datasets were used in the study?

The paper utilizes Gemma-2-2B, Gemma-3-1B, Gemma Scope, WikiText-103, WikiText-2, and SAEBench.

Q5. What specific fitting choices were tested in the six-arm design?

The arms differed by decoder free, soft-frozen at tau=0.80, soft-frozen at tau=0.90, learning rate 10x lower, sparsity k=41, or reshuffled corpus order.

Q6. How did the corpus size affect the findings?

Across a sixteenfold range of evaluation corpus sizes, the dictionaries agreed less on where to measure as the corpus grew.

Q7. Does this apply to all types of ablation metrics?

No, the paper notes these results apply to magnitude based zero ablation readouts and do not necessarily extend to interchange based scores like RAVEL.

Q8. Are these findings applicable to all model architectures?

The paper states these findings are based on Gemma base models, and it is untested whether the convention behaves similarly in other architectures.

Q9. What statistical method was used to quantify the results?

The author used generalizability theory to estimate variance components and quantify the latent by arm interaction.

Flag an issue

What is wrong with this summary?

What is wrong?