Papers › Metaphor Tracer: A Theory-Informed Analysis of Hidden States

Metaphor Tracer: A Theory-Informed Analysis of Hidden States

30 Jul 2026arXiv:2607.28434added by Syntology

Marc Heimann, Roxana Assadi Moghaddam, Olga Brovkina, Mark Pettifor, Lutz Goetzmann

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

What do a language model's hidden states say about the organization of a single text? From one forward pass, without training, we score every token position on two properties. The *aggregator* measures whether the position consolidates the whole text into a stable configuration. The *differentiator*, whether other tokens are transiently carried into its subspace as the model reads: metaphor in its root sense, transport. Constants were frozen on one discovery text; every other is confirmatory. The aggregator is not, in the classic sense, an information measure, nor a measure of salience. Across three unrelated models, as a signifier repeats, its surprisal and its attention drain while its aggregator score holds: the channel marks a token's place in the text. That this tracks a reading rests on independent ground truth: an engineered register the aggregator follows across its boundaries (6/6 cells), and a psychoanalyst's marking of clinical transcripts, fixed before the instrument existed, in 34/36 cells, with a graded increment above lexical controls and dissociations no type-level measure reproduces. A transfer test gives the result its shape: the model whose token structure travels with lexical type reads the singular discourse worst, and in a matched base/instruct pair tuning raises fidelity without moving type-transfer. Structural value is a property of a token's place in *this* text, not of its vector alone: a relational rather than essentialist reading of hidden states, operationalizing theory that predated the instrument.

PaperPDFCode Syntology ran

In Syntology 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.28434")

Code

Syntology Ran 11 of 14 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 4 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 5 ran · fixture could not drive it.

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

HermeneuticAI/MetaphorTracer 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

14 samples harvested; 11 ran; 4 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.

4ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
5ran · fixture could not drive it
3unverified

Licence: 14 of the 14 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 HermeneuticAI/MetaphorTracer. “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.

aggregator_effective_rank HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · 203a50ac07b41ed0 · report
build_attractor_dims_from_target HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · b1d7e8b4483a8158 · report
compute_dim_variances HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · a913fb2dc89ef835 · report
compute_threshold HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · cd023d3bb5becae2 · report
directional_split HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · 9dddae1458fe838f · report
exists HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · violated contract licence not identified · pointer only · fe1f604f4a013057 · report
load_hidden_states HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · honoured contract licence not identified · pointer only · 143a22b92297c544 · report
make_valid_indices HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · honoured contract licence not identified · pointer only · 041f63cba302f8ae · report
mass_cut_k HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · our draft was wrong fingerprinted licence not identified · pointer only · 443e24210478e539 · report
mixture_threshold_2gauss HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · honoured contract licence not identified · pointer only · d8cf1fe3d98de5fb · report
parse_target_list HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology ran · honoured contract licence not identified · pointer only · 6ba7129590224ac1 · report
main HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology unverified licence not identified · pointer only · 1d187e5adf3abcce · report
run_basin HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology unverified licence not identified · pointer only · 4d10fc307b2ff799 · report
run_build HermeneuticAI/MetaphorTracer/structural_attractor_scanV2.py found in paper text by Syntology unverified licence not identified · pointer only · 4501f6bb98ecf3df · report

Results from the paper

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