Papers › A Verifiable Search Is Not a Learnable Chain-of-Thought

A Verifiable Search Is Not a Learnable Chain-of-Thought

20 Jun 2026arXiv:2606.21884added by Syntology

Harsh Patel

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

It is tempting to assume any task solvable by a short program can be taught to a model as its chain-of-thought: write the steps out, fine-tune, and the model follows. This paper shows the assumption fails for an identifiable class of procedures. The testbed is nine reasoning tasks, each from a deterministic generator; public and hidden splits share generators, so held-out data proxies test accuracy. I reverse-engineer the generators into Python solvers, render them as chain-of-thought, and distill into a rank-<= 32 LoRA over a 30B (3.5B-active) Nemotron model. Forward-computable tasks install readily: lookup/arithmetic and an 8-bit boolean task transfer (>= 0.99 and 0.68). Cryptarithm does not: distilling its backtracking search holds at 0.01-0.07 across eleven chain-of-thought designs, RL from verifiable rewards, and self-training, even though a search solver answers 71% of instances. This is not a capability gap. The model does the arithmetic on 97-100% of lines and ranks the correct cipher in its top eight on 71%; it cannot carry the search forward as a left-to-right derivation. Fine-tuning learns the shape of a verifiable elimination step while its verdicts become unconditional templates, correct only 16-57% of the time ("verdict-as-token"). The ceiling holds across backbones from 3B to 671B and across fine-tuning and prompting; a controlled intervention isolates the cause: revealing the cipher key, which turns the derivation forward, lifts the same instances from 0.03 to 0.57. When a procedure's only solution is search over information-free structure, no faithful forward chain-of-thought exists to imitate. The task becomes learnable only by removing the search, precomputing its combinatorial core into a catalog and reducing the trace to recall plus verification; the 1st-place solution reaches Private LB 0.92 this way. What distills is memorization and verification, not search.

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

Code

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

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

harshpatel1692/search-not-learnable 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

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

17ran

Licence: 17 of the 17 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 harshpatel1692/search-not-learnable. “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.

apply_rule harshpatel1692/search-not-learnable/pipeline/eq_fit.py found in paper text by Syntology ran licence not identified · pointer only · 3c72c6b36cc3e113 · report
b8 harshpatel1692/search-not-learnable/pipeline/base_probe.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 6ff33b8b33833952 · report
bit harshpatel1692/search-not-learnable/pipeline/bit_stride.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 97d9d309bfa6c07f · report
evaluate_bit harshpatel1692/search-not-learnable/pipeline/bit_global.py found in paper text by Syntology ran licence not identified · pointer only · 86c5371382f74303 · report
family harshpatel1692/search-not-learnable/pipeline/classify_bitmanip.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · bc27fa708162cc08 · report
get_source_bit harshpatel1692/search-not-learnable/pipeline/bit_global.py found in paper text by Syntology ran licence not identified · pointer only · c08cc952b879b7e0 · report
get_used_vars harshpatel1692/search-not-learnable/pipeline/bit_global.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · ec60137b52fcd5dc · report
mk harshpatel1692/search-not-learnable/pipeline/bit_stride.py found in paper text by Syntology ran licence not identified · pointer only · 6c514a2a8bb43c27 · report
norm harshpatel1692/search-not-learnable/pipeline/base_probe.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 6be0a8a77d2dd294 · report
ntaps harshpatel1692/search-not-learnable/pipeline/classify_bitmanip.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 68765919085d2da5 · report
operands harshpatel1692/search-not-learnable/pipeline/eq_fit.py found in paper text by Syntology ran licence not identified · pointer only · e6cce65ff1c3308d · report
parse harshpatel1692/search-not-learnable/pipeline/bit_bfs.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 9199b3294ad7243d · report
render harshpatel1692/search-not-learnable/pipeline/eq_fit.py found in paper text by Syntology ran licence not identified · pointer only · f08c72ca44a3d699 · report
rotl harshpatel1692/search-not-learnable/pipeline/base_probe.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · c77b44cd3cecfff1 · report
rotr harshpatel1692/search-not-learnable/pipeline/bit_bfs.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 94b498b889b31655 · report
row harshpatel1692/search-not-learnable/pipeline/make_bit_3tap_corpus.py found in paper text by Syntology ran licence not identified · pointer only · aaec0a38dd8843ac · report
shl harshpatel1692/search-not-learnable/pipeline/bit_bfs2.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 8c20dfb19ce494bb · report

Results from the paper

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