REVIEW 4 major objections 5 minor 15 references
The Challenge of Teaching Reasoning to LLMs Without RL or Distillation
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Light fine-tuning on 20 long CoT examples turns a 32B base model into a competition-level reasoner.
desk verdict A genuinely interesting data-efficiency data point that is currently missing the one experiment that would make it trustworthy: a contamination check against the AIME/HMMT evaluation set. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the 'reasoning mode' induction procedure: supervised fine-tuning of a base model on a very small set of long CoT traces, defined operationally as significant outperformance of a much larger non-reasoning model on hard math. The mechanism that carries the argument is a comparison across data sources (reasoning-model traces, non-reasoning synthetic traces, and four progressively refined human-written versions) plus ablations over solution length, correctness, difficulty, diversity, and reasoning keywords; the consistent thread is that only the reasoning-model traces, with their homogeneous exploratory structure, produce the shift.
What would settle it
Check the 50 training problems for near-duplicate statements or answer patterns in the 256-problem Comp-Math-24-25 benchmark; if any training problem reappears, or if the fine-tuned model's advantage vanishes on a freshly written, non-overlapping competition set, the claim that 20 examples activate a qualitative reasoning shift would be refuted.
Extended reading notes
Core claim
In the paper's own terms, the discovery is that a base, non-reasoning model can be induced into a reasoning mode by supervised fine-tuning on as few as 20 long CoT traces from a reasoning model. After light fine-tuning (learning rate 1e-5, 50 steps, batch 1024), Qwen2.5-32B outperforms Qwen2.5-Math-72B-Instruct on 256 competition problems from AIME and HMMT, and the effect persists across ablations that vary solution correctness, the presence of reasoning keywords, problem difficulty, and problem diversity. The paper interprets the result as evidence of a qualitative shift in problem-solving strategy, triggered by the structure of the demonstrations rather than by memorization or scale; it also reports that the same shift does not occur with 7B/14B models, with data from non-reasoning models, or with human-written solutions, which is used to argue that the structural consistency of model-generated reasoning traces is the critical ingredient.
Load-bearing premise
The load-bearing premise is that the 50 competition problems used for training do not overlap with the 256 AIME/HMMT evaluation problems, so that the pass@1 improvement reflects a general shift in problem-solving strategy rather than retrieval of memorized answers.
Editorial extensions
If this is right
- If 20 examples suffice, the cost of activating reasoning in a capable base model drops by orders of magnitude relative to reinforcement learning or large-scale distillation.
- The negative results for non-reasoning and human data imply that data quality, specifically the structural consistency of exploratory traces, matters more than dataset size or curation effort.
- The ablations imply that data filters requiring fully correct final answers, reasoning keywords, or balanced problem difficulty are not necessary for reasoning activation.
- The failure of 7B and 14B models suggests a base-model capability threshold below which minimal CoT supervision cannot induce reasoning mode.
- Longer traces gave slightly better results, so solution length can serve as a cheap proxy for reasoning quality in data curation.
Reading between the lines
- An open question not settled by the paper is train/eval overlap: the 50 training problems could share statements or solution patterns with the 256 AIME/HMMT evaluation problems, and the paper does not report a contamination check; a near-duplicate test would settle whether the gain is transferable reasoning or memorization.
- If the structural-consistency hypothesis is right, a natural testable extension is to generate synthetic long CoT data by paraphrasing or templating a single reasoning trace and checking whether reasoning activation survives; the paper's ablations already point in that direction.
- The paper's operational definition of reasoning mode is benchmark-relative, so a fair reader should ask whether the effect generalizes to non-competition reasoning, code, or science, which the paper leaves as future work.
- The model-size threshold suggests that reasoning activation via minimal SFT may depend on pretraining scale; mapping that threshold across model families would make the finding more robust.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper investigates whether a base LLM (Qwen2.5-32B) can be induced into a 'reasoning mode' using only prompting or a small amount of supervised fine-tuning, without reinforcement learning or large-scale distillation. The authors use QwQ-32B-Preview to generate long CoT solutions for 50 AoPS-sourced problems, fine-tune Qwen2.5-32B on subsets of 10-50 of these examples, and evaluate on the Comp-Math-24-25 benchmark (256 AIME/HMMT 2024-2025 problems). They report that 20 examples suffice: the fine-tuned model achieves 17.10% pass@1 and 27.73% maj@64, outperforming Qwen2.5-Math-72B-Instruct by 5.38% and 11.59% respectively. The paper further explores synthetic CoT produced by non-reasoning models under various prompting and editing strategies, and human-written solutions across four refinement stages; neither alternative activates reasoning behavior. Ablation studies examine solution correctness, presence of reasoning keywords, problem difficulty, problem diversity, and solution length. The human-authored dataset is released.
Significance. If the central claim is correct, this is a striking data-efficiency result: it would imply that 20 carefully selected long-CoT traces can unlock generalization behavior in a 32B base model, a finding with practical implications for reasoning-model distillation. The paper has several genuine strengths: it compares three data sources (reasoning-model traces, non-reasoning synthetic traces, and human-written solutions), it runs a series of systematic ablations (Sections 5.1-5.5), and it releases the human-authored dataset across refinement stages. The paper is also transparent about its operational definition of 'reasoning behavior,' even though that definition is debatable. However, the headline result currently rests on a single random 20-example subset with no variance reporting, hyperparameters selected by grid search on the evaluation benchmark (Appendix D), and no decontamination check between the AoPS-sourced training pool and the AIME/HMMT evaluation set. These issues are load-bearing: any one of them, if material, could account for the reported gains without invoking a qualitative shift in reasoning.
major comments (4)
- [Sections 2.3, 2.4, 1] The paper provides no decontamination check between the 50 AoPS-sourced training problems (Section 2.3) and the 256 Comp-Math-24-25 evaluation problems from AIME/HMMT 2024-2025 (Section 2.2). AoPS forums are the primary public repository for AIME and HMMT problems, including the specific contests used for evaluation, so exact or near-duplicate overlaps are highly plausible. If even a few of the 20 training problems appear in the evaluation set, the reported pass@1 gain (11.72% to 17.10%) could be driven by memorized answers rather than generalizable reasoning; with only 64 generations per problem, a few memorized answers could account for the entire observed gain. The paper should report an overlap analysis (exact and near-duplicate matching, e.g., via normalized problem text or answer matching) and, ideally, re-run the headline result on the subset of evaluation problems that are verified as disjoint from the training pool.
- [Appendix D] The training hyperparameters (learning rate 1e-5, 50 steps) were selected by grid search on Comp-Math-24-25, the same benchmark used to report all evaluation results. The headline '20 examples suffice' result is therefore not a clean out-of-sample evaluation: it is the outcome of model selection on the test set. Table 3 shows that pass@1 varies from 6.52% to 19.29% as the learning rate changes from 1e-4 to 1e-5, so the chosen hyperparameter point is highly influential. The authors should either hold out a validation split from the benchmark, report results across a range of hyperparameters, or justify that the conclusion is stable beyond the single best grid point.
- [Section 2.4, Figure 1] The 20-example result is based on a single random subset of 20 examples sampled from the 50-problem pool, and no variance or confidence intervals are reported. The pass@1 values are averages over 64 generations; for a binomial proportion near 0.17 with n=64, the standard error is approximately 4.7%, so the reported 5.38% absolute gain over the 11.72% baseline is within roughly one standard error. The paper should repeat the experiment with multiple random 20-example subsets (and ideally multiple fine-tuning seeds) and report the distribution of scores, so that the reader can assess whether 'as few as 20 examples' is a robust phenomenon or a point estimate.
- [Section 1] The paper interprets the accuracy gain as evidence of a 'qualitative shift in problem-solving strategy' and explicitly rules out memorization or scale ('we interpret any observed performance gains not as a result of memorization or scale...'). However, the experiments only measure final-answer accuracy; they do not analyze the generated traces before and after fine-tuning. Accuracy alone cannot distinguish a strategy shift from other mechanisms, such as a change in output-length distribution, improved answer formatting, or the learning of a few problem-specific templates. To support the qualitative-shift claim, the authors should provide quantitative trace analyses (e.g., generated trace length, frequency of self-correction/backtracking phrases, number of alternative approaches explored, diversity of solution paths) for the base model and the fine-tuned model.
minor comments (5)
- [Throughout] No error bars or statistical significance tests are reported anywhere; at minimum, bootstrap confidence intervals for the headline pass@1 and maj@64 numbers in Table 1 (rows 14 vs 15) and Table 2 would help the reader gauge the reliability of the differences.
- [Table 2] Rows 1 and 8: the paper states that incorrect and correct solutions perform comparably, but the incorrect-solution dataset yields 21.21% pass@1 versus 19.29% for correct solutions; the paper should comment on this difference and whether it is within sampling noise.
- [Section 5.3] The difficulty levels are based on QwQ-32B-Preview's pass rate over 512 generations, but the paper does not report how the 50 problems are distributed across the three pass-rate bins; please provide this distribution.
- [Appendix B.2] The instruction says 'at least 35 self verification moments,' which appears to be a typo for '3-5' as in Appendix B.1; please correct.
- [Section 2.2] The paper should specify how final answers are extracted from the long CoT generations for evaluation (e.g., parsing of \boxed{}), since the Comp-Math-24-25 benchmark requires single numerical answers and extraction errors could affect pass@1.
Circularity Check
The empirical few-shot SFT result is self-contained and could have failed; the paper's only definitional circularity is labeling post-SFT outperformance as 'reasoning behavior,' while the AoPS/AIME overlap and same-benchmark hyperparameter tuning are validity risks, not derivation-circularity.
-
self definitional
[Section 1 (operational definition); Section 7 (conclusion)]
"A base model is said to exhibit reasoning behavior, or equivalently to operate in a reasoning mode, if after minimal supervision under long CoT reasoning patterns, it significantly outperforms a much larger non-reasoning model on challenging math tasks. ... We first propose a simple and empirical definition of a reasoning model, based on the performance improvement of a base model after fine-tuning on a small number of high-quality reasoning traces, and demonstrate that as few as 20 reasoning examples can activate reasoning behavior in a base model."
The paper defines the target construct, 'reasoning behavior,' as exactly the criterion it later reports: after minimal SFT on long CoT traces, the fine-tuned model significantly outperforms the much larger non-reasoning baseline. The concluding claim that 20 reasoning examples activate reasoning behavior is therefore the same proposition as the measured performance gain restated in the vocabulary of the definition; no independent measurement of hypothesis generation, self-verification, or reflective problem solving is supplied. The qualitative interpretation reduces by construction to the operational criterion, even though the underlying accuracy numbers themselves are empirical and could have turned out differently.
full rationale
The raw result is an honest empirical measurement: fine-tuning Qwen2.5-32B on 20 QwQ-32B-Preview traces raised pass@1 from 11.72% to 17.10% and maj@64 from 16.14% to 27.73% on Comp-Math-24-25 (Section 2.4), and these numbers are not algebraically forced by any fitted parameter. The one genuinely circular move is terminological: the paper defines 'reasoning behavior' as the very performance gain it then reports, so the conclusion that 20 examples activate reasoning is the operational criterion restated, not an independently evidenced shift to hypothesis generation or self-reflection. I do not count the AoPS seed set versus AIME/HMMT overlap risk or the Appendix D grid search on the same benchmark as circularity: those are missing-support and selection-bias concerns that weaken generalization claims but do not make the measurement equal to its inputs. The benchmark is authored by overlapping authors but is used as a dataset, not as an argument; no load-bearing self-citation chain or imported uniqueness theorem is present. Proportionate score: 3.
Assumptions & free parameters
free parameters (4)
- learning rate and training steps =
1e-5, 50 steps
- number of training examples =
20
- solution length filter =
approximately 3K tokens
- correct-answer filter =
1 correct solution per problem from 512 samples
assumptions (4)
- domain assumption Comp-Math-24-25 benchmark is a valid measure of mathematical reasoning.
- domain assumption The 50 AoPS training problems do not overlap with the 256 AIME/HMMT evaluation problems.
- ad hoc to paper Performance gains after 20 examples are due to reasoning mode shift, not memorization.
- domain assumption Long CoT traces from QwQ-32B-Preview are 'high-quality' reasoning data.
Cite this review
Pith. "Pith review of The Challenge of Teaching Reasoning to LLMs Without RL or Distillation." pith.science (2026). https://pith.science/paper/5DX7ITEO
@misc{pith2026250709850,
author = {Pith},
title = {Pith review of: The Challenge of Teaching Reasoning to LLMs Without RL or Distillation},
year = {2026},
howpublished = {\url{https://pith.science/paper/5DX7ITEO}},
note = {Machine review of arXiv:2507.09850}
}
read the original abstract
Reasoning-capable language models achieve state-of-the-art performance in diverse complex tasks by generating long, explicit Chain-of-Thought (CoT) traces. While recent works show that base models can acquire such reasoning traces via reinforcement learning or distillation from stronger models like DeepSeek-R1, previous works demonstrate that even short CoT prompting without fine-tuning is able to improve reasoning. We ask whether long CoT can be induced in a base model using only prompting or minimal tuning. Using just 20 long CoT examples from the reasoning model \texttt{QwQ-32B-Preview}, we lightly fine-tune the base model \texttt{Qwen2.5-32B}. The resulting model outperforms the much larger \texttt{Qwen2.5-Math-72B-Instruct}, showing that a handful of high-quality examples can unlock strong reasoning capabilities. We further explore using CoT data from non-reasoning models and human annotators, enhanced with prompt engineering, multi-pass editing, and structural guidance. However, neither matches the performance of reasoning model traces, suggesting that certain latent qualities of expert CoT are difficult to replicate. We analyze key properties of reasoning data, such as problem difficulty, diversity, and answer length, that influence reasoning distillation. While challenges remain, we are optimistic that carefully curated human-written CoT, even in small quantities, can activate reasoning behaviors in base models. We release our human-authored dataset across refinement stages and invite further investigation into what makes small-scale reasoning supervision so effective.
Figures
Reference graph
Works this paper leans on
-
[1]
Contrastive chain-of-thought prompting
Yew Ken Chia, Guizhen Chen, Luu Anh Tuan, Soujanya Poria, and Lidong Bing. Contrastive chain-of-thought prompting. arXiv preprint arXiv:2311.09277,
-
[3]
DeepSeek-R1: Incentivizing Rea- soning Capability in LLMs via Reinforcement Learning
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. DeepSeek-R1: Incentivizing Rea- soning Capability in LLMs via Reinforcement Learning. arXiv preprint arXiv:2501.12948,
-
[6]
Niklas Muennighoff, Zitong Yang, Weijia Shi, Xiang Lisa Li, Li Fei-Fei, Hannaneh Hajishirzi, Luke Zettle- moyer, Percy Liang, Emmanuel Cand `es, and Tatsunori Hashimoto. s1: Simple test-time scaling. arXiv preprint arXiv:2501.19393,
-
[8]
Sky-t1: Fully open-source reason- ing model with o1-preview performance in $450 budget
NovaSky Team. Sky-t1: Fully open-source reason- ing model with o1-preview performance in $450 budget. https://novasky-ai.github.io/ posts/sky-t1, 2025a. Accessed: 2025-01-09. OpenR1 Team. Open r1 math 200k. https: //huggingface.co/datasets/open-r1/ OpenR1-Math220k, February 2025b. Accessed: 2025-05-19. Qwen Team. QwQ-32B: Embracing the Power of Re- inforc...
arXiv 2025
-
[9]
Yixin Ye, Zhen Huang, Yang Xiao, Ethan Chern, Shijie Xia, and Pengfei Liu
URL https://arxiv.org/abs/2412.15115. Yixin Ye, Zhen Huang, Yang Xiao, Ethan Chern, Shijie Xia, and Pengfei Liu. Limo: Less is more for reasoning. arXiv preprint arXiv:2502.03387,
-
[10]
Dapo: An open-source llm re- inforcement learning system at scale
Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xi- aochen Zuo, Yu Yue, Tiantian Fan, Gaohong Liu, Lingjun Liu, Xin Liu, et al. Dapo: An open-source llm re- inforcement learning system at scale. arXiv preprint arXiv:2503.14476,
-
[11]
Srpo: A cross-domain implementation of large-scale reinforce- ment learning on llm
Xiaojiang Zhang, Jinghui Wang, Zifei Cheng, Wenhao Zhuang, Zheng Lin, Minglei Zhang, Shaojie Wang, Ying- han Cui, Chao Wang, Junyi Peng, et al. Srpo: A cross-domain implementation of large-scale reinforce- ment learning on llm. arXiv preprint arXiv:2504.14286,
-
[12]
Automatic chain of thought prompting in large language models
Zhuosheng Zhang, Aston Zhang, Mu Li, and Alex Smola. Automatic chain of thought prompting in large language models. arXiv preprint arXiv:2210.03493,
Show all 15 references
-
[14]
Data Generation A.1
10 Submission and Formatting Instructions for ICML 2025 A. Data Generation A.1. Data Generation with Instruction Prompt: Data Generation with Instruction I w i l l g i v e you a math problem and ask t o s o l v e i t . Your g o a l i s t o w r i t e your t h i n k i n g p r o ...
2025
-
[15]
Since we found that a learning rate of 1e-5 and a step size of 50 yielded the best performance, we 15 Submission and Formatting Instructions for ICML 2025 10 20 30 40 505 10 15 20 25 30 SFT Data Size Comp-Math-24-25 Accuracy (%) Qwen2.5-7B pass@1 Qwen2.5-7B maj@64 Qwen2.5-14B ...
2025
-
[2019]
Aimo-2 winning solution: Building state-of-the-art mathematical reasoning mod- els with openmathreasoning dataset
Ivan Moshkov, Darragh Hanley, Ivan Sorokin, Shub- ham Toshniwal, Christof Henkel, Benedikt Schifferer, Wei Du, and Igor Gitman. Aimo-2 winning solution: Building state-of-the-art mathematical reasoning mod- els with openmathreasoning dataset. arXiv preprint arXiv:2504.16891,
-
[2022]
1.4 Million Open-Source Distilled Reasoning Dataset to Empower Large Language Model Training
9 Submission and Formatting Instructions for ICML 2025 Han Zhao, Haotian Wang, Yiping Peng, Sitong Zhao, Xi- aoyu Tian, Shuaiting Chen, Yunjie Ji, and Xiangang Li. 1.4 Million Open-Source Distilled Reasoning Dataset to Empower Large Language Model Training. arXiv preprint arXi...
2025 arXiv
-
[2023]
Active prompting with chain- of-thought for large language models
8 Submission and Formatting Instructions for ICML 2025 Shizhe Diao, Pengcheng Wang, Yong Lin, Rui Pan, Xi- ang Liu, and Tong Zhang. Active prompting with chain- of-thought for large language models. arXiv preprint arXiv:2302.12246,
2025 arXiv
-
[2024]
Nemo-aligner: Scal- able toolkit for efficient model alignment
Gerald Shen, Zhilin Wang, Olivier Delalleau, Jiaqi Zeng, Yi Dong, Daniel Egert, Shengyang Sun, Jimmy Zhang, Sahil Jain, Ali Taghibakhshi, et al. Nemo-aligner: Scal- able toolkit for efficient model alignment. arXiv preprint arXiv:2405.01481,
-
[2025]
Llms can easily learn to reason from demonstrations structure, not content, is what matters! arXiv preprint arXiv:2502.07374, 2025a
Dacheng Li, Shiyi Cao, Tyler Griggs, Shu Liu, Xiangxi Mo, Eric Tang, Sumanth Hegde, Kourosh Hakhamaneshi, Shishir G Patil, Matei Zaharia, et al. Llms can easily learn to reason from demonstrations structure, not content, is what matters! arXiv preprint arXiv:2502.07374, 2025a....
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.