IterSynth: Rethinking Deep Search Agents via Role-Decoupled Iterative Synthesis
Summary
IterSynth introduces a role-decoupled iterative synthesis paradigm for deep search agents, using reinforcement learning to improve performance on long-horizon search tasks and surpassing prior methods on benchmarks.
View Cached Full Text
Cached at: 09/25/26, 03:43 AM
Paper page - IterSynth: Rethinking Deep Search Agents via Role-Decoupled Iterative Synthesis
Source: https://huggingface.co/papers/2609.29444 Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
DeepsearchrequiresLLMagentstodecomposecomplexqueries,searchforevidence,andsynthesizegroundedanswers,yetexistingReAct-styleagentssufferfromtwolimitations:rolecoupling,whereonepolicymusthandleplanning,evidenceuse,andsynthesis;andcontextaccumulation,wheregrowingsearchhistoriesintroducenoiseandobscureusefulinformation.Toaddresstheseissues,weproposeIterSynth,arole-decoupledandsummary-basedparadigmthatalternatesbetweenaPlannerforidentifyinginformationneedsandaSynthesizerforintegratingevidenceintoanevolvingsummarystate.Thisdesignseparatesplanningfromsynthesiswhileusingthesummaryasthepersistentstateofsearch,reducingbothcapabilitycouplingandcontextnoise.TotrainIterSyntheffectively,wefurtherintroduceRole-DecoupledPolicyOptimization(RDPO)forreinforcementlearning,whichcombinesterminaloutcomerewardswithturn-levelrubricevaluationsandcomputesrole-specificadvantagesformoreprecisecreditassignment.Experimentsonfivelong-horizondeep-searchbenchmarkssuchasBrowseCompandXbench-DSshowthatIterSynth-8Bachievesanaveragescoreof50.7,surpassingthestrongestpriorleq8Bagentby+4.2\%.Moreover,IterSynthservesasamodel-agnosticpromptingparadigm,deliveringsubstantialzero-shotgainsoverReActandsimilarpromptingparadigmsonfrontierproprietarymodels.
View arXiv pageView PDFGitHub2Add to collection
Get this paper in your agent:
hf papers read 2609\.29444
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.29444 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.29444 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.29444 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
S1-DeepResearch: Beyond Search, Toward Real-World Long-Horizon Research Agents
This paper introduces S1-DeepResearch-32B, an open-source model and 15K trajectory dataset for deep research agents, achieving state-of-the-art performance across 20 benchmarks by jointly modeling information acquisition, knowledge synthesis, and planning.
OpenResearcher: A Fully Open Pipeline for Long-Horizon Deep Research Trajectory Synthesis
OpenResearcher presents a reproducible pipeline for training deep research agents using offline search environments and synthesized trajectories, achieving significant accuracy improvements on benchmark tasks like BrowseComp-Plus.
QUEST: Training Frontier Deep Research Agents with Fully Synthetic Tasks
QUEST is an open family of deep research agents trained with synthetic data and reinforcement learning, achieving strong performance across diverse long-horizon search tasks, approaching frontier closed-source agents.
RODS: Reward-Driven Online Data Synthesis for Multi-Turn Tool-Use Agents
This paper introduces RODS, a reward-driven online data synthesis method that addresses the depletion of informative samples in static datasets for multi-turn tool-use agent training. It achieves comparable performance to larger offline pipelines with significantly fewer trajectories.
Search, Inspect, Fetch: Exploiting Boolean Retrieval for Deep-Research Agents
This paper introduces SIEVE, a search-inspect-fetch strategy that uses Boolean Query Language to make deep-research agents retrieve only relevant document sections, achieving higher accuracy with 20.7–50.6% fewer tokens across multiple benchmark datasets and agent backbones.