Hugging Face、タスク横断型スキル進化のための「SkillRise」枠組みを発表
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Hugging Face Daily Papers
SkillRise は、関連するタスクを段階的に並べ替えて単一ポリシーで実行とスキル文書の更新を交替させることで、LLM エージェントが異なるタスク間で移転可能なスキルを効率的に学習・再利用する統合強化学習フレームワークである。
AI深層分析を開く2026年8月4日 15:22
AI深層分析
キーポイント
統一された強化学習フレームワークの提案
SkillRise は、既存のアプローチが抱えるタスクの独立扱いや抽出・検索・実行の複雑なパイプラインの問題を解決し、単一ポリシーでタスク解決とスキル文書のカレーションを交替させる統合枠組みを提供する。
分散されたクレジット割り当てによる効果的な学習
現在のタスクの結果に基づいて解決を監督し、割引後の下流結果に基づいてカレーションを監督する分散クレジット割り当てにより、関連するインスタンスを段階的に困難なシーケンスに整理して学習を行う。
テスト時のスケーリング特性と効率性
実験では最も強力なベースラインと比較して 2.3〜8.5 ポイントの性能向上を示し、同じタスクへの反復試行ではなく関連するタスクの長いシーケンスを通じて性能が向上することが確認された。
重要な引用
We introduce SkillRise, a unified reinforcement learning framework for learning skills across tasks.
SkillRise achieves the strongest Pass@1 performance among the compared methods, with gains over the strongest baseline ranging from 2.3 to 8.5 percentage points.
This trend suggests that SkillRise reuses transferable skills across tasks rather than benefiting from repeated sampling of the same task.
編集コメントを表示
編集コメント
この研究は、エージェントが単発のタスク解決を超えて、文脈を跨いだ汎用的なスキルを獲得する道筋を示しており、実用化に向けた重要な一歩となる。特に、計算コストのかかる多段階パイプラインを簡素化しつつ性能を向上させた点は、現場での導入ハードルを下げる有望な成果である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
大規模言語モデル(LLM)を基盤としたエージェントは、再利用可能な解決パターンを共有する、関連しつつも異なるタスクに頻繁に出くわします。しかし、標準的なアジェンティック強化学習ではタスクが独立したエピソードとして扱われ、既存のスキル学習アプローチは「単一タスクへの反復試行」に焦点を当てるか、「抽出・検索・実行が絡み合った多段階パイプライン」を使用する傾向があります。
そこで私たちは、タスク間でのスキル学習を実現するための統合強化学習フレームワーク「SkillRise」を発表します。SkillRise は関連する事例を進化させる難易度順のシーケンスに整理し、単一のポリシーで「タスク解決」と「次のタスクへ直接渡される進化中のスキル文書のキュレーション」を切り替えて実行します。タスク間での独立したクレジット割り当てにより、現在のタスクの結果に基づいて解決を監督すると同時に、割引後の下流成果に基づいてキュレーションを監督します。
ALFWorld、WebShop、ScienceWorld における実験では、SkillRise は比較対象の中で最も高い Pass@1 パフォーマンスを達成しました。最強のベースラインと比較して、その向上幅は 2.3 から 8.5 パーセントポイントに及びます。異なるタスク間で訓練されたにもかかわらず、学習済みのキュレーションポリシーは同一タスクへの反復試行に対しても有効です。
さらなる分析では、テスト時のスケーリング特性が明らかになりました。各タスクを一度しか試さない場合でも、関連するタスクのシーケンスが長くなるほどパフォーマンスが向上します。この傾向は、SkillRise が同一タスクからの反復サンプリングによる恩恵を受けるのではなく、タスク間で転移可能なスキルを再利用していることを示唆しています。
SkillRise は、複数の段階からなるスキル学習パイプラインのランタイムオーバーヘッドを大幅に削減しながらも、高い性能を維持します。これらの結果は、LLM エージェントがタスク間で移転可能なスキルを抽出・洗練・再利用するための、シンプルかつ効率的なトレーニングパラダイムを提供するものです。
原文を表示
Large language model agents often encounter related yet distinct tasks that share reusable solution patterns. Yet standard agentic reinforcement learning treats tasks as independent episodes, while existing approaches to skill learning either focus on repeated attempts of one task or use pipelines with multiple stages that entangle extraction, retrieval, and execution. We introduce SkillRise, a unified reinforcement learning framework for learning skills across tasks. SkillRise organizes related instances into progressively challenging sequences and uses a single policy to alternate between task solving and curating an evolving skill document passed directly to the next task. Decoupled credit assignment across tasks supervises solving with the current task outcome and curation with discounted downstream outcomes. Experiments on ALFWorld, WebShop, and ScienceWorld show that SkillRise achieves the strongest Pass@1 performance among the compared methods, with gains over the strongest baseline ranging from 2.3 to 8.5 percentage points. Although trained across distinct tasks, its learned curation policy remains effective for repeated attempts on the same task. Further analysis reveals scaling at test time across tasks: performance improves with longer sequences of related tasks even when each task is attempted only once. This trend suggests that SkillRise reuses transferable skills across tasks rather than benefiting from repeated sampling of the same task. SkillRise further retains strong performance while substantially reducing the runtime overhead of skill learning pipelines with multiple stages. Together, these results provide a simple and efficient training paradigm for LLM agents to extract, refine, and reuse transferable skills across tasks.
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み