A Simple Yet Strong Baseline for Long-Term Conversational Memory of LLM Agents
Sizhe Zhou, Jiawei Han

TL;DR
This paper introduces an event-centric memory approach for LLM conversational agents that preserves detailed history in a structured, accessible form, improving long-term coherence over traditional methods.
Contribution
It proposes a novel event-based memory representation and retrieval method that enhances long-term conversational coherence without lossy compression.
Findings
Event-centric memory matches or surpasses strong baselines.
Operates effectively with shorter QA contexts.
Supports long-horizon conversational coherence.
Abstract
LLM-based conversational agents still struggle to maintain coherent, personalized interaction over many sessions: fixed context windows limit how much history can be kept in view, and most external memory approaches trade off between coarse retrieval over large chunks and fine-grained but fragmented views of the dialogue. Motivated by neo-Davidsonian event semantics, we propose an event-centric alternative that represents conversational history as short, event-like propositions which bundle together participants, temporal cues, and minimal local context, rather than as independent relation triples or opaque summaries. In contrast to work that aggressively compresses or forgets past content, our design aims to preserve information in a non-compressive form and make it more accessible, rather than more lossy. Concretely, we instruct an LLM to decompose each session into enriched…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · AI in Service Interactions
