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

エージェントの途中の進歩を検証して学習に反映する

ProCredit: From Outcome Rewards to Progress Credit in Agentic Reinforcement Learning

Ming Ma, Yi Zhu, Yiran Zhong, Feida Zhu, Chonghan Liu, Pengkun Jiao, Qichao Wang, Yanhao Jia, Tianming Yang, Steven Hoi

この論文をやさしく読む

ひとことで言うと

AIエージェントの学習で、最終的な成功だけでなく各操作が課題をどれだけ進めたかを検査して報酬にする方法。

何に役立つ?

長いツール操作の途中で成功例が少ない課題でも、検証可能な進歩から学習信号を得る用途が考えられる。

この研究の面白いところ

新たな報酬モデルで進歩を推測せず、受け入れ検査を各ターン後に実行し、進歩が起きた操作そのものに評価を割り当てる。

どこまで分かった?

報告された改善はAppWorldの三規模のモデルと、別の一環境での評価。中間状態でも受け入れ検査を実行できることが前提となる。

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

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

長い手順を要するエージェントの課題では、ツール呼び出しを繰り返して環境を変え、最終状態で成否を判定する。一般的な学習方法は最後に一つの結果報酬を与え、同じ課題で試した実行経路を比較する。そのため成功例のない集団からは学習信号が得られず、失敗した試行が完成にどれほど近づいたかも区別できない。課題を前に進めたターンと、環境に問い合わせただけのターンにも同じ評価が与えられる。従来研究には比較単位を経路からステップに細かくする方法や、中間報酬を与えるモデルを学習する方法があるが、前者は依然として最終的な成功だけから信号を得ており、後者はモデルで信号を推定する。 本研究は、成功を判定する受け入れ検査を中間状態でも実行できるため、最終結果と同様に途中の進歩も検証できると着目する。提案するProCreditは、各ターンの後で受け入れ検査を再実行し、進歩の変化をそのターンの報酬とする。これを同じ課題への複数の試行間と、実行経路内の各ターン間の両方に配分する。 AppWorldで三つの規模のQwen3.5基盤モデルから学習した結果、両方のテスト集合のすべての規模で、結果報酬方式と既存の進歩に基づく方式より課題完了率が高かった。4Bモデルでは最も強い結果報酬の比較方式を4.1パーセントポイント上回り、別の環境でも改善の方向は同じだった。要素を除く実験では、最終的な進歩を経路の点数に加えるだけでは性能は上がらず、進歩が起きたターンに評価を与えることが改善の要因だと分かった。

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

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

更新履歴

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

原文の要旨

Long-horizon agentic tasks require an agent to modify an environment through a sequence of tool calls, with success determined by the final state. The standard recipe assigns a single outcome reward at the end and compares trajectories sampled for the same task. As a result, a group with no successful trajectory yields no training signal, failed attempts cannot be told apart by how close they came to completion, and turns that advance the task receive the same credit as turns that only query the environment. Prior work refines the unit of comparison from the trajectory to the step, or trains a reward model to supply intermediate signal: the former still derives its signal from final success alone, and the latter estimates it with a model. We observe that the acceptance checks that decide success can also be run on intermediate states, so progress is as verifiable as the outcome. We propose ProCredit, which turns this verified progress into credit: it reruns the acceptance checks after each turn, rewards the turn by its change in progress, and uses these rewards to assign credit both across attempts at the same task and across the turns within a trajectory. Starting from Qwen3.5 base models at three scales on AppWorld, ProCredit outperforms outcome-reward baselines and progress-based baselines in task completion rate at every scale on both test sets, exceeding the strongest outcome-reward baseline by 4.1 percentage points at 4B, and results in a second environment show the same direction of improvement. Ablations show that adding the final progress to the trajectory score alone does not improve performance: the gain comes from crediting progress to the turn where it occurs.

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