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

対象と属性で検索するエージェントの長期記憶

EnSIMem: Entity-Structured Indexing for Long-Term Agent Memory

Xuanyu Meng, Xing Fan, Xinyi Fan, Chenlei Guo, Yixuan Xie, Jiawei Han

この論文をやさしく読む

ひとことで言うと

対話の記憶を人や物などの対象と属性で索引化し、元の発話を根拠に回答するエージェントの仕組み。

何に役立つ?

長期対話で、誰についてのどの情報かを取り違えずに過去の事実を探す用途が考えられる。

この研究の面白いところ

一般的な要約だけに頼らず、発話や時刻を残した索引から必要な証拠を集める。

どこまで分かった?

要旨は高い正解率を報告するが、具体的な数値や評価基準の内訳は記載されていない。

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

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

長期にわたり利用者とやり取りするエージェントは、増え続ける履歴から事実、好み、出来事、変化を思い出す必要がある。既存の記憶システムはやり取りを一般的な要約に圧縮したり、対象を区別しない文章の断片を検索したりすることが多く、正しい対象、属性、裏付けを特定しにくい。本研究は、対象ごとに構造化したエージェントの長期記憶EnSIMemを提示する。オフラインの構築段階では、やり取りを主題のまとまったエピソードに整理し、対話を根拠とする「対象・対象の種類・属性と値」の形の索引を作る。各項目には元の発話、時刻情報、利用可能な複数種類のメディア情報を残す。オンラインでは、エージェントへの依頼を必要な証拠に分け、その属性を記憶の索引と対応づける。対象・属性の検索と適応的な検索によって、個別の事実、時間、情報の組み合わせ、集計に関する推論に必要な証拠を集める。エージェントは、情報を失った記憶要約ではなく、保存した元の証拠から回答を作る。エージェントの長期記憶の評価基準では、短い文脈と良好なオンライン効率を保ちながら高い回答正解率を達成した。結果は、対象ごとの索引とエピソード単位の出典情報が、エージェントの長期記憶の信頼できる基盤になることを示す。モデルのコードは公開されている。

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

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

更新履歴

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

原文の要旨

An agent that interacts with users over long periods must recall facts, preferences, events, and changes from a continuously growing interaction history. Existing memory systems often compress interactions into generic summaries or retrieve anonymous text chunks, making it difficult for an agent to identify the correct entity, property, and supporting evidence. We present EnSIMem, an entity-structured long-term memory architecture for an agent. During offline construction, the system organizes interactions into theme-coherent episodes and builds dialogue-grounded index entries of the form [entity][entity type][property:value]. Each entry preserves its source turns, temporal information, and available multimodal fields. During online interaction, the agent's request is decomposed into evidence requirements whose properties are aligned with the memory index. Entity-property lookup and adaptive retrieval then collect the evidence needed for point, temporal, compositional, and aggregation reasoning. The agent generates its response from the preserved source evidence rather than from lossy memory summaries. On long-term agent-memory benchmarks, EnSIMem achieves high answer accuracy while maintaining compact contexts and favorable online efficiency. These results show that entity-structured indexing and episode-level provenance provide a reliable foundation for long-term memory in agents. The code of our model is available at https://github.com/RamonMeng/EnSIMem.

著者のコメント

23 pages, preprint

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