Interpretability itself becomes a benchmark

Judging whether a learned feature is interpretable used to mean a person squinting at examples and making a call. Here two language models do that job instead, one writing an explanation and the other testing whether the explanation actually predicts behavior.

This theme covers that scoring pipeline and the checks built to keep it honest: which text fragments get graded, whether the comparison against simpler baselines is handicapped fairly, and why a feature's statistical shape, how spiky its activations are, turns out to predict how interpretable it scores.

The paper's headline comparison rests on language models grading language-model features. In the autointerpretability score, adapted from Bills et al. 2023, GPT-4 is shown text fragments where a dictionary feature activates and writes a natural-language explanation; GPT-3.5 then simulates the feature by predicting its per-token activations from that explanation alone, and the correlation between predicted and true activations is the score (GPT-3.5 stands in for GPT-4 as simulator only because its API exposed the logprobs the protocol needs). Three controls keep that score honest. Top-and-random vs. random-only interpretability scoring names the choice of which text fragments to grade on: mixing highly-activating fragments with random ones is the default, rerun with random fragments alone in Appendix C.2 to confirm the ranking holds. The top-K-active baseline control restricts PCA and ICA to the same number of simultaneously active directions as the SAE and finds this explains only a small fraction of its advantage. And the interpretability-vs-kurtosis/skew correlation analysis finds interpretability correlates weakly, 0.19 and 0.24, with a feature's skew and kurtosis, explaining why ICA, which directly maximizes non-Gaussianity, is the strongest non-SAE baseline.