What they did
The authors built PaperGym, a pipeline that converts papers into research-planning tasks with detailed grading rubrics. To reduce answer leakage, each question is synthesized from the paper’s research goal and background, while criteria covering methodological innovation and experimental design are derived separately from its methods and experiments.
They applied the rubric in two stages: first as privileged guidance for an OPSD self-teacher, then as the reward signal for group-relative policy optimization (GRPO). They trained Qwen3 models with 1.7B, 4B, and 8B parameters on the resulting 20,000-instance PaperGym-20k corpus and evaluated them on five benchmarks, including the released PaperGym-Innov and PaperGym-Design sets.
Key findings
- PaperGym’s measured criterion leakage was 3.7%, compared with 11.90% to 34.10% in existing datasets.
- The self-teaching-then-GRPO schedule improved five-benchmark averages by 5.6, 5.0, and 4.8 points for Qwen3-1.7B, 4B, and 8B, respectively, relative to the reported alternatives.
- With the training recipe fixed, PaperGym-20k-trained models won 58.1% of three-way comparisons, versus 28.2% for models trained on RubricHub Science.
- The trained Qwen3-8B scored 73.48 on ResearchQA, exceeding the authors’ reported result for the substantially larger Kimi K2.6 model.
Why it matters
Research plans usually lack a single verifiable answer, making reinforcement-learning rewards difficult to define. PaperGym shows that a paper’s internal structure can supply task-specific, multidimensional feedback while reducing the opportunity to earn rewards through paraphrase, offering a scalable route to training smaller models on open-ended scientific planning.
Caveats
The reported scores depend on rubrics automatically reconstructed from published papers, which may reward resemblance to known methods rather than genuinely novel or feasible research. Benchmark and model-judged gains do not establish that the generated plans lead to successful real-world experiments, and the abstract does not specify how well the pipeline transfers across scientific fields or handles flawed source papers.