日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
強化学習/エージェントarXiv:2609.27035

サブタスク分解による強化学習

Reinforcement Learning with Decomposed Subtasks

シェア:XThreadsFacebookLINEはてブBluesky

マルチターンの軌跡報酬をサブタスクごとに分解し、各サブタスクのグループ相対アドバンテージを計算してトークン単位でクレジットを配分するRLDSを提案。エージェント系ベンチマークで有効性を示す。

詳しい要約

1. どんなもの?

GRPO等のpolicy-gradient法で言語モデルagentを訓練する際、multi-turn rollout全体を単一のscalar trajectory rewardに潰すのは、複数skillが絡むタスクやsparse/delayed feedback下で情報損失となる。本研究はtrajectory rewardをpolicy update前subtask単位に分解するRLDS (Reinforcement Learning with Decomposed Subtasks) を提案。中核はSDAE (Subtask-Decomposed Advantage Estimation) で、scalar GRPO advantageを置換し、固定taxonomy上でrewardをsubtask別shareに分割、subtaskごとにgroup-relative advantageを計算、各subtaskのimportanceで重み付けしreflectionがsubtask実行を重要と示すstep周辺にper-token creditを集中させる。

2. 先行研究と比べてどこがすごい?

GRPO等の既存policy-gradient法はmulti-turn rolloutを単一scalar trajectory rewardにcollapseし、optimizerがどのcompetencyが結果を駆動したか暗黙推論する必要があった。RLDSは『より良いscalar』ではなくdecompositionを正しいprimitiveと主張し、trajectory rewardをpolicy update前にsubtask別へ分割する点が異なる。

3. 技術・手法の肝は?

SDAEが肝。固定taxonomy上でtrajectory rewardをper-subtask shareに分割し、subtaskごとにgroup-relative advantageを算出、各subtask advantageをimportanceで重み付けしてper-token creditを分配、reflectionがそのsubtask実行をconsequentialと示すstep周辺に集中させる。

4. どうやって有効だと検証した?

4つのagentic benchmarkで評価: FrozenLake (sparse grid navigation)、HotpotQA (multi-hop QA, retrieval tool 1つ)、ScienceWorld (long-horizon embodied science)、DeepResearch (long-form research, tool 4つ, composite rubric reward)。訓練中のheterogeneity diagnosticsが分解の効く箇所を示し、高heterogeneityなScienceWorld (+11.5 points, paired-bootstrap 95% CI [+9.8, +13.3]) とFrozenLake (+9.8 points, [+7.0, +12.8]) で最大のgain、HotpotQAとDeepResearchではnoise内でdiagnosticsも回収余地が小さいと予測。ScienceWorldではscalar GRPO比でcompute効率も改善 (-10.9% wall-clo…

5. 議論はある?

decompositionの利得はsubtask heterogeneityにスケールし、heterogeneityが低いタスクでは利得がnoise内。ScienceWorldでは長rolloutが固定のreflect-and-grade overheadをamortizeしcompute効率が向上。

6. 次に読むべき論文は?

GRPO、および比較対象のscalar GRPO advantage。関連手法としてpolicy-gradient法、group-relative advantage estimation。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Mattie Terzolo, Mikolaj Sacha, Ayan Sinha, Andrew Rabinovich

分類: cs.AI, cs.LG

原文アブストラクト

Group Relative Policy Optimization (GRPO) and related policy-gradient methods for training language model agents collapse an entire multi-turn rollout into a single scalar trajectory reward before it enters the policy update. When the task composes distinct skills, especially under sparse and delayed environmental feedback, this collapsing is lossy: the optimizer must implicitly infer which competency drove the outcome and how that should change behavior. We argue the right primitive is not a better scalar but a decomposition: trajectory reward should be split along subtasks before it enters the policy update. We introduce Reinforcement Learning with Decomposed Subtasks (RLDS), whose core is Subtask-Decomposed Advantage Estimation (SDAE): a replacement for the scalar GRPO advantage that splits trajectory reward into per-subtask shares on a fixed taxonomy, computes a group-relative advantage per subtask, and distributes per-token credit by weighting each subtask's advantage by its importance, concentrating it around the step where a reflection marks that subtask's execution as consequential. We evaluate on four agentic benchmarks: FrozenLake (sparse grid navigation), HotpotQA (multi-hop QA, one retrieval tool), ScienceWorld (long-horizon embodied science), and DeepResearch (long-form research, four tools, composite rubric reward). Heterogeneity diagnostics emitted during training show where decomposition pays off - gains scale with subtask heterogeneity, largest on the high-heterogeneity tasks ScienceWorld (+11.5 points, paired-bootstrap 95% CI [+9.8, +13.3]) and FrozenLake (+9.8 points, [+7.0, +12.8]), and within noise on HotpotQA and DeepResearch, where the diagnostics predicted little to recover. ScienceWorld is also more compute-efficient under RLDS than scalar GRPO (-10.9% wall-clock per step), as long rollouts amortize the fixed reflect-and-grade overhead.

PR本紙発行元 EmplifAI