Academic

AdaMem: Adaptive User-Centric Memory for Long-Horizon Dialogue Agents

arXiv:2603.16496v1 Announce Type: new Abstract: 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 t

arXiv:2603.16496v1 Announce Type: new Abstract: 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.

Executive Summary

The article proposes AdaMem, an adaptive user-centric memory framework for long-horizon dialogue agents, addressing challenges in existing memory systems. AdaMem organizes dialogue history into four types of memories and uses a question-conditioned retrieval route to produce answers. Experimental results show state-of-the-art performance on LoCoMo and PERSONAMEM benchmarks. The framework improves user-centric understanding, temporal and causal coherence, and adaptability to different questions. AdaMem's unified approach enables the system to preserve context, experiences, user traits, and relation-aware connections, making it a significant contribution to the field of dialogue agents.

Key Points

  • AdaMem addresses limitations in existing memory systems for dialogue agents
  • The framework organizes dialogue history into working, episodic, persona, and graph memories
  • AdaMem uses a question-conditioned retrieval route for answer generation

Merits

Improved User-Centric Understanding

AdaMem's approach enables better preservation of recent context, structured long-term experiences, and stable user traits, leading to improved user-centric understanding

Demerits

Complexity of Implementation

The proposed framework may be complex to implement, requiring significant computational resources and expertise in dialogue agent development

Expert Commentary

The proposed AdaMem framework represents a significant advancement in the development of dialogue agents, addressing long-standing challenges in user-centric understanding and memory management. The use of a unified framework and question-conditioned retrieval route enables improved performance and adaptability. However, further research is needed to address potential limitations and concerns, such as complexity of implementation and explainability. The release of the code upon acceptance will facilitate further development and evaluation of the framework, and its potential applications in real-world scenarios are substantial.

Recommendations

  • Further evaluation of AdaMem's performance in diverse real-world scenarios
  • Investigation into the potential applications and limitations of adaptive memory frameworks in dialogue agent development

Sources