Papers › Activation Oracles: Training and Evaluating LLMs as General-Purpose Activation Explainers

Activation Oracles: Training and Evaluating LLMs as General-Purpose Activation Explainers

17 Dec 2025ICMLarXiv:2512.15674added by Syntology

Adam Karvonen, James Chua, Clément Dumas, Kit Fraser-Taliente, Subhash Kantamneni, Julian Minder, Euan Ong, Arnab Sen Sharma, Daniel Wen, Owain Evans, Samuel Marks

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

Large language model (LLM) activations are notoriously difficult to understand, with most existing techniques using complex, specialized methods for interpreting them. Recent work has proposed a simpler approach known as LatentQA: training LLMs to directly accept LLM activations as inputs and answer arbitrary questions about them in natural language. However, prior work has focused on narrow task settings for both training and evaluation. In this paper, we instead take a generalist perspective. We evaluate LatentQA-trained models, which we call Activation Oracles (AOs), in far out-of-distribution settings and examine how performance scales with training data diversity. We find that AOs can recover information fine-tuned into a model (e.g., biographical knowledge or malign propensities) that does not appear in the input text, despite never being trained with activations from a fine-tuned model. Our main evaluations are four downstream tasks where we can compare to prior white- and black-box techniques. We find that even narrowly-trained LatentQA models can generalize well, and that adding additional training datasets (such as classification tasks and a self-supervised context prediction task) yields consistent further improvements. Our best AOs match or exceed white-box baselines on all four tasks and the best overall baseline on 3 of 4. These results suggest that diversified training to answer natural-language queries imparts a general capability to verbalize information about LLM activations.

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="2512.15674")

Code

Syntology Ran 0 of 25 code samples harvested from 1 repository linked to this paper; 25 have no recorded run.

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

cywinski/eliciting-secret-knowledge found in paper text by SyntologyMIT 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

25 samples harvested; 0 ran; 0 honoured the contract we drafted; 25 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.

25unverified

Licence: 0 of the 25 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 cywinski/eliciting-secret-knowledge. “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.

calculate_prefill_statistics cywinski/eliciting-secret-knowledge/ssc/calculate_auditing_metrics_gpt.py found in paper text by Syntology unverified MIT (permissive) · 4d0dda598837be0b · report
decode_base64_partially cywinski/eliciting-secret-knowledge/ssc/guess_secret_side_constraint_iterative.py found in paper text by Syntology unverified MIT (permissive) · 96d9d0b4f37999dd · report
extract_layer_probabilities cywinski/eliciting-secret-knowledge/elicitation_methods/logit_lens.py found in paper text by Syntology unverified MIT (permissive) · 0f440ae1bd737171 · report
extract_pairs cywinski/eliciting-secret-knowledge/utils/guess_secret_word.py found in paper text by Syntology unverified MIT (permissive) · f56b76b763051ff9 · report
extract_residual_similarities cywinski/eliciting-secret-knowledge/elicitation_methods/residual_tokens.py found in paper text by Syntology unverified MIT (permissive) · 9bc9d942b59f5d51 · report
extract_ssc_positions_for_iteration cywinski/eliciting-secret-knowledge/ssc/guess_secret_side_constraint_iterative.py found in paper text by Syntology unverified MIT (permissive) · 69069a9ed77cfa7d · report
fetch_sae_feature_top_tokens cywinski/eliciting-secret-knowledge/ssc/guess_secret_side_constraint.py found in paper text by Syntology unverified MIT (permissive) · 11cedf0738cf7a8b · report
get_inference_engine cywinski/eliciting-secret-knowledge/sampling/inference_engine.py found in paper text by Syntology unverified MIT (permissive) · 39dc68013194e9a1 · report
get_prompt_preparer cywinski/eliciting-secret-knowledge/sampling/prompt_preparers.py found in paper text by Syntology unverified MIT (permissive) · 2a1f9a63b1a11968 · report
get_top_k_similar_tokens cywinski/eliciting-secret-knowledge/elicitation_methods/residual_tokens.py found in paper text by Syntology unverified MIT (permissive) · a8eb3ad40b635602 · report
get_top_k_tokens cywinski/eliciting-secret-knowledge/elicitation_methods/logit_lens.py found in paper text by Syntology unverified MIT (permissive) · 9fa782ec202e4857 · report
get_top_k_tokens_ssc cywinski/eliciting-secret-knowledge/elicitation_methods/residual_tokens.py found in paper text by Syntology unverified MIT (permissive) · 102d0f3e451d4908 · report
group_entries_by_key cywinski/eliciting-secret-knowledge/ssc/calculate_auditing_metrics_gpt.py found in paper text by Syntology unverified MIT (permissive) · 087ae9d981b6505c · report
group_entries_by_prefill cywinski/eliciting-secret-knowledge/ssc/calculate_auditing_metrics_gpt.py found in paper text by Syntology unverified MIT (permissive) · 1253fb9a528e3524 · report
load_conversation_from_file cywinski/eliciting-secret-knowledge/sampling/batch_inference.py found in paper text by Syntology unverified MIT (permissive) · 9c716e534c80d0fd · report
load_densities_from_file cywinski/eliciting-secret-knowledge/elicitation_methods/sae.py found in paper text by Syntology unverified MIT (permissive) · 03ce8b49985247f6 · report
load_density_tensor cywinski/eliciting-secret-knowledge/elicitation_methods/sae.py found in paper text by Syntology unverified MIT (permissive) · 1bc9d55c3d545619 · report
load_feature_tokens_file cywinski/eliciting-secret-knowledge/ssc/guess_secret_side_constraint.py found in paper text by Syntology unverified MIT (permissive) · 4e066bd9279122ee · report
load_lines_from_file cywinski/eliciting-secret-knowledge/sampling/batch_inference.py found in paper text by Syntology unverified MIT (permissive) · e66de9305fea6490 · report
load_model_and_tokenizer cywinski/eliciting-secret-knowledge/sampling/utils.py found in paper text by Syntology unverified MIT (permissive) · 7c099df440884000 · report
load_prompt_template cywinski/eliciting-secret-knowledge/utils/guess_secret_word.py found in paper text by Syntology unverified MIT (permissive) · 7b71485921e1d112 · report
load_results_file cywinski/eliciting-secret-knowledge/utils/guess_secret_word.py found in paper text by Syntology unverified MIT (permissive) · 2557ed63984259cf · report
parse_auditor_response cywinski/eliciting-secret-knowledge/ssc/guess_secret_side_constraint_iterative.py found in paper text by Syntology unverified MIT (permissive) · c59f849fa81317ce · report
tfidf_feature_score cywinski/eliciting-secret-knowledge/elicitation_methods/sae.py found in paper text by Syntology unverified MIT (permissive) · 43596bf917ab9a02 · report
validate_and_determine_strategy cywinski/eliciting-secret-knowledge/sampling/batch_inference.py found in paper text by Syntology unverified MIT (permissive) · 3146c38bfcad5408 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2512.15674, was issued in December 2025, 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