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

ツールを使うAIの強化学習で判断と説明を別々に評価

SLCA-GRPO: Resolving Cross-Segment Credit Misattribution in Tool-Calling RL

Yan Zhan, Shaobo Liu, Qiunan Liu, Yuanjun Shi, Siqi Xu, WeiYi Hou, Xiang Xu, Zekang Li, Weizhou Pan, and Jiahong Yan

この論文をやさしく読む

ひとことで言うと

ツールを使うAIの学習で、ツール選択と利用者向け説明に同じ評価を与える問題を解消する方法です。

何に役立つ?

ツール呼び出し型エージェントを強化学習する際の評価設計に役立つ可能性があります。要旨では三つの評価で比較結果が示されています。

この研究の面白いところ

一連の出力を構造的な部分に分け、実行の評価をツール側、好みの評価を説明側に割り当てています。

どこまで分かった?

報告された差は70億パラメータの基盤モデルと記載された評価条件の下での結果です。他の規模や実運用での効果は要旨に記載されていません。

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

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

ツールを呼び出すエージェントは、構造化されたツール呼び出しと、利用者向けの自然言語による要約を交互に出力する。この異質な出力は、標準的なオンポリシー強化学習(RL)に構造上の失敗をもたらす。GRPOなどのアルゴリズムは、軌跡全体に対する同一のスカラーのアドバンテージを区別なくすべてのトークンへ与える。その結果、要約生成から生じる勾配の雑音がツール選択のトークンにも入り込み、出力部分間で成果の帰属が誤り、最適化が不安定になる。 本研究では、部分ごとの成果帰属を固定するSegment-Locked Credit Assignment(SLCA)を組み込んだSLCA-GRPOを提案する。実際のAPIを使う高コストな試行なしで探索を拡大し、学習を安定させるため、まず基盤となる学習設備としてSchema-Guided LLM Simulator(SGLS)を構築する。そのうえでSLCAは、途中状態から追加の試行を行わず、一組の試行群の中で構造的な部分ごとにアドバンテージ推定を分ける。階層的報酬(HierR)により、実行に関するアドバンテージをツールのトークンへ、好みに関するアドバンテージを要約のトークンへ振り分ける。これにより、部分間での誤った成果帰属の主な経路であるアドバンテージの混入を、各方策更新内で除く。 70億パラメータの基盤モデルで、SLCA-GRPOは収束を速め、同じ学習予算の下で標準GRPO、ToolPO、RLTRを上回った。領域内評価では2.53パーセントポイント、Berkeley Function-Calling Leaderboard(BFCL)では1.36ポイント、τ²-Benchでは9.15ポイント高く、不要なツール呼び出しと費用を減らしながら正確さを高めた。

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

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

更新履歴

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

原文の要旨

Tool-calling agents produce heterogeneous outputs, interleaving structured tool invocations with user-facing natural language summaries. This output heterogeneity presents a structural failure mode in standard on-policy Reinforcement Learning (RL): algorithms like GRPO indiscriminately broadcast a homogeneous trajectory-level scalar advantage to all tokens. Consequently, gradient noise from summary generation leaks into tool-decision tokens, causing cross-segment credit misattribution and brittle optimization. In this work, we propose SLCA-GRPO, a framework incorporating Segment-Locked Credit Assignment (SLCA). To enable scalable exploration without costly real APIs and stable training, we first construct the Schema-Guided LLM Simulator (SGLS) as foundational training infrastructure. Building on this, SLCA decouples advantage estimation at the structural segment level within a single group of rollouts, without requiring additional rollouts from intermediate states. Supported by Hierarchical Rewards (HierR), SLCA routes execution advantages to tool tokens and preference advantages to summary tokens, eliminating advantage contamination (the dominant cross-segment credit misattribution channel) within each policy update. On a 7B backbone, SLCA-GRPO accelerates convergence and outperforms standard GRPO, ToolPO, and RLTR by +2.53 pp on in-domain evaluation, +1.36 pp on the Berkeley Function-Calling Leaderboard (BFCL), and +9.15 pp on $\tau^2$-Bench under the same training budgets, achieving higher accuracy with reduced tool redundancy and costs.

著者のコメント

41 pages, 13 figures. Code: https://github.com/SLCA-GRPO/SLCA-GRPO ; Dataset: https://huggingface.co/datasets/YanZhanPKU/SLCA-GRPO-Datasets

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