Papers › The Detection-Extraction Gap: Models Know the Answer Before They Can Say It

The Detection-Extraction Gap: Models Know the Answer Before They Can Say It

8 Apr 2026arXiv:2604.06613added by Syntology

Hanyang Wang, Mingxuan Zhu

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

Modern reasoning models continue generating long after the answer is already determined. Across five model configurations, two families, and three benchmarks, we find that 52--88% of chain-of-thought tokens are produced after the answer is recoverable from a partial prefix. This post-commitment generation reveals a structural phenomenon: the detection-extraction gap. Free continuations from early prefixes recover the correct answer even at 10% of the trace, while forced extraction fails on 42% of these cases. The answer is recoverable from the model state, yet prompt-conditioned decoding fails to extract it. We formalize this mismatch via a total-variation bound between free and forced continuation distributions, yielding quantitative estimates of suffix-induced shift. Exploiting this asymmetry, we propose Black-box Adaptive Early Exit (BAEE), which uses free continuations for both detection and extraction, truncating 70--78% of serial generation while improving accuracy by 1--5pp across all models. For thinking-mode models, early exit prevents post-commitment overwriting, yielding gains of up to 5.8pp; a cost-optimized variant achieves 68--73% reduction at a median of 9 API calls. Code is available at https://github.com/EdWangLoDaSc/know2say.

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

Code

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

By repository: found in paper text by Syntology: 16 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.

EdWangLoDaSc/know2say 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

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

16unverified

Licence: 16 of the 16 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 EdWangLoDaSc/know2say. “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.

analyze_model EdWangLoDaSc/know2say/src/analysis.py found in paper text by Syntology unverified no licence file found · pointer only · 6ba494a05c7fd2d2 · report
compute_metrics EdWangLoDaSc/know2say/src/dashboard.py found in paper text by Syntology unverified no licence file found · pointer only · ca864081606c7b8a · report
compute_report EdWangLoDaSc/know2say/src/efa_suffix_ablation.py found in paper text by Syntology unverified no licence file found · pointer only · f3b1a0ce5851885a · report
get_efa_suffix EdWangLoDaSc/know2say/src/experiment.py found in paper text by Syntology unverified no licence file found · pointer only · 5dfb16867f05250c · report
get_fracs EdWangLoDaSc/know2say/src/generate_figures_aime.py found in paper text by Syntology unverified no licence file found · pointer only · e3298cae3447744b · report
get_psc_curve EdWangLoDaSc/know2say/src/generate_figures_aime.py found in paper text by Syntology unverified no licence file found · pointer only · e95ede383b0cdd9b · report
load EdWangLoDaSc/know2say/src/generate_commitment_map.py found in paper text by Syntology unverified no licence file found · pointer only · b883e3d876e4cdab · report
load EdWangLoDaSc/know2say/src/generate_entropy.py found in paper text by Syntology unverified no licence file found · pointer only · 4b3b7e1d763c2bbe · report
load EdWangLoDaSc/know2say/src/generate_figures.py found in paper text by Syntology unverified no licence file found · pointer only · d90559aac674ab91 · report
load_config EdWangLoDaSc/know2say/src/dashboard.py found in paper text by Syntology unverified no licence file found · pointer only · 317569ffeafb14ae · report
load_cot_lengths EdWangLoDaSc/know2say/src/baseline_experiment.py found in paper text by Syntology unverified no licence file found · pointer only · a0c9d69c2ebd9f7b · report
load_results EdWangLoDaSc/know2say/src/analysis.py found in paper text by Syntology unverified no licence file found · pointer only · b99089c0600bcb0a · report
psc_budget_for_cot EdWangLoDaSc/know2say/src/baseline_experiment.py found in paper text by Syntology unverified no licence file found · pointer only · 519ea6d75b891cc4 · report
regrade_efa_answers EdWangLoDaSc/know2say/src/analysis.py found in paper text by Syntology unverified no licence file found · pointer only · 96955cbe5096df19 · report
simulate_efa_oracle EdWangLoDaSc/know2say/src/baee.py found in paper text by Syntology unverified no licence file found · pointer only · 17a0842b667d877d · report
simulate_psc_triggered EdWangLoDaSc/know2say/src/baee.py found in paper text by Syntology unverified no licence file found · pointer only · c739fd61f656f205 · report

Results from the paper

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