Small open models as interpretability testbeds
Every interpretability result in this paper is scoped by the size of what it was tested on, and the authors chose small and open over large and proprietary. A full training run finishes on a single GPU in under an hour.
This theme covers the infrastructure that choice buys: a fully open model family, a public training corpus, and a separate public source for the text fragments used to explain features, cheap enough that sweeping many settings is affordable, and modest enough that the paper is explicit about being a proof of concept rather than a claim about frontier models.
Cunningham et al. (2023) train and evaluate their sparse autoencoders on modest, fully open infrastructure: Pythia-70M and Pythia-410M, an open, reproducible model suite with residual-stream dimensions of 512 and 1024 respectively, trained on the Pile, the public webtext corpus also used to measure reconstruction-substitution perplexity. Autointerpretability text fragments are drawn from OpenWebText, another public corpus, sampled from its first 50,000 lines. The choice keeps every stage of the pipeline small and open: a full training run completes in under an hour on a single A40 GPU, cheap enough that the paper can afford to sweep dictionary-size ratios and sparsity coefficients rather than report a single configuration. The scale is explicitly a proof of concept rather than a claim about frontier models, the same honesty about scope that the 2017 Deep RL from Human Preferences paper's own small testbed environments show for a different method.