次の課題が分かってから過去の経験を記憶にまとめる
Just-in-Time Memory: Learning to Curate Task-Adaptive Memory for LLM Agents
この論文をやさしく読む
ひとことで言うと
過去の作業を先に要約せず保存し、新しい課題が来たとき必要な部分だけ短くまとめる記憶法です。
何に役立つ?
長く動くエージェントが過去の経験を次の課題に生かす設計に役立つ。
この研究の面白いところ
新しい課題を見てから記憶を作るため、要約の良し悪しを同じ課題の成功で直接学習できる。
どこまで分かった?
改善幅はALFWorld、WebShop、τ²-benchでの結果であり、保存した生の履歴に必要な容量は要旨で評価していない。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
エージェントの記憶システムは、過去の経験を再利用して後の課題の性能を高める。しかし既存の設計の多くは、書き込み時に記憶を整理する。課題を終えると、その行動履歴を振り返り、作業手順、スキル、推論戦略などの固定した記録へ圧縮し、後で類似度から検索する。この方式では、将来の質問が分かる前に何を記憶すべきか決めるため、情報を取り戻せない形で捨て、さまざまな後続課題を一つの質問非依存の要約で支えなければならない。書き込み時の整理器を学習するのも難しい。保存の判断の価値が、関連する質問が何課題も後に来るまで分からず、長期にわたる寄与の割当てが必要になるためである。著者らは代わりに生の行動履歴を保持し、現在の課題が分かる読み出し時まで整理を遅らせる。検索した履歴と新しい課題から、記憶整理器が目先の必要に合わせた短い情報を作る。この情報は同じ課題内で消費されるため、整理器をその課題の直後の成功結果から直接学習でき、遅延した有用性の信号や関連課題の人工的なグループ分けは不要となる。ALFWorld、WebShop、τ²-benchで、Just-in-Time Memory(JitMem)は記憶なしのエージェント、経験則による書き込み時記憶、学習型の書き込み時記憶を一貫して上回った。最も強い基準手法と比べ、成功率をそれぞれ16.2、16.3、3.9ポイント高めた。学習していない整理器でも基準手法に匹敵またはそれを上回る場合があり、読み出し時に課題へ合わせて整理すること自体が改善の大きな源で、学習によってさらに改善する。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-23(UTC)
- 最新改訂
- 2026-09-23 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-23 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Agentic memory systems reuse past experience to improve future performance, yet most existing designs curate memory at write time: once a task is completed, its trajectory is distilled into a fixed artifact, such as a reflection, workflow, skill, or reasoning strategy, that is later retrieved by similarity. This forces the system to decide what is worth remembering before the future query is known, irreversibly discarding information and producing a query-independent summary that must serve many possible downstream tasks. Learning such a write-time curator is also difficult because the value of a storage decision may only become apparent when a relevant query arrives, potentially many tasks later, creating a long-horizon credit-assignment problem. We instead retain raw trajectories and defer curation until read time, when the current task is known. Given the retrieved traces and the new task, a memory curator synthesizes a compact, task-adaptive payload tailored to the immediate need. Because this payload is consumed on the same task, the curator can be trained directly from immediate task success, avoiding delayed utility signals and the need to artificially group related tasks. Across ALFWorld, WebShop, and $\tau^2$-bench, our Just-in-Time Memory (JitMem) consistently outperforms no-memory agents as well as heuristic and learned write-time memory methods, improving over the strongest baseline by 16.2, 16.3, and 3.9 absolute success-rate points, respectively. Notably, even an untrained curator is already competitive with or surpasses these baselines, showing that task-adaptive read-time curation itself is a major source of the gain; training the curator further compounds the improvement.
arXiv ID: 2609.27334 / 要約の誤りについて