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

計画・実行・評価の協調学習でツールを使う推論を改善

UnifiedPlayers: Enhance Tool-Integrated Reasoning in Agentic Reinforcement Learning

Wenjie Liao, Liangjie Zhao and Zehong Cao

この論文をやさしく読む

ひとことで言うと

課題を作る役、ツールで解く役、実行可能な検証器を作る役を一緒に学習させる推論エージェントの枠組みです。

何に役立つ?

人が作った実行履歴への依存を減らしながら、ツール付き推論の学習データと評価を更新する方法を目指します。

この研究の面白いところ

固定の検証器や多数決に頼らず、三役の報酬を共通の目的へ合わせます。Pythonツールを含む複数ターンの実行と、その検証器を協調的に改善します。

どこまで分かった?

二つのモデル基盤と12ベンチマークでの評価です。検証器の敵対的検出正解率84.2%には誤りが残り、報酬の分散2.03倍という値自体が正しさの完全保証になるわけではありません。

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

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

自己進化型の方法は、ツールを使うエージェントが自ら学習データを生成することで、人手で注釈を付けた軌跡の必要性を減らす。しかし、既存手法は通常、軌跡生成と評価を分離しており、新たに現れる失敗の形に適応できない静的な検証器や、複数の軌跡に共通する誤りを強化しかねない自己整合性信号に依存している。計画、実行、評価を共同で適応させることは有望な代替策だが、各要素が他の要素の学習に使うデータやフィードバックを絶えず変えるという根本的な調整問題が生じる。 本研究では、タスクを生成するPlanning Player、Pythonツールの呼び出しを伴う複数ターンの軌跡を作るExecution Player、実行可能な検証器を構築するEvaluation Playerからなる協調的枠組みUnifiedPlayersによって、この課題に対処する。役割ごとに異なる報酬を設計し、GRPOのもとで3者を共通の学習目的へ向けて協調させる。 2種類の基盤モデルと12の推論ベンチマークにおいて、UnifiedPlayersは最も強い先行ベースラインを数学的推論で少なくとも3.5%、一般推論タスクで3.9%上回った。さらに、学習した検証器は敵対的な入力の検出で84.2%の精度を達成し、その報酬信号の問題ごとの分散は自己整合性ベースラインの2.03倍で、より識別力のある検証を提供した。これらの結果は、専門化した担当間の協力が、自己改善するツール統合型エージェントへの有望な道筋であることを示している。

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

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

更新履歴

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

原文の要旨

Self-evolving methods reduce the need for human-annotated trajectories by allowing tool-using agents to generate their own training data. Yet existing methods typically separate trajectory generation from evaluation, relying on static verifiers that cannot adapt to emerging failure modes or self-consistency signals that may reinforce errors shared across trajectories. Jointly adapting planning, execution, and evaluation offers a promising alternative, but introduces a fundamental coordination challenge: each component continuously changes the data or feedback used to train the others. We address this challenge with \textbf{UnifiedPlayers}, a cooperative framework comprising a Planning Player that generates tasks, an Execution Player that produces multi-turn trajectories with Python tool calls, and an Evaluation Player that constructs executable verifiers. We design role-specific rewards that coordinate the three players toward a shared learning objective under GRPO. Across two model backbones and twelve reasoning benchmarks, UnifiedPlayers outperforms the strongest prior baseline by at least 3.5\% on mathematical reasoning and 3.9\% on general reasoning tasks. Moreover, the learned verifier achieves 84.2\% adversarial detection accuracy, while its reward signal exhibits 2.03$\times$ higher per-question variance than a self-consistency baseline, providing more discriminative verifications. These results highlight cooperation among specialized players as a promising path toward self-enhanced tool-integrated agents.

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