arXiv論文メモ
新着一覧
cs.AI · 査読状況未確認

会話の長期記憶を内容別の視点へ自動整理する

AutoViewMem: Self-Configuring Orthogonal Views for Conversational Long-Term Memory

Zijie Cao, Xijun Qu, Zhicheng Gu, Xiaoshu Chen, Duanyang Yuan, Yanning Hou, Sihang Zhou, Jianxing Gong, Jian Huang, Yang Mei

この論文をやさしく読む

ひとことで言うと

会話の記憶を一つの塊にせず、好みや出来事など重なりの少ない観点に、保存する段階で自動整理する方法です。

何に役立つ?

長い対話から必要な情報を取り出し、回答の一貫性や利用者への適応を維持するための仕組みになります。検索時の複雑な処理を減らせる設計です。

この研究の面白いところ

意味の混在を検索時に解消するのではなく、記憶を書き込むときに整理します。視点の分け方も固定せず、対話データから相補的なものを選びます。

どこまで分かった?

要旨の評価は2つのベンチマークとQwen3の2つのサイズによるものです。具体的な改善率、書き込みや統合の計算コスト、実利用での長期運用結果は記載されていません。

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

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

長期記憶は、大規模言語モデル(LLM)エージェントが長い対話を通じて一貫性と個人への適応を維持するために不可欠である。既存の記憶システムは通常、固定された粒度や静的なスキーマに依存する。しかし、好み、出来事、制約、時間的な更新などの異質な情報が単一の混合表現に埋め込まれると、これらの設計では扱いが難しくなる。その結果生じる意味的な干渉によって、上位K件の検索はノイズに敏感になり、関連する証拠が十分に高く順位付けされないことが多い。 私たちは、索引化する前に長期会話記憶を、重複の少ない意味的な視点へ自動構成して整理するデータ駆動型の枠組みAutoViewMemを提示する。AutoViewMemは、対話の記録から視点の候補を見つけ、コンパクトで相補的な視点集合を選ぶ。そして、その視点を使って、出所に裏付けられた記憶の構造化抽出を、書き込み時に導く。 この表現を先に整える設計は、意味の分離を検索時から書き込み時へ移す。これにより、明示的な振り分けや反復的な検索を行わず、標準的な上位K件の類似検索で焦点の合った証拠を取り出せる。さらに、オフラインの統合処理で記憶のコンパクトさと一貫性を高める。Qwen3-8BとQwen3-14Bの両方を基盤モデルとしたLoCoMoおよびPersonaMemベンチマークでの実験は、AutoViewMemが単純な推論パイプラインを維持しながら、有力な記憶ベースラインよりも長期にわたる質問応答と個人への適応を改善することを示している。

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

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

更新履歴

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

原文の要旨

Long-term memory is essential for large language model (LLM) agents to maintain consistency and personalization over extended interactions. Existing memory systems typically rely on fixed granularities or static schemas, but these designs struggle when heterogeneous information, such as preferences, events, constraints, and temporal updates, is embedded in a single mixed representation. The resulting semantic interference makes top-K retrieval sensitive to noise and often leaves relevant evidence poorly ranked. We present AutoViewMem, a data-driven framework that organizes long-term conversational memory into self-configuring, low-overlap semantic views before indexing. AutoViewMem discovers candidate views from interaction traces, selects a compact complementary view set, and uses these views to guide write-time structured extraction of provenance-grounded memories. This representation-first design moves semantic disentanglement from retrieval time to write time, allowing standard top-K similarity search to retrieve focused evidence without explicit routing or iterative retrieval. We further apply offline consolidation to improve memory compactness and consistency. Experiments on the LoCoMo and PersonaMem benchmarks, under both Qwen3-8B and Qwen3-14B backbones, show that AutoViewMem improves long-horizon question answering and personalization over strong memory baselines while preserving a simple inference pipeline.

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