Papers › Answer-Conditioned Chains of Thought Degrade Verifiable-Reasoning Distillation in...

Answer-Conditioned Chains of Thought Degrade Verifiable-Reasoning Distillation in Large Language Models

16 Jul 2026arXiv:2607.14552added by Syntology

Jungseob Lee, Seungyoon Lee, Suhyune Son, Dongyub Jude Lee, Sungbin Han, Sugyeong Eo, Heuiseok Lim

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

A standard recipe for distilling the reasoning ability of large language models (LLMs) is to sample chains of thought from the model, keep those that reach the correct final answer, and fine-tune on the survivors. When sampling fails, a common fix shows the generator the gold answer and asks it to write a chain that reaches that answer. We show that this second step degrades the training data in a way that correctness filtering cannot catch. We run a controlled experiment that fixes the generator, the problem set, and the correctness filter, and varies only whether the chain is generated under answer-conditioning, the gold answer shown with a request to reach it. Training a strong instruction-tuned reasoning model on its own answer-conditioned chains sharply lowers its verifiable-reasoning accuracy. The loss grows with difficulty, reaching as much as about 27 points on the hardest competition problems. The mechanism is legible in the chains themselves, which rationalize backward from the shown answer instead of deriving it, with the early final-answer statement as the measurable symptom. The harm is a property of the data rather than the generator, read off unlabeled generations before any fine-tuning, ordering the penalty across eight thinking models from four families, and transferring across teacher families. A prompt ablation localizes it to the rationalize-toward instruction rather than the answer's bare visibility. The practical takeaway is to generate answer-blind, because no correctness filter can see this damage in the data.

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.14552")

Code

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

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

js-lee-AI/answer-leakage 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

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

10ran
2unverified

Licence: 0 of the 12 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 js-lee-AI/answer-leakage. “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.

answer_first_fraction js-lee-AI/answer-leakage/answer_leakage/signature.py found in paper text by Syntology ran fingerprinted MIT (permissive) · dbbd0d9d77e5a353 · report
answers_match js-lee-AI/answer-leakage/answer_leakage/matching.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 1b909a96a7067afb · report
build_prompt js-lee-AI/answer-leakage/answer_leakage/prompts.py found in paper text by Syntology ran MIT (permissive) · 6d43f4e39a356fd7 · report
canonical_condition js-lee-AI/answer-leakage/answer_leakage/prompts.py found in paper text by Syntology ran MIT (permissive) · 1eb6ab9543f609a7 · report
chains_of js-lee-AI/answer-leakage/answer_leakage/corpus.py found in paper text by Syntology ran MIT (permissive) · 92dcc21d9b853d75 · report
extract_boxed_answer js-lee-AI/answer-leakage/answer_leakage/matching.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 793c211f50002bc3 · report
is_answer_first js-lee-AI/answer-leakage/answer_leakage/signature.py found in paper text by Syntology ran MIT (permissive) · 5be334d5c52461df · report
read_jsonl js-lee-AI/answer-leakage/answer_leakage/corpus.py found in paper text by Syntology ran MIT (permissive) · 529acb6cf747d1fc · report
think_block js-lee-AI/answer-leakage/answer_leakage/signature.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3e7f139469a1c877 · report
write_jsonl js-lee-AI/answer-leakage/answer_leakage/corpus.py found in paper text by Syntology ran MIT (permissive) · e9ef6649330aa4b7 · report
load_engine js-lee-AI/answer-leakage/answer_leakage/generation.py found in paper text by Syntology unverified MIT (permissive) · 4330cf1d2f1e72b6 · report
load_problems js-lee-AI/answer-leakage/answer_leakage/generation.py found in paper text by Syntology unverified MIT (permissive) · 2eca8abfaa2881d1 · report

Results from the paper

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