RubricEM: Meta-RL with Rubric-guided Policy Decomposition beyond Verifiable Rewards
Abstract
Deep research agents trained using RubricEM framework demonstrate superior performance on long-form research tasks through rubric-guided reinforcement learning with stage-aware planning and reflection-based meta-policy evolution.
Training deep research agents, namely systems that plan, search, evaluate evidence, and synthesize long-form reports, pushes reinforcement learning beyond the regime of verifiable rewards. Their outputs lack ground-truth answers, their trajectories span many tool-augmented decisions, and standard post-training offers little mechanism for turning past attempts into reusable experience. In this work, we argue that rubrics should serve not merely as final-answer evaluators, but as the shared interface that structures policy execution, judge feedback, and agent memory. Based on this view, we introduce RubricEM, a rubric-guided reinforcement learning framework that combines stagewise policy decomposition with reflection-based meta-policy evolution. RubricEM first makes research trajectories stage-aware by conditioning planning, evidence gathering, review, and synthesis on self-generated rubrics. It then assigns credit with Stage-Structured GRPO, which uses stagewise rubric judgments to provide denser semantic feedback for long-horizon optimization. In parallel, RubricEM trains a shared-backbone reflection meta-policy that distills judged trajectories into reusable rubric-grounded guidance for future attempts. The resulting RubricEM-8B achieves strong performance across four long-form research benchmarks, outperforming comparable open models and approaching proprietary deep-research systems. Beyond final performance, we perform thorough analyses to understand the key ingredients of RubricEM.
Community
TLDR: RubricEM introduces a rubric-guided reinforcement learning framework for training long-form deep research agents, enabling finer-grained stagewise credit assignment and reflection meta-policy training beyond verifiable rewards.
Thank you for the thoughtful comment and for sharing the arXivLens write-up! We would like to first clarify a potential misunderstanding. In RubricEM, the agent’s self-generated rubrics are mainly used to guide its own Plan/Research/Review/Answer trajectory, while reward credit comes from separate judge-side stagewise rubrics produced by an external judge model whose parameters are not updated during RL. The self-rubrics can inform the judge, but they are not blindly used as the scoring standard.
We also include relevant ablations: Sec. 5.1 shows that SS-GRPO still improves without the reflection meta-policy / rubric-bank memory, and the full method performs best when the memory is added. Sec. 5.2 and Fig. 6 further show that rubric-structured scaffolding improves both SFT quality and RL gains (compared to standard ReAct-style scaffolding); notably, this RL ablation does not use memory either, so the gains mainly come from a better scaffold that makes trajectories more structured and gives the judge better references. We hope this explanation helps.
Get this paper in your agent:
hf papers read 2605.10899 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper