Train the Model, Not the Reader: Decodability Supervision for Verifiable Activation Explanations

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Natural-language autoencoders, used for explaining hidden activations by reconstruction, are shown to be structurally insensitive to individual false claims. A Qwen-2.5-7B verbalizer reconstructs well, yet only ~2% of claims are reconstruction-dependent, indicating it captures gist over specific facts. Under synthetic ground truth, standard methods develop co-adapted private codes. To address this, two audit protocols (grounded-vs-true cross, evaluator swap) and RECAP (Readable Encodings via Co-trained Auxiliary Predictors) are introduced. RECAP trains linear heads alongside the target model to keep designated content decodable. On RECAP-trained sandbox models and Pythia-160M, designated content becomes reliably probe-decodable, improving truthfulness (0.44-0.46 vs near-zero control). For AI safety, RECAP makes internal content independently checkable. A probe achieves AUC 0.96 (vs 0.82 without RECAP) and flags lies against adversaries (AUC 0.95 vs 0.51 control).

Key takeaway

For AI Security Engineers evaluating or building interpretable AI systems, recognize that standard activation explanation methods are unreliable for specific claims. You should adopt RECAP and its audit protocols to ensure internal model content is independently verifiable, which is crucial for robust AI safety and adversarial resilience. This approach helps prevent models from gaming explanations.

Key insights

Current activation explanation methods are flawed; RECAP offers a verifiable alternative for internal model content.

Principles

Method

RECAP trains linear heads alongside the target model to keep designated content decodable, enabling independent verification.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Security Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.