REVIEW 3 major objections 5 minor 1 cited by
Frontier AI teachers help a coding student more by building a verifiable practice environment than by providing answers to copy.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-10 10:32 UTC pith:O6VPOUIA
load-bearing objection Same verified multi-teacher curriculum degrades a competent coder under SFT and only nudges it under GRPO; the directional flip is real enough to discuss, but the RLVR gain is 4→6 of 68 problems and sits inside sampling noise. the 3 major comments →
Compete Then Collaborate: Frontier AI Teachers Build a Verifiable Curriculum to Improve a Coding Student Beyond Imitation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On an identical multi-teacher verified curriculum, supervised imitation degrades a competent coding student (competition pass@1 5.9% to 2.9%) while reinforcement learning with verifiable rewards improves it (to an 8.8% peak, +49% relative). The value of AI-teacher collaboration is therefore not pooling solutions to imitate, but jointly building a verifiable practice environment.
What carries the argument
The compete-then-collaborate pipeline: an execution-based judge ranks teachers on a shared task bank with self-correction and intersection controls, then the union of verified solutions becomes a curriculum used either as SFT targets or as a GRPO reward environment (reward = test-pass fraction).
Load-bearing premise
The paper treats a rise from 4 to 6 correct solutions on a 68-problem held-out competition set as a reliable enough signal that verifiable-reward training improves the student, even while noting that a one-problem swing is sampling noise.
What would settle it
Retrain the same student on the same verified curriculum with both SFT and RLVR, evaluate on a substantially larger held-out competition set, and check whether imitation still degrades while verifiable-reward training still improves pass@1.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a compete-then-collaborate pipeline in which four frontier coding teachers (Claude, Codex-GPT, Grok, Gemini) are ranked by an execution-based judge with fairness controls (shared task bank, self-correction, intersection), then their verified solutions form a collaborative curriculum for a Qwen2.5-Coder student. Three claims are advanced: (1) easy MBPP is saturated after self-correction while harder code_contests problems separate teachers (Gemini > Claude ≈ Codex > Grok); (2) SFT on the verified curriculum degrades an already-competent student at 7B and 32B on held-out MBPP-test and competition problems; (3) the same curriculum used as a GRPO/RLVR environment improves competition pass@1 (5.9% → 8.8% peak), reversing SFT. The central thesis is that multi-teacher value lies in building a verifiable reward environment rather than pooling answers to imitate. A full on-prem (GB10) reproduction stack is released.
Significance. If the SFT-degrades / RLVR-improves reversal is reliable, the paper makes a useful methodological contribution to multi-teacher distillation and coding RLVR: it cleanly separates imitation from verifiable-reward collaboration under an objective execution judge, with fairness controls that prior multi-teacher KD work often lacks. Explicit strengths include the bias-free execution judge, transparent infrastructure-artifact corrections, consistent SFT degradation at two scales on MBPP-test (n=150), an honest limitations section, and a fully released reproducible pipeline with framework patches. Absolute RLVR gains remain modest, and the competition evaluation is small, so significance hinges on whether the directional student-side result can be made statistically robust rather than on the teacher ranking itself.
major comments (3)
- [§5.3 Table 4 / Figure 1 / §7] Table 4, Figure 1, and §5.3: the load-bearing RLVR claim (5.9% → 8.8% peak, +49% relative) rests on a 68-problem held-out set with absolute counts base 4/68, peak 6/68, final 5/68. The manuscript itself states that ±1 problem within the plateau is sampling noise and recommends checkpoint selection over final-step reporting (§7). No error bars, bootstrap intervals, binomial/McNemar tests, or multi-seed runs are reported. A two-success swing on n=68 is compatible with noise at conventional significance levels; the abstract and conclusion nonetheless lead with the +49% relative figure. Either enlarge the held-out set / add seeds and uncertainty estimates, or substantially temper the headline quantitative claim to match the evidence the paper already acknowledges.
- [§5.2–§5.3] §5.2–§5.3 and Table 3 vs Table 4: SFT is evaluated on both MBPP-test (n=150; clearer degradation) and competition (n=68), but RLVR is reported only on competition, justified by “large headroom.” The slogan “same data, opposite direction” is therefore only fully measured on the noisier, smaller set. A parallel RLVR evaluation on MBPP-test (or an explicit statement that RLVR was not run there and why that does not undercut the comparison) is needed for the collaboration-mode contrast to be load-bearing rather than selective.
- [Abstract / §4 / §5.1] Abstract / §1 / Conclusion vs §4 and §5.1: Gemini participates in the teacher ranking but is excluded from the SFT/RLVR collaboration curriculum (“union of the first three teachers”). The paper asserts that student-side results “do not depend on the teacher ranking,” yet the collaborative curriculum is not the full four-teacher union used in the ranking narrative. State this exclusion in the abstract/intro, and either include Gemini in the curriculum or justify why the three-teacher union is the right object for the central SFT-vs-RLVR claim.
minor comments (5)
- [Table 2 / §5.1] Table 2 code-extraction rates and the three infrastructure corrections (§, ‡, †) are valuable transparency, but the main text still mixes “solve rate” and extraction success in a way that can be misread as pure capability. A single column definition (“pass@1 among problems with extractable code” vs “intent-to-solve including empty responses”) would help.
- [Figure 1] Figure 1 dual-axis learning curve is informative; adding the base line (5.9%) as a horizontal reference and marking the recommended checkpoint window (250–750) would make the “plateau then mild regression” message easier to read.
- [§2] Related Work cites MiniLLM, multi-teacher purification, DistiLLM-2, and Lambert on LLM-as-judge bias appropriately; a brief pointer to other execution-verified coding RL lines (e.g., CodeRL / PPO-with-unit-tests style work) would situate RLVR more tightly in the coding-RL literature.
- [§3.2–§5.2] §3.2 intersection control is described for fairness of teacher comparison, but Tables 3–4 report union-SFT and RLVR on the collaborative curriculum; clarify which student experiments use intersection vs union so readers do not conflate the two designs.
- [Abstract / §2] Minor prose: Abstract “asteachers” spacing; “naivelyaddingteacherscanhurtduetoknowledge conflict” appears concatenated in §2; standardize “code_contests” formatting.
Circularity Check
No significant circularity: empirical SFT-vs-RLVR comparison on execution-verified held-out pass@1, not a derivation that reduces to its inputs by construction.
full rationale
This is an empirical systems/ML paper, not a first-principles derivation. Teacher ranking is produced by isolated code execution against hidden unit tests and stdin/stdout checks on a shared task bank (with self-correction and intersection controls), not by an LLM judge or a quantity defined in terms of the ranking itself. The load-bearing student-side claim—that the same multi-teacher verified curriculum degrades under SFT (e.g., competition 5.9%→2.9%) but improves under RLVR/GRPO (5.9%→8.8% peak)—is measured by held-out pass@1 on MBPP-test and a disjoint competition set, with training reward reported separately from held-out (Figure 1). Reward = fraction of tests passed is the training signal; the reported result is generalization on held-out problems the student did not imitate by construction. The Min Jang 1999 citation is explicitly framed as conceptual lineage (“spiritual successor… lineage rather than method”), not a uniqueness theorem or load-bearing premise that forces the result. No fitted parameter is renamed a prediction; no self-definitional loop equates inputs to outputs; no ansatz is smuggled via self-citation. Residual concerns (n=68 sampling noise, possible MBPP train-leak into teachers) are statistical/correctness risks, not circularity. Score 0 is the honest finding.
Axiom & Free-Parameter Ledger
free parameters (4)
- GRPO training horizon and checkpoint selection (200 vs 1000 steps; peak at steps 250–750)
- Reward = test-pass fraction + small format bonus
- Self-correction retry budget (up to two retries with failing-test feedback)
- LoRA / GRPO optimization hyperparameters on Qwen2.5-Coder
axioms (4)
- domain assumption Passing hidden unit tests / stdin-stdout checks is a sufficient operational definition of solution correctness for ranking teachers and rewarding the student.
- domain assumption Held-out MBPP-test and a disjoint 68-problem competition split have no train leakage into the student fine-tuning set.
- ad hoc to paper An already-competent coder student's bottleneck under SFT is task difficulty/headroom and imitation ceiling, not model size.
- domain assumption Union of verified teacher solutions forms a fair shared curriculum for comparing SFT vs RLVR collaboration modes.
invented entities (2)
-
compete-then-collaborate framework
independent evidence
-
verifiable curriculum (collaborative execution-verified task bank)
independent evidence
read the original abstract
Large language models increasingly serve as teachers generating training data for smaller students. Prior multi-teacher knowledge distillation methods merge outputs without determining which frontier model teaches best, often relying on an LLM judge biased toward its own outputs. We introduce a compete-then-collaborate framework where four frontier AI teachers (Claude, Codex-GPT, Grok, Gemini) are ranked head-to-head by an execution-based judge (unit tests and stdin-stdout checks) with fairness controls, and then collaborate to build a verifiable curriculum for a student (Qwen2.5-Coder). We report three findings. (1) Under execution verification, all teachers solve standard problems near-perfectly after self-correction (99-100%) due to a saturation effect, but harder competition problems separate them (Gemini 77% > Claude 69% = Codex 69% > Grok 50%); however, the robust student-side results do not depend on teacher ranking. (2) Imitation (SFT) on verified solutions does not improve, and can degrade, an already-competent student at 7B and 32B (e.g., from 76.7% to 72.7% on MBPP-test, and 5.9% to 2.9% on competition problems). (3) Using the same collaborative curriculum as a reinforcement learning with verifiable rewards (RLVR) environment improves the student (from 5.9% to 8.8% peak on competition problems, a +49% relative gain), reversing SFT's direction. The value of AI-teacher collaboration lies not in pooling answers to imitate, but in jointly constructing a verifiable environment where the student learns by doing. We release a reproducible on-prem pipeline (NVIDIA GB10) with framework patches for running GRPO on a bleeding-edge stack.
Figures
Forward citations
Cited by 1 Pith paper
-
When the Reward Suite Is Leaky: A Preregistered Causal Contrast of Natural Verifier False Positives in RLVR
Natural false positives in MBPP rewards inflate train reward and pay for real bugs, yet a preregistered leaky-vs-hardened GRPO contrast finds held-out non-inferiority and selection of pre-existing errors, not learned ...
Reference graph
Works this paper leans on
-
[1]
MiniLLM: Knowledge distillation of large language models
Yuxian Gu, Li Dong, Furu Wei, and Minlie Huang. MiniLLM: Knowledge distillation of large language models. InInternational Conference on Learning Representations (ICLR), 2024
work page 2024
-
[2]
Min Jang.Ensemble Learning Algorithm using Virtual Data. Ph.D. dissertation, Pohang Uni- versity of Science and Technology (POSTECH), Pohang, Republic of Korea, November 1999. Advisor: Cheeha Kim
work page 1999
-
[3]
Exploring knowledge purification in multi-teacher knowledge distilla- tion for LLMs
Ruihan Jin, Pengpeng Shao, Zhengqi Wen, Jinyang Wu, Mingkuan Feng, Shuo Yang, Chu Yuan Zhang, and Jianhua Tao. Exploring knowledge purification in multi-teacher knowledge distilla- tion for LLMs. InInternational Conference on Learning Representations (ICLR), 2026. Reports that distillation performance can decline as the number of teacher LLMs grows (knowl...
work page 2026
-
[4]
DistiLLM-2: A Contrastive Approach Boosts the Distillation of LLMs
Jongwoo Ko, Tianyi Chen, Sungnyun Kim, Tianyu Ding, Luming Liang, Ilya Zharkov, and Se- Young Yun. DistiLLM-2: A contrastive approach boosts the distillation of LLMs.arXiv preprint arXiv:2503.07067, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[5]
Reinforcement Learning from Human Feedback
Nathan Lambert.Reinforcement Learning from Human Feedback: Alignment and Post-Training of LLMs. Manning Publications, 2025. ISBN 9781633434301. Also available as arXiv:2504.12501. Discusses LLM-as-judge self-preference bias (ch. 12). 8
work page internal anchor Pith review Pith/arXiv arXiv 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.