TL;DR
RubricEM introduces rubric-guided RL for deep research agents via stagewise policy decomposition, Stage-Structured GRPO for credit assignment, and reflection meta-policy training. RubricEM-8B achieves SOTA among open models (55.5 avg) on four benchmarks, surpassing prior work and its teacher.
48
已证实
0
证据不足
1
无法验证
N/A
可复现性
置信度
90%

核心问题

How can reinforcement learning train deep research agents beyond verifiable rewards, while enabling long-horizon credit assignment and learning from experience?

核心方法

{'approach': 'RubricEM introduces a rubric-guided structured reasoning scaffold with four stages (Plan, Research, Review, Answer), Stage-Structured GRPO (SS-GRPO) for fine-grained credit assignment using stage-specific rubric-based evaluation, and reflection meta-policy training that enables experience reuse through a rubric bank with both within-episode and cross-episode retrieval modes.', 'key_components': ['Gemini-3.1-Pro serves as the teacher model with ~13K queries from the Dr. Tulu dataset.', ' tags substitute for reasoning traces due to API restrictions and are converted post-processing.', 'System prompts are separated into first-round and later-rounds variants to enforce stagewise behavior.', 'First-round prompts forbid answering and require full planning; later-round prompts focus on evidence evaluation.', 'Common failure modes include answering without searching, missing closing tags, and omitting required structural elements.', 'Each RL training step involves rollout generation, stagewise judge scoring, and policy gradient update.', 'Rollout generation produces multi-turn tool-augmented trajectories via vLLM.', 'Stagewise judge scoring performs SS-GRPO reward computation.', 'Reflection generation is overlapped with the main loop using three concurrent threads.'], 'section_ids': ['sec_34', 'sec_49']}

论点验证

