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

๐Ÿ“… 2026-08-13
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This study addresses the lack of a standardized measurement location for latent feature importance in sparse autoencoder (SAE) evaluation, which distorts comparisons across dictionaries. Through controlled experiments, we demonstrate that variation in measurement location accounts for up to 11.9% of evaluation varianceโ€”a discrepancy that intensifies with larger corpora. To resolve this, we propose a causal evaluation framework based on ablation, which aligns latent features via decoder similarity, and introduce a simple yet effective standardization protocol: fixing the measurement location with a single line of code. This protocol disentangles dictionary performance from positional bias, and its necessity and efficacy are validated through multiple controlled experiments and audits of published works, substantially improving the consistency and comparability of SAE evaluations.
๐Ÿ“ Abstract
Sparse autoencoders are meant to name the things a language model computes, and the usual way to check that a latent matters is to switch it off and see what changes. But a latent fires at many tokens, and the effect has to be measured at one of them. The convention is to measure where the latent fires hardest. That choice is almost never reported, and it is not made by the experimenter: it is made by the dictionary under evaluation. Change the dictionary and the measurement moves to a different token. We show this is not a detail. Take two sparse autoencoders released by Google for the same model and match their latents by decoder similarity: even among the pairs the two dictionaries encode almost identically, they pick different tokens for a large share of them. Two dictionaries compared under the usual protocol are therefore very often compared at different places. To separate the convention from the dictionaries we train six autoencoders from one initialisation, differing only in fitting choices, so that a latent means the same thing in each. Most of the variance such a comparison reads as "these dictionaries disagree about this latent" turns out to be the position instead: it falls from 7.6% and 11.9% of variance to near zero once every dictionary is measured at the same token. More evaluation data does not rescue it. Across a sixteenfold range of corpus sizes the dictionaries agree less about where to measure, not more, so the problem grows with scale. The correction is one line of evaluation code. We give the protocol an ablation-based causal number must report to be comparable across papers, and an audit of five published papers against it. In short: a causal number reported without its position describes the token it was taken at as much as the latent it was taken from.
Problem

Research questions and friction points this paper is trying to address.

sparse autoencoders
ablation
position selection
evaluation protocol
latent representation
Innovation

Methods, ideas, or system contributions that make the work stand out.

sparse autoencoders
ablation-based evaluation
position selection
latent interpretability
measurement bias
๐Ÿ”Ž Similar Papers
No similar papers found.