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

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

17 Jul 2026arXiv:2607.16448added by Syntology

Sriram Balasubramanian, Soheil Feizi

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.16448")

Code

Syntology Ran 7 of 10 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: found in paper text by Syntology: 10 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

SriramB-98/HARP found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 7 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran
3unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from SriramB-98/HARP. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_token_marking SriramB-98/HARP/utils.py found in paper text by Syntology ran MIT (permissive) · b15e6923b944a475 · report
default_llm_args SriramB-98/HARP/decomposers/interpretability_agent.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 498b1e154de5335d · report
encode_all SriramB-98/HARP/cache/cache_gender_activations.py found in paper text by Syntology ran MIT (permissive) · a11fe74e83aead94 · report
fetch_sample SriramB-98/HARP/cache/pca_streamed.py found in paper text by Syntology ran MIT (permissive) · 768dd23d6f228a93 · report
load_skill SriramB-98/HARP/decomposers/interpretability_agent.py found in paper text by Syntology ran MIT (permissive) · 52224354ef38b9ce · report
run_pca SriramB-98/HARP/cache/pca_streamed.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 2644e75621175d4f · report
split_by_tokens SriramB-98/HARP/decomposers/activations_server.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 91d9152357edf257 · report
get_common_sae_features SriramB-98/HARP/utils.py found in paper text by Syntology unverified MIT (permissive) · d516421af7373a4d · report
pad_and_batch SriramB-98/HARP/decomposers/activations_server.py found in paper text by Syntology unverified MIT (permissive) · 92d53f6ca6a7da7a · report
tokenize_and_concatenate SriramB-98/HARP/decomposers/activations_server.py found in paper text by Syntology unverified MIT (permissive) · 3607953d164f4df5 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.16448, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections