arXiv:2607.16448cs.LGcs.AI2026-07

不用训练,靠检索和智能推理就能实现强可解释性。

Retrieval is Enough: Training-Free Interpretability with a Tool-Using Agent

论文配图:Retrieval is Enough: Training-Free Interpretability with a Tool-Using Agent
图 1 · 摘自论文原文
  • 用大模型+向量库检索激活数据,自动生成假设并验证。
  • 在概念发现等任务上超越需训练的SVD、SAE等方法。
  • 无需训练,灵活低成本,适合快速探索新数据集。

神经网络可解释性方法的成本差异巨大,从廉价的训练无关技术(如线性探测、PCA、SVD)到昂贵的训练依赖方法(如SAEs和激活代理)。后者通常更强大,部分原因在于训练时使用了大量激活数据。这引出一个关键问题:它们是否能揭示超出训练数据本身所能提供的洞见?为此,我们为大型语言模型代理配备了一个包含激活及其文本上下文的向量数据库,并赋予其操作激活的能力——如投影出潜在空间方向、计算激活差异与平均值。该代理通过迭代查询数据库,基于检索样本形成假设,并用线性探测进行验证。我们称此方法为HARP(假设驱动的代理式检索与探测)。尽管不涉及任何训练,HARP在概念发现、概念检测、模型操控和秘密提取等任务中均优于激活代理和SAE代理。其无训练设计使其成本显著降低且更具灵活性:当现有数据不足时,可按需索引新数据集。更广泛地,我们的结果表明,当前训练型方法尚未真正超越其训练数据所蕴含的洞见,从而推动建立明确要求可解释性方法展现此类突破的评估基准。代码已开源于 https://github.com/SriramB-98/HARP。

原文摘要 · Abstract (English)

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

可解释性LLM代理检索增强零训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。