Hugging Face、長期的エージェントタスク向け学習手法「AgentOPSD」を論文公開
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Hugging Face Daily Papers
Anthropic と中国企業のアント・グループを混同せず、Qwen2.5 モデルを用いた評価で、長期的な多ターンエージェントタスクにおける意思決定の帰属問題を解決する「AgentOPSD」という新しい手法が提案された。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月7日 12:21
AI深層分析
キーポイント
ターンレベルの信用帰属メカニズム
従来の報酬ベースの手法では見落としがちな、長期的なエージェントタスクにおける重要な意思決定(pivotal decisions)を特定するために、トークンレベルの教師・生徒対数確率差を集約する手法を採用している。
批評家不要の再帰的ベイズ更新
追加の批評家モデルやロールアウトを必要とせず、対数オッズ空間でベイズ信念状態を再帰的に更新することで、スパースな結果監督信号からターンレベルの信用信号を生成する。
既存手法との比較優位性
ALFWorld、WebShop、Search-QA における Qwen2.5 モデルでの評価により、GRPO や強力な自己蒸留ベースラインを上回る性能(ALFWorld で 89.1% の成功率)を示した。
重要な引用
AgentOPSD aggregates token-level teacher-student log-probability gaps into turn-level evidence and recursively updates a Bayesian belief state in log-odds space.
The method is fully compatible with standard policy optimization and requires neither an additional critic nor extra rollouts.
Ablation studies attribute the gains to turn-level aggregation and history-dependent recursive belief updates.
編集コメントを表示
編集コメント
エージェントの学習において、結果だけでなく過程の各ステップを評価する手法は長年の課題であったが、この「AgentOPSD」はその解決策として有望である。特に批評家モデルを追加しない設計は、実装コストを抑えつつ性能向上を図る上で非常に実用的なアプローチと言える。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
検証可能な報酬を用いた強化学習(RL)は、軌道レベルのアドバンテージ推定を構築しますが、長期かつ多段階のアジェントタスクにおいて結果を決定する数少ない決定的な意思決定に対して、適切な評価を与えることができないケースが多々あります。最近の研究では、信用付けのための特権自己蒸留が導入され、より密な監督信号を提供していますが、こうした局所的な信号がどのようにして順序的な信用付けを表すべきかについては依然として不明確です。
そこで我々は、アジェント強化学習におけるターンレベルの信用付けを行うための、批評家不要で再帰的な手法「AgentOPSD」を提案します。AgentOPSD は、トークンレベルの教師・生徒間の対数尤度差を集約してターンレベルのエビデンスとし、対数オッズ空間内でベイズ信念状態を再帰的に更新します。これにより、希薄な結果監督信号からターンレベルの信用信号へ変換する理論的な重み付けスキームが実現され、連続する状態間の信念更新の差分を通じて決定的なターンを特定できます。本手法は標準的な方策最適化と完全に互換性があり、追加の批評家やロールアウトを必要としません。
我々は Qwen2.5 モデル(3B と 7B の 2 スケール)を用いて、ALFWorld、WebShop、Search-QA において AgentOPSD を評価しました。その結果、AgentOPSD は GRPO や強力な自己蒸留ベースラインを上回り、Qwen2.5-7B では ALFWorld で 89.1% の成功率を達成しました。アブレーション研究では、この性能向上がターンレベルの集約と履歴依存型の再帰的信念更新に起因することが示されました。
原文を表示
Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent work introduces privileged self-distillation for credit assignment, providing denser supervision, but it remains unclear how such local signals should represent sequential credit. We propose AgentOPSD, a critic-free, recursive method for turn-level credit assignment in agentic reinforcement learning. AgentOPSD aggregates token-level teacher-student log-probability gaps into turn-level evidence and recursively updates a Bayesian belief state in log-odds space. This yields a principled reweighting scheme that converts sparse outcome supervision into turn-level credit signals and identifies pivotal turns through the marginal belief revision between consecutive states. The method is fully compatible with standard policy optimization and requires neither an additional critic nor extra rollouts. We evaluate AgentOPSD on ALFWorld, WebShop, and Search-QA using Qwen2.5 models at two scales (3B and 7B). AgentOPSD outperforms GRPO and strong self-distillation baselines, achieving 89.1% success on ALFWorld with Qwen2.5-7B. Ablation studies attribute the gains to turn-level aggregation and history-dependent recursive belief updates.
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み