Search papers, labs, and topics across Lattice.
The authors introduce QUEST, a family of open-source deep research agents (2B-35B parameters) trained for long-horizon search tasks like fact-seeking and report synthesis. They use a novel data synthesis pipeline based on unified rubric trees to generate training data with verifiable rewards, avoiding human annotation. QUEST achieves performance comparable to or exceeding closed-source agents on eight benchmarks, demonstrating the effectiveness of their training recipe combining mid-training, SFT, and RL.
Open-source QUEST agents, trained solely on 8K synthetic tasks, rival or surpass proprietary research agents, proving that scaling data synthesis can unlock frontier performance.
Deep research agents extend the role of search engines from retrieving keyword-matched pages to synthesizing knowledge, fundamentally changing how humans interact with information. However, frontier systems remain proprietary, while existing open agents often generalize poorly across different task types, leaving unclear how to train a broadly capable deep research agent. We release QUEST, a family of open models (ranging from 2B to 35B) that serve as general-purpose deep research agents designed to handle a wide range of long-horizon search tasks, with strong capabilities in fact seeking, citation grounding, and report synthesis. To build QUEST, we propose an effective training recipe combining mid-training, supervised fine-tuning, and reinforcement learning. Central to this recipe is a curated data synthesis pipeline based on unified rubric trees, which applies to different task types and enables synthesizing training data with verifiable rewards without human annotation. In addition, QUEST incorporates a built-in context management mechanism that enables effective long-horizon reasoning and knowledge synthesis. Using only 8K synthesized tasks, QUEST approaches or even surpasses frontier closed-source agents across eight deep research benchmarks spanning diverse task types, and achieves the best overall performance among recent open-weight agents. We released everything: models, data, and training scripts.