REVIEW 3 major objections 3 minor
Curating 25K natural-instruction examples for RL with verifiable rewards lifts small models by 64pp on hard general-reasoning benchmarks and generalizes across scales.
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-12 23:50 UTC pith:2GWQW6DN
load-bearing objection Useful RLVR data-curation study with a real, checkable leakage risk on the headline selection method; abstract-only, but worth full review if the artifacts are real. the 3 major comments →
SUPERNOVA: Eliciting General Reasoning in LLMs with Reinforcement Learning on Natural Instructions
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Training a 0.6B model on SUPERNOVA—a 25K-instance RLVR set curated from natural instruction data by selecting source tasks according to their per-target-task performance—yields a 64.4 percentage-point relative gain on BigBench Extra Hard and generalizes to unseen benchmarks, larger scales, and newer model families.
What carries the argument
Source-task selection guided by per-target-task performance: for each evaluation task, retain only those natural-instruction sources that improve that task under RLVR, then mix the retained sources into a single 25K-instance training set.
Load-bearing premise
That picking source tasks by how well they help the chosen evaluation suite produces a generalizable curriculum rather than simply overfitting those same targets.
What would settle it
Train the same base model on SUPERNOVA after deliberately removing every source task that was selected for any of the 23 BBEH targets and check whether the relative gain on BBEH and held-out suites collapses.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes SUPERNOVA, a framework for curating Reinforcement Learning with Verifiable Rewards (RLVR) data from natural instruction datasets to extend reasoning gains beyond STEM. Through 100+ controlled RL experiments, the authors study three data-design axes—source-task selection, task mixing, and synthetic interventions—and report that selecting source tasks by their effect on individual target tasks outperforms selection by overall average performance, while synthetic interventions do not help. Guided by these findings, they construct a 25K-instance SUPERNOVA dataset and report that RLVR training of Qwen3-0.6B yields a 64.4pp relative gain on BigBench Extra Hard (BBEH; 23 tasks), with claimed generalization to unseen benchmarks, larger model scales, and newer model families. Models, data, and code are released.
Significance. Extending RLVR beyond formal STEM domains is a central open problem; a systematic, empirically grounded recipe for turning existing natural-instruction corpora into verifiable RL data would be practically valuable. The paper’s strengths, as stated, include a large controlled experimental program (100+ runs), an explicit comparison of curation strategies, a concrete 25K dataset, and public release of models, data, and code. If the selection protocol is free of evaluation leakage and the absolute gains and generalization claims hold under standard controls, the work would provide actionable guidance for the community.
major comments (3)
- The abstract’s central methodological claim is that source-task selection guided by per-target-task performance outperforms selection by overall average performance, and that this insight guides SUPERNOVA construction. BBEH (23 complex reasoning tasks) is both the primary reported target and, on the face of the abstract, the natural selection signal. Without a held-out selection protocol (e.g., selecting sources using only a disjoint subset of BBEH tasks or an entirely separate validation suite, then evaluating the remaining tasks), the 64.4pp relative BBEH gain and the claimed generalization cannot be distinguished from leakage of evaluation signal into the training curriculum. This is load-bearing for the paper’s main result and must be addressed with an explicit selection/evaluation split and ablations against average-performance and random baselines under that split.
- The headline result is reported only as a “relative gain of 64.4pp” of SUPERNOVA-trained Qwen3-0.6B over base Qwen3-0.6B on BBEH. Relative percentage-point gains are hard to interpret without absolute scores for base, SUPERNOVA, and strong alternative RLVR/SFT baselines, plus variance across seeds. The manuscript must report absolute scores, confidence intervals or multi-seed variance, and comparable baselines so that the magnitude of the claim can be assessed and the “relative” wording cannot be misread as absolute points.
- Generalization is claimed to “unseen benchmarks, larger model scales, and newer model families.” Given that source tasks were chosen by per-target performance, the manuscript must define precisely which benchmarks were used in selection versus held out as truly unseen, and show that gains persist on the held-out set. Cross-scale and cross-family transfer should likewise be reported with absolute numbers and the same selection protocol frozen (no re-selection on the larger/newer models), otherwise the generalization claim is not supported.
minor comments (3)
- Clarify in the abstract (and early text) whether “64.4pp relative gain” means a relative improvement of 64.4% over the base absolute score, or a 64.4 percentage-point absolute difference; the current wording is ambiguous.
- State briefly how verifiable rewards are obtained from natural instruction data (exact-match, LLM judge, programmatic checks, etc.), since reward construction is essential to RLVR and is not specified in the abstract.
- When the full paper is available, ensure tables report absolute scores for all 23 BBEH tasks (or aggregates with per-task breakdowns) so that gains are not driven by a small subset of tasks that were overweighted in selection.
Circularity Check
Empirical RLVR curation paper; mild risk that target-aware source selection bakes evaluation signal into the curriculum, but no definitional tautology or forced-by-construction prediction.
full rationale
SUPERNOVA is an empirical data-curation and RLVR training paper, not a first-principles derivation. Its central claims are experimental outcomes (64.4pp relative BBEH gain for Qwen3-0.6B; claimed generalization to unseen benchmarks, larger scales, and newer families). There are no equations that redefine the reported metric as an input, no uniqueness theorems imported from the authors, no ansatz smuggled via self-citation, and no renaming of a known closed-form result. The only load-bearing methodological choice visible in the abstract is source-task selection guided by per-target-task performance, which can in principle leak evaluation signal into the training mix if the same BBEH tasks used for selection are later reported as primary results. That is a validity/leakage concern rather than circularity by construction: the abstract also asserts that gains transfer to unseen benchmarks, which—if true under proper held-out protocols—breaks pure circularity. Abstract-only review cannot inspect selection folds, absolute scores, or reward design, so no specific reduction (Eq. X ≡ Eq. Y, or fitted parameter renamed as prediction) can be exhibited. Per the analyzer rules, residual methodological risk without a quotable by-construction collapse warrants a low score (0–2), not 6+. Score 2 reflects that mild residual concern without manufacturing circular steps.
Axiom & Free-Parameter Ledger
axioms (3)
- domain assumption Natural instruction datasets contain (or can be filtered into) instances with verifiable rewards suitable for RLVR outside formal STEM domains.
- ad hoc to paper Source-task selection based on per-target performance is a valid curriculum design that transfers beyond the selection targets.
- domain assumption Standard RLVR training dynamics and reward-model/verifier assumptions used in math/code RLVR carry over to natural-instruction data.
read the original abstract
Reinforcement Learning with Verifiable Rewards (RLVR) has substantially improved reasoning in formal domains such as mathematics and code, but extending these gains beyond STEM remains challenging. Extending RLVR beyond STEM is fundamentally constrained by the lack of high-quality verifiable training data. In this work, we introduce SUPERNOVA, a framework for curating RLVR data from natural instruction datasets, which are a rich source of expert-annotated data but are underexplored for RLVR training. Through 100+ controlled RL experiments, we systematically study how to utilize these dataset for RLVR and how data curation decisions affect downstream reasoning performance . In particular, we investigate three data designs: (a) source task selection, (b) task mixing, and (c) synthetic interventions. Our analysis reveals that source task selection has a significant impact on downstream reasoning performance. Moreover, selecting tasks based on their performance for individual target tasks outperforms strategies based on overall average performance and synthetic interventions do not improve reasoning. Guided by these insights, we construct SUPERNOVA, a high-quality RLVR dataset of 25K instances curated from natural instruction datasets. We show that training Qwen3-0.6B on SUPERNOVA outperforms the base Qwen3-0.6B, yielding a relative gain of 64.4pp on BigBench Extra Hard (BBEH), a challenging benchmark comprising 23 complex reasoning tasks. Importantly, we find that gains from SUPERNOVA generalize to unseen benchmarks, larger model scales, and newer model families. Overall, our findings provide practical insights for curating human-annotated resources to extend RLVR to general reasoning. Models, Data, Code at https://github.com/asuvarna31/supernova.
Figures
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.