Paper 2509.00375
Open Data Synthesis For Deep Research
- Published
- Aug 2025
- Research lab
- Independent
- Citations
- 14
- GitHub
- 216 stars
01 In brief
Summary
This technical report introduces InfoSeek, a scalable framework for synthesizing Deep Research tasks, formalized as Hierarchical Constraint Satisfaction Problems (HCSPs).
Unlike simpler multi-hop or flat CSP problems, HCSPs require traversing a hierarchy of interdependent constraints.
InfoSeek uses a dual-agent system (Planner and Browser) to recursively build Research Trees from webpages and Wikipedia, blurring intermediate nodes with constraints to ensure unique, verifiable answers.
The framework generates over 50K training examples, a curated test set, and 16.5K reasoning trajectories via rejection sampling.
Experiments show that a 3B LLM (InfoSeeker-3B) trained on InfoSeek outperforms larger models like Qwen3-32B and commercial APIs (e.g., Gemini2.5-Flash) on the BrowseComp-Plus benchmark, achieving performance comparable to Gemini2.5-Pro.
The dataset and framework are fully open-sourced, supporting advanced optimization strategies like compound reward design and trajectory-level exploration.
02 From the paper
Abstract
Large language models (LLMs) are increasingly expected to go beyond simple factual queries toward Deep Research-tasks that require decomposing questions into sub-problems, coordinating multi-step reasoning, and synthesizing evidence from diverse sources. We formalize Deep Research tasks with verifiable answers as Hierarchical Constraint Satisfaction Problems (HCSPs), which are fundamentally different from single-constraint, multi-hop, or flat CSP formulations. However, existing benchmarks (e.g., Natural Questions, HotpotQA) fail to capture this complexity, while recent synthetic datasets often introduce shortcut reasoning, knowledge leakage, or lack sufficient structural depth. To address this gap, we introduce InfoSeek, a scalable framework for synthesizing complex Deep Research tasks. InfoSeek uses a dual-agent system to recursively build a Research Tree from large-scale webpages, blurring intermediate nodes into valid sub-problems, and converting these trees into natural language questions that require traversing the full hierarchy. It also enables rapid scaling, yielding over 50K training examples, a curated test set, and reasoning trajectories generated via reject sampling. Experiments show that models trained on InfoSeek consistently outperform strong baselines. On a challenging benchmark BrowseComp-Plus, 3B LLMs optimized with InfoSeek surpass much larger 32B models and lightweight commercial APIs (e.g., Gemini2.5-Flash), while achieving performance comparable to stronger APIs (e.g., Gemini2.5-Pro). By preserving meta-information such as intermediate steps and retrieval labels, InfoSeek further supports advanced optimization strategies, including compound reward design and trajectory-level exploration. We provide our codes and datasets in \href{https://github.com/VectorSpaceLab/InfoSeek}{this repository}.