🤖 AI Summary
It remains unclear whether existing training-based interpretability methods for neural networks can reveal information beyond what is present in their training data. To address this, this work proposes HARP, the first fully training-free approach that achieves high-performance interpretability by equipping large language model agents with an activation vector database and tools such as directional projection and activation differencing, enabling hypothesis-driven, on-demand retrieval and probing. HARP outperforms activation oracles and SAE-based agents across tasks including concept discovery, detection, model steering, and secret extraction, while flexibly indexing new datasets. These results demonstrate that current training-based methods have not yet surpassed the informational limits of their training data and establish HARP as a more efficient and cost-effective alternative.
📝 Abstract
Interpretability methods for neural network activations span a wide cost spectrum, from cheap, training-free techniques (such as linear probes, PCA, SVD) to more expensive training-based ones (such as SAEs and activation oracles). Training-based methods are typically more powerful, in part because they leverage large activation datasets during training. This raises a natural question - do they actually surface insights that go beyond what is recoverable from the training dataset itself? To address this, we equip an LLM agent with a vector database of activations paired with their textual contexts, along with tools for manipulating activations - projecting out directions in latent space, computing activation differences and averages. The agent iteratively queries the database, forms hypotheses from the retrieved samples, and validates them by constructing linear probes. We call this method HARP, for Hypothesis-driven Agentic Retrieval and Probing. Despite not involving any training, HARP outperforms both activation oracles and SAE-based agents on concept discovery, concept detection, model steering, and secret elicitation. The training-free design also makes HARP substantially cheaper and more flexible: new datasets can be indexed on demand whenever existing ones prove insufficient. More broadly, our results suggest that current training-based methods do not yet extract insights beyond their training data, and motivate benchmarks that explicitly require interpretability methods to demonstrate such insights. We release our code at https://github.com/SriramB-98/HARP