Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

PaperGym: Turning Papers into Training Environments for AI Research Planning

AI By Crimson AI Hugging Face Papers 1 September 2026 · 00:00 2 views
Share: X Telegram

Hugging Face researchers introduce PaperGym, a framework that converts scientific papers into reinforcement learning environments by separating research questions from evaluation rubrics, boosting research-planning performance across multiple model sizes.

PaperGym: Turning Papers into Training Environments for AI Research Planning

Key points

Research planning is a critical capability for AI scientists, but it lacks verifiable answers, making reinforcement learning (RL) difficult due to the absence of a clear critic. Rubrics from scientific papers can serve as that critic, yet existing pipelines derive both the question and criteria from the same content, allowing models to game the reward through paraphrase. Additionally, rubrics are often compressed into a single scalar per rollout, losing granularity.

To address this, Hugging Face researchers propose PaperGym, a unified framework that transforms each research paper into a complete training environment. PaperGym leverages the paper's structure: the research question is synthesized from the goal and background, while the evaluation criteria are derived from the method and experiments. This separation reduces criterion leakage to just 3.7%, compared to 11.90%–34.10% in existing datasets.

The training process uses the rubric twice: first as privileged context for the OPSD self-teacher, then as the reward signal for GRPO. Across Qwen3 models (1.7B, 4B, 8B), this schedule outperforms supervised fine-tuning, either stage alone, and the reverse ordering, improving five-benchmark averages by +5.6, +5.0, and +4.8 points respectively.

With the recipe fixed, models trained on the PaperGym-20k corpus win 58.1% of three-way comparisons, versus 28.2% for RubricHub Science. The trained Qwen3-8B achieves 73.48 on ResearchQA, surpassing the much larger Kimi K2.6. The team releases the pipeline, the 20,000-instance corpus, and two benchmarks: PaperGym-Innov and PaperGym-Design.

ModelImprovement (5-benchmark avg)
Qwen3-1.7B+5.6
Qwen3-4B+5.0
Qwen3-8B+4.8
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 1 Sep 2026

Hugging Face Unveils CogEvol: Single-Pass Learning Environment Generation

CogEvol, a new family of models from Hugging Face, generates structured learning artifacts like slides and interactive HTML pages...

1
Research paper
Hugging Face 1 Sep 2026

Study: On-Policy Distillation Works by Suppressing Low-Probability Tokens, Not Teacher Guidance

A new Hugging Face paper reveals that on-policy distillation (OPD) improves reasoning mainly by suppressing low-probability tokens...

2
Research paper
Hugging Face 1 Sep 2026

Hugging Face Unveils Lucida: A New Pipeline for Composable Real-to-Sim Scene Modeling

Lucida, a new method from Hugging Face, improves composable indoor scene reconstruction by redistributing pipeline requirements ac...

0