自适应记忆框架让对话机器人更懂用户长期需求。
AdaMem: Adaptive User-Centric Memory for Long-Horizon Dialogue Agents
- 分四类记忆:工作、情景、人格和关系图谱,统一管理对话历史。
- 根据问题动态调整检索路径,结合语义与关系推理,提升准确性。
- 适合需要长期记忆与个性化理解的对话系统研发者使用。
大型语言模型代理日益依赖外部记忆以支持长时对话、个性化服务和多步推理。然而,现有记忆系统仍面临三大挑战:过度依赖语义相似性,可能遗漏用户中心的关键证据;常将相关经历存储为孤立片段,削弱时间与因果连贯性;通常采用静态记忆粒度,难以适应不同问题的需求。我们提出 AdaMem,一种面向长时对话代理的自适应用户中心记忆框架。AdaMem 将对话历史组织为工作记忆、情景记忆、人格记忆和图谱记忆,使系统能保留近期上下文、结构化长期经验、稳定的用户特征以及关联感知的连接。推理时,AdaMem 先识别目标参与者,再构建仅在必要时结合语义检索与关系感知图扩展的问题条件检索路径,最后通过角色专用流水线完成证据融合与响应生成。我们在 LoCoMo 与 PERSONAMEM 基准上评估了 AdaMem 在长时推理与用户建模方面的表现。实验结果表明,AdaMem 在两个基准上均达到最先进水平。代码将在接受后发布。
原文摘要 · Abstract (English)
Large language model (LLM) agents increasingly rely on external memory to support long-horizon interaction, personalized assistance, and multi-step reasoning. However, existing memory systems still face three core challenges: they often rely too heavily on semantic similarity, which can miss evidence crucial for user-centric understanding; they frequently store related experiences as isolated fragments, weakening temporal and causal coherence; and they typically use static memory granularities that do not adapt well to the requirements of different questions. We propose AdaMem, an adaptive user-centric memory framework for long-horizon dialogue agents. AdaMem organizes dialogue history into working, episodic, persona, and graph memories, enabling the system to preserve recent context, structured long-term experiences, stable user traits, and relation-aware connections within a unified framework. At inference time, AdaMem first resolves the target participant, then builds a question-conditioned retrieval route that combines semantic retrieval with relation-aware graph expansion only when needed, and finally produces the answer through a role-specialized pipeline for evidence synthesis and response generation. We evaluate AdaMem on the LoCoMo and PERSONAMEM benchmarks for long-horizon reasoning and user modeling. Experimental results show that AdaMem achieves state-of-the-art performance on both benchmarks. The code will be released upon acceptance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。