長期会話の記憶を質問に応じた範囲と精度で読む
JustMem: Just-Enough Memory Access for Long-Term Conversations
この論文をやさしく読む
ひとことで言うと
長い会話履歴から、質問に必要な分だけ探し、必要な場合だけ元の発言まで詳しく読み直す記憶方式です。
何に役立つ?
過去の会話を参照するアシスタントで、回答に必要な細部を保ちながら入力トークンを節約する用途があります。
この研究の面白いところ
検索する広さと読む情報の忠実度を別々に調整します。局所検索、複数セッションの情報統合、元会話の再読を使い分けることで、常に大量の履歴を投入することを避けます。
どこまで分かった?
LoCoMoとLongMemEval-Sで比較対象中の最高平均精度・検索再現率とトークン削減を報告しています。要旨には具体的な削減率や実利用での長期評価はありません。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
効率的な長期会話記憶には、言語モデルに渡す文脈をむやみに増やさず、十分な根拠を取り出すことが必要である。関連する根拠が複数のセッションに分散し、圧縮によって回答に必要な細部が失われることもあるため、これは難しい。したがって、質問によって異なる記憶へのアクセス方法が必要になる。 こうした要求を捉えるため、記憶アクセスを2つの軸で定式化する。「探索の広さ」は根拠をどれほど広範囲に探すかを制御し、「読み取りの忠実度」は圧縮形で根拠を読むか、元の会話から復元するかを制御する。この定式化に基づき、会話履歴をコンパクトな原子的記憶として保存し、質問ごとに2軸のアクセスを適応させるJustMemを導入する。具体的には、LOOKUPが局所的な根拠を扱い、COMPOSEが分散した根拠を探す範囲を広げ、REPLAYが忠実さを必要とする根拠の読み取り精度を高める。 LoCoMoとLongMemEval-Sでは、JustMemは比較対象の記憶システムの中で平均正解率と検索再現率が最も高く、記憶構築と推論に用いる生成モデルのトークン数も大幅に少ない。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-17(UTC)
- 最新改訂
- 2026-09-17 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-17 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Efficient long-term conversational memory requires retrieving sufficient evidence without indiscriminately expanding the context presented to the language model. This is challenging because relevant evidence may be distributed across multiple sessions, while compression may discard details needed for answering. Different queries therefore require different forms of memory access. To capture these demands, we formulate memory access along two dimensions: discovery breadth, which controls how broadly evidence is searched, and reading fidelity, which controls whether evidence is read in compact form or recovered from the original conversation. Based on this formulation, we introduce JustMem, which stores conversation history as compact atomic memories and adapts memory access along these two dimensions to each query. Specifically, LOOKUP handles local evidence, COMPOSE broadens discovery for distributed evidence, and REPLAY increases reading fidelity for fidelity-sensitive evidence. On LoCoMo and LongMemEval-S, JustMem achieves the highest mean accuracy and retrieval recall among the compared memory systems while using substantially fewer generative-model tokens for memory construction and inference.
著者のコメント
12 pages, 8 tables, 3 figures. Includes appendix
arXiv ID: 2609.19877 / 要約の誤りについて