軌跡グラフでエージェント強化学習の各手順を評価
Back to the Definition: Estimating Step-Level Advantages via Trajectory Graphs for Agentic Reinforcement Learning
この論文をやさしく読む
ひとことで言うと
エージェントの一連の行動をグラフとしてまとめ、各手順が結果にどれだけ貢献したかを推定する方法。
何に役立つ?
複数手順を踏む言語モデルの強化学習で、失敗した軌跡の中の有益な行動も評価するために役立つと考えられる。
この研究の面白いところ
状態ごとに多数の行動を取り直す高い費用を避け、既存の軌跡をグラフに統合して価値を推定する。
どこまで分かった?
要旨は複数ベンチマークでの改善を述べるが、具体的な得点や計算費用は示さない。理論上の忠実性と実験結果は区別して読む必要がある。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
GRPO とその派生法のようなグループベースの強化学習は、推論型・エージェント型の大規模言語モデルを訓練する主要な方法になっている。グループ内で正規化する優位度推定は回答全体では信頼できるが、軌跡全体の粗い優位度では各手順の寄与を正確に表しにくく、手順単位では系統的な偏りが生じる。失敗した軌跡にも有益な手順があり得る。強化学習の基本的な定義を見直すと、単一ターンの課題で GRPO が成功する理由は、同じ状態から標本化した複数の行動の平均報酬を、状態価値の信頼できる推定として用いる点にある。これを各手順へ忠実に拡張するには、原理的には各中間状態から複数の行動を標本化する必要があるが、状態ごとに行うには費用が高い。そこで全ロールアウトの軌跡を一つのグラフに接ぎ木する GRAFT を提案する。グラフ上で Bellman 反復により節点の状態価値を復元し、節点間の価値差から各辺へ寄与を割り当てる。理論上、この手順単位の優位度推定は強化学習の基本的な優位度の定義に忠実である。さらに、状態価値推定の偏りの影響を減らすため、GAE を軌跡グラフへ拡張した Graph GAE も提案する。複数のマルチターン・エージェント型ベンチマークの実験では、GRPO に対して一貫した改善を示し、近年のエージェント強化学習法より高い性能を得た。コードは指定の GitHub リポジトリで公開予定である。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-24(UTC)
- 最新改訂
- 2026-09-24 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-24 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Group-based reinforcement learning (RL) methods, such as GRPO and its variants, have become a leading paradigm for training reasoning and agentic large language models (LLMs). While their group-normalized advantage estimation is reliable at the response level, it becomes systematically biased at the step level, since coarse-grained trajectory-level advantages are hard to accurately reflect the contribution of individual steps (i.e, failed trajectories may contain valuable steps). Revisiting the foundational RL definition, we notice that GRPO's success on single-turn tasks stems from its advantage estimation strategy, which adheres to the basic definition: the mean reward of multiple actions sampled from the same state constitutes a credible state-value estimate. Extending the faithful estimation to step-level would in principle demand sampling multiple actions from each intermediate state, which is too costly on a per-state basis. To mitigate this issue, we propose a Graph-based Faithful sTep-level credit-assignment framework (GRAFT) that grafts all rollout trajectories into a trajectory graph, recovering node state-values via Bellman iteration on the graph, and assigning credit to each edge by the node value difference. Theoretically, the estimated step-level advantage faithfully adheres to the basic advantage definition in RL. To further ensure the reliability of step-level advantage estimation, we further propose Graph GAE, which extends GAE to the trajectory graph for reducing the impact of state-value estimation bias. Experiments across a range of multi-turn agentic benchmarks show consistent gains over GRPO and superior performance compared to recent agentic RL algorithms. Code will be available at https://github.com/xcyao00/GRAFT.
arXiv ID: 2609.28963 / 要約の誤りについて