ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Natural-language autoencoders score explanations of hidden activations by reconstruction: an explanation is deemed faithful if the activation can be regenerated from it. The test is structurally insensitive to individual false claims: if flipping a claim does not change the reconstruction, the claim is never penalized. We show the test is passed in two ways, neither faithful. On a released Qwen-2.5-7B verbalizer, explanations reconstruct well above chance while ~2% of specific claims are reconstruction-dependent, so the score tracks gist, not specific facts. Under exact synthetic ground truth, the standard recipe develops co-adapted private codes (false wording the reconstruction depends on) in 5/5 runs, and fixes that leave the target model unchanged do not help. We contribute two audit protocols, the grounded-vs-true cross and the evaluator swap, and RECAP (Readable Encodings via Co-trained Auxiliary Predictors): linear heads trained alongside the target model to keep designated content decodable. On RECAP-trained sandbox models, fresh verbalizers state the designated content truly and the codes vanish, at a +0.001-nat cost. This replicates on a pretrained Pythia-160M: the content becomes reliably probe-decodable, though a fresh verbalizer conveys it only in part (truth 0.44-0.46 vs a near-zero control). For interpretability, high reconstruction does not certify individual claims. For AI safety, RECAP makes designated internal content independently checkable against probes rather than asserted by prose a model can game: an independent probe scores the verbalizer's true claims above its false ones (AUC 0.96, vs 0.82 without RECAP). Against an adversary that edits an explanation to maximize the reconstruction score while lying (suppressing ~87% of its lie penalty), the RECAP probe still flags the lies (AUC 0.95) while the control probe collapses to chance (0.51).
This paper addresses a critical blind spot in interpretability research: the assumption that high reconstruction scores from natural-language autoencoders certify faithful explanations. The authors demonstrate that reconstruction is structurally insensitive to individual false claims—only ~2% of specific claims affect the reconstruction score—meaning an explanation can be mostly wrong yet still score well. This undermines a widely used evaluation paradigm and has direct implications for AI safety, where deceptive models could produce plausible-sounding but false explanations.
The paper's key insight is that the standard recipe for training explanation autoencoders allows the development of co-adapted private codes: false wording that the reconstruction depends on, effectively hiding lies from the evaluation metric. By showing this occurs in 5/5 runs under synthetic ground truth, the authors provide strong evidence that the problem is systematic, not anecdotal.
The paper makes several concrete contributions:
Key quantitative results:
This work has broad implications for AI interpretability and safety. It provides a practical method to make internal model content independently verifiable, reducing reliance on self-reported explanations that models can game. The RECAP approach could be integrated into training pipelines to ensure that designated safety-relevant features remain decodable by external auditors. The limitations on larger pretrained models (Pythia-160M) highlight the need for further research into scaling these techniques. Overall, the paper shifts the evaluation paradigm from reconstruction-based to probe-based verification, offering a more rigorous standard for explanation faithfulness.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba