Papers › Reachability Is Not Realization: Tracing the Sources of LLM Benchmark Gains

Reachability Is Not Realization: Tracing the Sources of LLM Benchmark Gains

4 Aug 2026arXiv:2608.03219added by Syntology

Yanchao Li, Wanhao Liu, Jiaqing Xie, Ben Gao, Yanbo Wang, Tianfan Fu, Yuqiang Li

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

Benchmark gains are often treated as evidence of greater LLM capability. Yet the same gain can reflect different changes in model behavior. A model may reach new answers, or produce answers that were already within reach. Aggregate scores do not distinguish these changes question by question. We establish a question-level audit under fixed budgets, temperatures, and answer formats. A question is realized when the default deployment procedure produces the correct answer. A question is reachable when a specified probe finds that answer within a fixed budget. We first test whether inference-time layer routing can expand reachability. Under a matched budget, random routes match or exceed structured search in all 43 model and task settings. Answer-blind procedures retain almost none of this gain, which instead requires access to the correct answer. We then ask why reachable answers sometimes fail to appear. Across six cases spanning 0.5B to 31B, silencing one identified MLP block repairs 68 to 92 percent of a predefined failure set. We next test whether training closes the gap by expanding reachability. In five of six matched evaluations, deployed performance rises while the reachable ceiling remains flat or falls. For DAPO, the deployed score rises by 14.7 points while the reachable ceiling falls by 13.3 points. Across the settings we audit, realization and reachability therefore do not always change together. Claims of capability expansion should report both realized performance and reachability under matched evaluation conditions. Code is available at https://github.com/LiZaiyuan0619/reachability-not-realization

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

Code

Syntology Ran 17 of 18 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 17 ran with no contract checked.

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

LiZaiyuan0619/reachability-not-realization 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

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

17ran
1unverified

Licence: 0 of the 18 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 LiZaiyuan0619/reachability-not-realization. “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.

dec_of LiZaiyuan0619/reachability-not-realization/src/extract_loo.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 7890a9f719c1fe93 · report
dec_of LiZaiyuan0619/reachability-not-realization/src/extract_signals_v2.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 102cb9cd95a8ab6b · report
extract_committed_answer LiZaiyuan0619/reachability-not-realization/src/abstention_loader.py found in paper text by Syntology ran MIT (permissive) · d52cbe9932fea846 · report
first_hit_rank LiZaiyuan0619/reachability-not-realization/src/fair_budget_oracle.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 66543d3990b646c3 · report
first_hit_rank LiZaiyuan0619/reachability-not-realization/src/fair_budget_oracle_v2.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 0a1784e56958286e · report
get_is_instruct LiZaiyuan0619/reachability-not-realization/src/data_generation.py found in paper text by Syntology ran MIT (permissive) · dbe71bb24644098e · report
get_model_cls LiZaiyuan0619/reachability-not-realization/src/data_generation.py found in paper text by Syntology ran MIT (permissive) · 69cf1ad2663aef3f · report
hits_at_k LiZaiyuan0619/reachability-not-realization/src/fair_budget_analyze.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 079b3f02c8587285 · report
interp_state LiZaiyuan0619/reachability-not-realization/src/merge_alpha.py found in paper text by Syntology ran MIT (permissive) · fc81ae0da8c890f5 · report
is_false_answer LiZaiyuan0619/reachability-not-realization/src/abstention_loader.py found in paper text by Syntology ran MIT (permissive) · 76f19a44eae694ae · report
key_eligible LiZaiyuan0619/reachability-not-realization/src/merge_alpha.py found in paper text by Syntology ran MIT (permissive) · d08df78f6808e6aa · report
parse_gens LiZaiyuan0619/reachability-not-realization/src/fair_budget_oracle_v2.py found in paper text by Syntology ran MIT (permissive) · 5ae72398e05e0d34 · report
parse_tasks LiZaiyuan0619/reachability-not-realization/src/fair_budget_oracle_v2.py found in paper text by Syntology ran MIT (permissive) · e00a5192ef9739d0 · report
rank_auc LiZaiyuan0619/reachability-not-realization/src/extract_loo.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 8eb3b36a4f6d4f1a · report
rank_auc LiZaiyuan0619/reachability-not-realization/src/extract_signals.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 7395b7e537f91f1d · report
ranks_from_oraclev2 LiZaiyuan0619/reachability-not-realization/src/fair_budget_analyze.py found in paper text by Syntology ran MIT (permissive) · 588a93ca76b7e1f4 · report
reroll_until_hit LiZaiyuan0619/reachability-not-realization/src/fair_budget_oracle.py found in paper text by Syntology ran MIT (permissive) · 6d05edf6209952a3 · report
ranks_from_fairbudget LiZaiyuan0619/reachability-not-realization/src/fair_budget_analyze.py found in paper text by Syntology unverified MIT (permissive) · 55b1abf55fb5bbd1 · report

Results from the paper

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