IterSynth:通过角色解耦迭代合成重新思考深度搜索智能体

HuggingFace Daily Papers(社区热门论文)·2026-09-24 08:00·1天前
AI 导读

IterSynth 提出角色解耦、基于摘要的深度搜索范式,让 Planner 识别信息需求、Synthesizer 将证据整合进持续演化的摘要状态,以缓解角色耦合与上下文累积问题。

HuggingFace Daily Papers(社区热门论文)
41AI 编辑部评分,满分 100

IterSynth:通过角色解耦迭代合成重新思考深度搜索智能体

2026-09-24 08:00· 1天前
AI 导读

IterSynth 提出角色解耦、基于摘要的深度搜索范式,让 Planner 识别信息需求、Synthesizer 将证据整合进持续演化的摘要状态,以缓解角色耦合与上下文累积问题。

Deep search requires LLM agents to decompose complex queries, search for evidence, and synthesize grounded answers, yet existing ReAct-style agents suffer from two limitations: role coupling, where one policy must handle planning, evidence use, and synthesis; and context accumulation, where growing search histories introduce noise and obscure useful information. To address these issues, we propose IterSynth, a role-decoupled and summary-based paradigm that alternates between a Planner for identifying information needs and a Synthesizer for integrating evidence into an evolving summary state.

This design separates planning from synthesis while using the summary as the persistent state of search, reducing both capability coupling and context noise. To train IterSynth effectively, we further introduce Role-Decoupled Policy Optimization (RDPO) for reinforcement learning, which combines terminal outcome rewards with turn-level rubric evaluations and computes role-specific advantages for more precise credit assignment. Experiments on five long-horizon deep-search benchmarks such as BrowseComp and Xbench-DS show that IterSynth-8B achieves an average score of 50.7, surpassing the strongest prior leq8B agent by +4.2%.

Moreover, IterSynth serves as a model-agnostic prompting paradigm, delivering substantial zero-shot gains over ReAct and similar prompting paradigms on frontier proprietary models.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org