Search papers, labs, and topics across Lattice.
The paper introduces DeepRubric, a novel framework for generating reliable query-rubric pairs that enhance the efficiency of reinforcement learning in deep research agents. By constructing an evidence tree that identifies specific evaluation targets, DeepRubric ensures that the reward signals accurately reflect the information needs of the task, addressing the limitations of existing methods that rely on LLM-generated rubrics. The approach results in the creation of 9,000 query-rubric pairs and enables the DeepRubric-8B model to achieve competitive performance with significantly reduced reinforcement learning resource requirements, demonstrating a 13-fold decrease in GPU hours compared to previous models.
DeepRubric achieves comparable performance to state-of-the-art models while slashing reinforcement learning resource consumption by 13 times.
Deep research agents synthesize long-form reports by searching and reasoning over retrieved evidence. Reinforcement learning with rubric-based rewards improves these agents by optimizing them against checkable criteria that translate report quality into reward signals, but its efficiency depends on whether those criteria reliably capture the task scope and evidence needs. Most existing studies ask an LLM to generate rubrics for a given query, but when the model fails to infer the underlying information needs, the generated rubrics may be incomplete and reduce RL efficiency. To obtain more reliable query--rubric supervision, we introduce DeepRubric, a data construction framework that reverses this process: instead of inferring evaluation criteria for a given query, it first determines what an evidence-backed report should be evaluated on and then synthesizes aligned query--rubric pairs from those evaluation targets. Starting from a sampled seed topic, DeepRubric builds an evidence tree by recursively expanding evidence-backed sub-questions, whose leaves serve as atomic and verifiable evaluation targets. It then uses the evidence tree to synthesize the training query and rubrics, ensuring that the reward evaluates exactly the information requested by the query. Using DeepRubric, we construct 9K query--rubric supervision examples and train DeepRubric-8B with rubric-based GRPO, achieving comparable performance to prior open state-of-the-art deep research models across three benchmarks with roughly 13x fewer RL GPU-hours.