MEGA Hub

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

Authors

Do you know Jungseob Lee?You can claim authorship or link another user.Do you know Seungyoon Lee?You can claim authorship or link another user.Do you know Suhyune Son?You can claim authorship or link another user.Do you know Dongyub Jude Lee?You can claim authorship or link another user.Do you know Sungbin Han?You can claim authorship or link another user.Do you know Sugyeong Eo?You can claim authorship or link another user.Do you know Heuiseok Lim?You can claim authorship or link another user.

Abstract

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.

Community

00

Publication notes

Author note
13 pages, 4 figures, 14 tables. Code: https://github.com/js-lee-AI/answer-leakage