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

小型言語モデルに長期記憶の作り方を教える蒸留法

PSD: Pseudo Self-Distillation of Memory Representation Capabilities for LLM Agents

Pirzada Suhail, Menglin Xia, Xuchao Zhang, Mayukh Das, Chetan Bansal, Saravan Rajmohan

この論文をやさしく読む

ひとことで言うと

大きなモデルが作る記憶表現を手掛かりに、小型モデル自身に長期記憶を作らせる学習法を評価した。

何に役立つ?

考えられる用途は記憶を使うAIエージェントの運用費用を下げること。要旨は特定のベンチマークでの検索性能を報告している。

この研究の面白いところ

同じ小型モデルを教師役と生徒役に使い、教師役だけに外部モデルの回答を見せることで、外部モデルの内部値を必要とせず学習する。

どこまで分かった?

学習はLoCoMoで行いLongMemEvalへ移るかを評価した。あらゆる記憶課題で同じ費用対効果が得られるとは示していない。

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

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

言語モデルのエージェントで記憶は重要になっているが、記憶の構築と維持は大きな商用モデルへの繰り返しの呼び出しに依存するため費用がかかる。著者らは、小型言語モデルが階層的な記憶表現を構築できるようにするPseudo Self-Distillation(PSD)を提案する。強い内部不明の教師の振る舞いを、複数段階の学習手順で移す。通常の蒸留は教師の出力確率や内部状態を必要とするが、閉じたモデルではそれらを利用できない。PSDは単一の小型モデルを二つの役割で使う。教師役には外部の強いモデルの回答を参照情報として含む特別な指示を見せ、生徒役には課題の指示だけを見せる。生徒は教師役の出力分布を再現するよう学び、外部モデルの内部情報にアクセスせずに、その知識に導かれた振る舞いを自分の重みに取り込む。LoCoMoでは、PSDで学習したQwen3の0.6B、1.7B、4Bが、その後の検索課題でGPT-4.1-miniと同等以上の成績を、配備費用の一部で達成した。多くの条件ではオフポリシーPSDが最良だった。また、生徒はLoCoMoだけで学習してLongMemEvalのデータを見ていないにもかかわらず、記憶構築能力がLongMemEvalにも移ることを示した。

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

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

更新履歴

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

原文の要旨

Memory systems are becoming a core component of LLM agents, but constructing and maintaining memory remains expensive because it relies on repeated calls to large proprietary language models. This cost creates a major barrier to deploying memory-enhanced agents at scale. In this paper, we present Pseudo Self-Distillation (PSD), a framework that enables small language models (SLMs) to construct hierarchical memory representations by distilling behavior from a strong black-box oracle through a multi-stage training pipeline. Standard distillation methods require access to teacher logits or hidden states, which closed models do not expose. Unlike conventional self-distillation settings, where supervision is derived from a model's own predictions, sampled rollouts, or aggregated outputs, PSD enables a single-model distillation setup while channeling external oracle knowledge through the prompt. PSD uses a single small model in two roles: a teacher that sees a privileged prompt containing the oracle's answer as reference context, and a student that sees only the task prompt. The student learns to reproduce the teacher's output distribution, absorbing oracle-guided behavior into its own weights without accessing the oracle's internals. On LoCoMo, PSD-trained Qwen3-0.6B, 1.7B, and 4B match or exceed GPT-4.1-mini on downstream retrieval at a fraction of the deployment cost, with off-policy PSD achieving the strongest results across most conditions. We further show that this memory-construction capability transfers out-of-distribution to LongMemEval, despite the students being trained exclusively on LoCoMo with no exposure to LongMemEval data.

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