小規模 LLM エージェント向け「Agent Memory Distillation」手法を提案
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Hugging Face Daily Papers
学習不要フレームワーク AMD を提案し、大規模教師エージェントの構造化知識を階層的記憶で転送して性能向上を目指す。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月11日 15:00
AI深層分析
キーポイント
AMD フレームワークの概要
トレーニング不要で、大規模な教師エージェントから小規模な学生モデルへ階層的メモリを通じて構造化知識を転送する手法である。
3 種類の補完的メモリの構成
タスクレベルの戦略を符号化する「Workflow memory」、中間粒度の具体的な行動例を提供する「Subtask memory」、関数ごとの呼び出し規約と落とし穴を捉える「Function memory」の 3 つを構築する。
動的なメモリ注入・検索戦略
Workflow と Subtask メモリは各タスク開始時に能動的に注入され、Function memory はツール呼び出しエラー発生時に反応的に検索される。
ベンチマークでの性能向上
GPT-5-mini を教師モデルとして 4B〜8B パラメータの学生モデルを評価した結果、AppWorld、BFCL V3、ToolSandbox の各基準で平均精度が最大 27.2%p 向上し既存手法を上回った。
重要な引用
We propose Agent Memory Distillation (AMD), a training-free framework that transfers structured knowledge from a large teacher agent to a small student agent through hierarchical memory.
Workflow and Subtask memories are injected proactively at the start of each task, while Function memory is retrieved reactively upon tool-calling errors.
achieving average accuracy gains of 27.2%p, 11.2%p, and 3.4%p on AppWorld, BFCL V3, and ToolSandbox
編集コメントを表示
編集コメント
トレーニングコストをかけずに小規模モデルの能力を拡張するアプローチは、実運用におけるコスト削減に直結する有望な技術である。特に教師モデルとの相性やメモリ構成の詳細分析が今後の実装指針となるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
エージェントの性能向上にはメモリシステムの活用が有望視されていますが、小規模言語モデル(SLM)においては、そのポテンシャルはまだ十分に探求されていません。小規模モデルは単独では十分な成功軌道(トラジェクトリ)を生成することが難しいからです。
そこで提案するのが「Agent Memory Distillation(AMD)」です。これは教師となる大規模エージェントから構造化された知識を階層的なメモリを通じて学生となる小規模エージェントへ転送する、トレーニング不要のフレームワークです。AMD は、成功した教師エージェントの軌道データから 3 つの補完的なタイプのメモリを構築します。
- ワークフローメモリ:タスクレベルの戦略を符号化します。
- サブタスクメモリ:中間粒度での具体的な行動例を提供します。
- ファンクションメモリ:各関数の呼び出し規約やよくある落とし穴を記録します。
ワークフローメモリとサブタスクメモリは、各タスクの開始時に能動的に注入されます。一方、ファンクションメモリは、ツール呼び出しエラーが発生した際に反応的に検索・利用されます。
AMD の評価では、GPT-5-mini を教師モデルとして用い、4B〜8B パラメータ規模の 4 つの学生モデルに対して、3 つのツール使用ベンチマーク(AppWorld, BFCL V3, ToolSandbox)で検証を行いました。その結果、平均精度はそれぞれ 27.2%p、11.2%p、3.4%p の向上を達成し、既存のメモリベース手法を常に上回る性能を示しました。
さらに詳細な分析では、以下の知見が得られました。まず、最大の効果をもたらすのはサブタスクメモリです。また、教師モデルの有効性は「教師の能力」と「学生との親和性」の両方に依存します。最後に、4B サイズの学生モデルこそが AMD から最も大きな恩恵を受けることが確認されました。
原文を表示
Memory systems have shown promise for improving agent performance, but their potential remains largely unexplored for small language models, which struggle to generate sufficient successful trajectories on their own. We propose Agent Memory Distillation (AMD), a training-free framework that transfers structured knowledge from a large teacher agent to a small student agent through hierarchical memory. AMD constructs three complementary memory types from successful teacher trajectories: Workflow memory encodes task-level strategies, Subtask memory provides concrete behavioral examples at an intermediate granularity, and Function memory captures per-function calling conventions and common pitfalls. Workflow and Subtask memories are injected proactively at the start of each task, while Function memory is retrieved reactively upon tool-calling errors. We evaluate AMD on three tool-use benchmarks using four student models (4B-8B parameters) with GPT-5-mini as the teacher, achieving average accuracy gains of 27.2%p, 11.2%p, and 3.4%p on AppWorld, BFCL V3, and ToolSandbox, while consistently outperforming existing memory-based baselines. Further analysis shows that Subtask memory contributes the largest gains, teacher effectiveness depends on both teacher capability and student compatibility, and 4B-sized students benefit most from AMD.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み