OpenResearcher: A Fully Open Pipeline for Long-Horizon Deep Research Trajectory Synthesis
TLDR
OpenResearcher is an open pipeline for synthesizing long-horizon deep research trajectories offline, achieving strong results on research benchmarks.
Reasoning
The paper presents a fully open, reproducible pipeline for generating deep research trajectories, with strong empirical results on multiple benchmarks. However, it relies on a teacher model and an offline corpus, which may limit generalization to live web environments.
Read-first score
Read-first score 52.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 55.
Field roles
Rank sensitivity
Stability: volatile; rank range: 27.
Keyword Scores
Deep Analysis
Innovations
- Fully open, reproducible pipeline for long-horizon deep research trajectory synthesis that decouples one-time corpus bootstrapping from multi-turn trajectory synthesis
- Offline search-and-browse loop using three explicit browser primitives (search, open, find) over a 15M-document corpus, eliminating reliance on proprietary web APIs
- Synthesis of over 97K trajectories, including a long-horizon tail with 100+ tool calls, using GPT-OSS-120B as the teacher model
- Supervised fine-tuning of a 30B-A3B backbone on the synthesized trajectories, achieving 54.8% on BrowseComp-Plus (+34.0 points) and competitive performance on BrowseComp, GAIA, and xbench-DeepSearch
- Release of the entire pipeline, synthesized trajectories, model checkpoints, and offline search environment
Methodology
OpenResearcher decouples one-time corpus bootstrapping from multi-turn trajectory synthesis, executing an offline search-and-browse loop with three browser primitives (search, open, find) over a 15M-document corpus. A GPT-OSS-120B teacher model synthesizes long-horizon trajectories, which are then used to fine-tune a 30B-A3B backbone via supervised learning.
Key Results
The fine-tuned model achieves 54.8% accuracy on BrowseComp-Plus, a +34.0 point improvement over the base model, and remains competitive on BrowseComp, GAIA, and xbench-DeepSearch.