Papers › When the Canonical Completion Is Wrong: Formalizing and Measuring the Jump in Large...

When the Canonical Completion Is Wrong: Formalizing and Measuring the Jump in Large Language Models

22 Aug 2026arXiv:2608.26187added by Syntology

Dai Shi, Xiaoyu Li, José Miguel Hernández-Lobato

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

Whether large language models (LLMs) can perform the abductive leap from evidence to a new system of axioms, commonly referred to as a jump, has recently attracted considerable debate. A prominent position holds that LLMs are structurally incapable of such jumps, while recent studies challenge both its mechanism and its evidence. However, the debate remains difficult to settle, since the field still lacks a formal definition of the jump and a measure to test either side. In this paper, we develop a formal account of the jump in four steps and measure the second. The steps ask what the default completion of partial data is, when abandoning it is forced, when the abandonment is correct, and how successive jumps compound. Specifically, we define a jump instance as a finite extension problem with a machine-checked certificate that a correct completion exists, is unique up to renaming, and differs from the canonical completion of the data. The canonical completion is given by the left and right Kan extensions and is also what models produce without constraints, so it serves as the default. We prove that jump instances are well-posed and establish a family theorem that certifies instances of unbounded difficulty without enumeration. We further formalize when a jump is correct and how successive jumps compound. Finally, we run the measurement on nine certified instances and four frontier models. The Kan-default rate is zero in all 248 constrained trials, so the models do jump at this step and abandon the excluded default every time. Failures at higher difficulty stem from exhausted reasoning budgets or constraint errors, never from reverting to the default. These results indicate that the second step is not the bottleneck. If the disputed incapacity is real, it lies in generating the constraints or inventing the framework. Code can be found at: https://github.com/EEthanShi/kan-jump-test.

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

Code

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

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

EEthanShi/kan-jump-test 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

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

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

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 EEthanShi/kan-jump-test. “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.

F_sizes EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran MIT (permissive) · 2663ce0e0d4b95e8 · report
adm_count_theorem EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 3123f773f04d7cab · report
adm_structure_ok EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · violated contract MIT (permissive) · d4e396f011a07b1f · report
alive_counts_closed_form EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 94a3a18082031953 · report
c_comp EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran MIT (permissive) · b21b3ca69982f5d2 · report
ext_count_closed_form EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · a99be228a40d3568 · report
fs_comp EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 60c1746a1b7b3180 · report
fs_id EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · fb2d73e77cf9f6a2 · report
functor_from_generators EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran MIT (permissive) · d1ec899a47c73900 · report
homC EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran MIT (permissive) · 6e71f9351cfdacdc · report
is_functor EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · violated contract MIT (permissive) · 7d58ecb2ca6e51e7 · report
orbits_of EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · e0afaf2e3c1511ed · report
restricts_to_F0 EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran MIT (permissive) · bea180f3ae112178 · report
trivial_extension EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2822e14e33812cb9 · report
verify_C0_full EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · violated contract MIT (permissive) · 86dad822c0768e2b · report
verify_category EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · violated contract MIT (permissive) · f0db7b48e73b1cbe · report
w_root_count EEthanShi/kan-jump-test/engine.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 27f9573e60ba6635 · report
_strictify EEthanShi/kan-jump-test/engine.py found in paper text by Syntology unverified MIT (permissive) · cebff078e2389c81 · report
build_planted EEthanShi/kan-jump-test/engine.py found in paper text by Syntology unverified MIT (permissive) · bb4c74e1d35d240c · report
certify_by_theorem EEthanShi/kan-jump-test/engine.py found in paper text by Syntology unverified MIT (permissive) · 431e589113406b6f · report
lan_pointwise EEthanShi/kan-jump-test/engine.py found in paper text by Syntology unverified MIT (permissive) · 5c5d3725b2186676 · report
lan_strict EEthanShi/kan-jump-test/engine.py found in paper text by Syntology unverified MIT (permissive) · ed439f6fbb5ad8e9 · report
ran_pointwise EEthanShi/kan-jump-test/engine.py found in paper text by Syntology unverified MIT (permissive) · d665bb44e70b3d21 · report
ran_strict EEthanShi/kan-jump-test/engine.py found in paper text by Syntology unverified MIT (permissive) · 3e8cfbac8762568a · report
verify_F0 EEthanShi/kan-jump-test/engine.py found in paper text by Syntology unverified MIT (permissive) · c23526dd8725ab18 · report

Results from the paper

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