arXiv論文メモ
新着一覧
cs.CL / cs.AI · 査読状況未確認

計画役と統合役を分けた深い検索エージェント

IterSynth: Rethinking Deep Search Agents via Role-Decoupled Iterative Synthesis

Xingyu Wu, Yuchen Yan, Zhengxi Lu, Siqi Chen, Xin ZHANG, Aiting Liu, Chao Deng, Jie Liu, Jin Ma, Jian Shao, Jun Xiao, Yongliang Shen

この論文をやさしく読む

ひとことで言うと

情報を探す計画役と証拠をまとめる役を分け、要約を引き継いで検索するエージェント。

何に役立つ?

長い調査で検索履歴が膨らむ問題を抑え、根拠に基づく回答を作る設計の参考になる。

この研究の面白いところ

役割ごとに学習の評価を分け、5つのベンチマークで小型モデルの平均スコアを改善した。

どこまで分かった?

報告された改善は指定の5ベンチマークなどでの結果。すべての調査課題で同じ改善とは限らない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

深い検索では、大規模言語モデルのエージェントが複雑な質問を分解し、証拠を探し、根拠に沿った回答へ統合する必要がある。しかし既存のReAct型エージェントには、一つの方策が計画、証拠の利用、統合を担う役割の結合と、検索履歴が伸びて雑音が増え有用な情報が見えにくくなる文脈の蓄積という2つの問題がある。著者らはIterSynthという、役割を分け要約を使う方法を提案する。必要な情報を特定するPlannerと、証拠を発展する要約状態へ統合するSynthesizerを交互に動かす。計画と統合を分け、要約を検索の持続的な状態として使うことで、能力の結合と文脈の雑音を減らす。学習のためには、役割分離型方策最適化RDPOも導入する。最終結果への報酬と各ターンの評価基準を組み合わせ、役割ごとの優位度を計算して、どの行動が成果につながったかをより正確に割り当てる。BrowseCompやXbench-DSなど5つの長期的な深い検索ベンチマークでは、IterSynth-8Bの平均スコアは50.7で、従来最強の80億パラメーター以下のエージェントを4.2%上回った。IterSynthはモデルに依存しないプロンプトの方法としても機能し、最先端の独自モデルでReActなどに比べ大幅なゼロショット改善を示した。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-24(UTC)
最新改訂
2026-09-24 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

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 $\leq$8B 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.

著者のコメント

Code: https://github.com/Tencent/IterSynth

arXiv ID: 2609.29444 / 要約の誤りについて