已证实 (95%) We propose RubricEM, a rubric-guided reinforcement learning framework that combines stagewise policy decomposition with reflection-based meta-policy evolution.
The paper provides a complete specification of the RubricEM framework across multiple sections (p_2-p_7). The three main components are fully described: rubric-guided reasoning scaffold (p_4, p_12-p_17), SS-GRPO (p_5, p_20-p_25), and reflection meta-
已证实 (95%) RubricEM first realizes rubric-guided policy decomposition through a rubric-guided reasoning scaffold. During planning, the agent generates task-specific rubrics and carries them through four stages: planning, research, review, and answer synthesis.
The paper provides detailed specification of the rubric-guided reasoning scaffold in p_12-p_17, including the four stages (Plan, Research, Review, Answer), XML schema, and how rubrics are generated during planning and carried through subsequent stage
已证实 (95%) Building on this decomposition, RubricEM assigns credit with Stage-Structured GRPO (SS-GRPO). Rather than broadcast a single terminal score to all tokens, SS-GRPO scores Plan, Research, Review, and Answer with stage-specific rubrics.
The paper provides complete mathematical formulation of SS-GRPO in p_20-p_25, including the stage-dependence matrix Λ, return formula G_Λ, stagewise normalization, and the objective function. The method is fully specified with equations and experimen
已证实 (95%) Finally, RubricEM makes experience reuse an explicit RL objective through Reflection Meta-Policy training. The task policy and reflection meta-policy share one backbone: after a task rollout is judged, the backbone samples rubric-grounded reflection candidates conditioned only on the query and raw trajectory, while a separate judge scores these candidates using the task-rollout judgments.
The paper provides detailed specification of the reflection meta-policy in p_26-p_30 and p_114-p_153, including the shared backbone architecture, reflection candidate generation, judge scoring, and the training procedure. The method is fully specifie
已证实 (90%) We designed an efficient asynchronous reflection branch to train this meta-policy alongside task-policy RL without adding a sequential bottleneck, a notable problem in prior meta-RL literature.
The paper describes the asynchronous reflection branch design in p_30 and p_114-p_133, including the three concurrent threads and one-step staleness approach. The design is justified as avoiding sequential bottlenecks that plagued prior meta-RL work.
已证实 (95%) Together, these components yield RubricEM-8B, an 8B deep research agent trained with 1400 RL steps.
The paper explicitly states the model architecture (8B backbone from Qwen3-8B) and training steps (1400 RL steps) in p_7 and p_33. These are factual claims about the experimental setup that are clearly specified.
已证实 (95%) We instantiate this idea with four rubric-guided stages: Plan → Research → Review → Answer. Each stage is marked by a stage-level XML tag with a lightweight internal schema.
The paper provides detailed specification of the four stages and their XML schema in p_12-p_17, including specific tags like , , , , and with their internal structure.
已证实 (95%) To instantiate the scaffold in the policy, we perform teacher-student distillation from Gemini-3.1-Pro. For each query, the teacher is prompted to produce a stage-structured trajectory that follows the XML schema above.
The paper clearly specifies the teacher-student distillation approach from Gemini-3.1-Pro in p_19 and p_67-p_91, including the data generation pipeline and the prompting strategy.
已证实 (95%) Because raw teacher traces do not always obey the target scaffold, we apply rejection sampling to discard outputs that violate stage boundaries, tool-calling syntax, citation format, or grounding constraints.
The paper provides detailed rejection sampling criteria in p_81-p_86, including specific failure modes like missing tag, no valid tool call, missing structural elements, and consecutive tool errors.
已证实 (95%) We use Gemini-flash-grounded Google Search and Semantic Scholar as the search engines.
The paper explicitly states the search engines used in p_31.
已证实 (95%) The SFT stage includes both short-form and long-form data, while the RL stage exclusively focuses on long-form queries.
The paper explicitly states the data split between SFT and RL stages in p_31.
已证实 (85%) RubricEM-8B-RL achieves the highest average score among non-proprietary deep research systems in our evaluation, reaching 55.5 with an 8B backbone.
The paper provides quantitative results in Table 1 (referenced in p_32-p_33) showing RubricEM-8B-RL achieving 55.5 average score. The claim about being highest among non-proprietary systems is supported by the reported numbers. Self-reported results
已证实 (85%) RubricEM-8B-RL surpasses strong open baselines, including DR Tulu-8B-RL, Tongyi DeepResearch-30B-A3B, and WebThinker-32B-DPO.
The paper provides specific scores in Table 1 showing RubricEM-8B-RL (55.5) surpassing DR Tulu-8B-RL (51.6), Tongyi DeepResearch-30B-A3B (51.7), and WebThinker-32B-DPO (50.0). Self-reported results cap confidence at 0.85.
已证实 (80%) On the benchmarks where both scores are available, RubricEM-8B-RL outperforms Perplexity Deep Research on average, and it remains within 4.4 average points of OpenAI Deep Research while outperforming it on DRB.
The paper states this comparison in p_33. The claim about outperforming Perplexity Deep Research on average and being within 4.4 points of OpenAI Deep Research while outperforming on DRB is provided. However, the exact benchmark-by-benchmark breakdow
已证实 (85%) Starting from the structured SFT checkpoint, RL improves the average score from 49.2 to 55.5, with gains on all four long-form benchmarks.
The paper provides specific numbers in p_34: RL improves average score from 49.2 to 55.5. The claim about gains on all four benchmarks is stated. Self-reported results cap confidence at 0.85.
已证实 (85%) Although RubricEM-8B-SFT is distilled from Gemini-3.1-Pro, the final RubricEM-8B-RL model surpasses it on average.
The paper states this interesting finding in p_34 - that the student (after RL) surpasses the teacher (Gemini-3.1-Pro). This is a significant claim supported by the reported average scores. Self-reported results cap confidence.
已证实 (85%) Compared with the closest prior RL system, DR Tulu, RubricEM starts from a stronger SFT checkpoint, reaches a higher final average score, and uses fewer RL steps (1400 vs. 1900).
The paper provides specific comparison numbers in p_34: RubricEM uses 1400 RL steps vs DR Tulu's 1900 steps, starts from a stronger SFT checkpoint, and reaches a higher final score. Self-reported results cap confidence.
已证实 (85%) Under this matched setting, both SS-GRPO and Meta-Policy improve over Baseline-RL, and the full recipe performs best across benchmarks.
The paper describes the ablation study in p_35 with four recipes compared under a 600-step budget. The finding that both SS-GRPO and Meta-Policy improve over Baseline-RL, and the full recipe performs best, is supported by Fig. 5. Self-reported ablati
已证实 (85%) Fig. 6(a) shows that the structured scaffold improves distillation quality, while Fig. 6(b) shows that it also makes subsequent RL more effective.
The paper describes the scaffold comparison results in p_36, referencing Fig. 6(a) and 6(b). The claims about improved distillation quality and more effective RL are supported by the figure. Self-reported results cap confidence.
已证实 (80%) Without the scaffold, RL gains are small and unstable for 600 steps, suggesting that rubric-conditioned stages provide useful structure for exploration and credit assignment.
The paper states this observation in p_36, referencing Fig. 6(b). The empirical observation about small and unstable RL gains without the scaffold is supported. The interpretation about structure for exploration and credit assignment is the authors'

... 共 49 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限性(作者自述)

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-05-14T07:22:44+00:00 · 数据来源:Paper Collector