Inside Out: Evolving User-Centric Core Memory Trees for Long-Term Personalized Dialogue Systems
Jihao Zhao, Ding Chen, Zhaoxin Fan, Kerun Xu, Mengting Hu, Bo Tang, Feiyu Xiong, Zhiyu li
TL;DR
The paper addresses the challenge of maintaining coherent long-term personalization under unbounded interaction streams and finite context by introducing PersonaTree, a structured memory carrier built on a biopsychosocial schema. A lightweight MemListener learns to convert unstructured dialogue into executable memory operations (ADD, UPDATE, DELETE, NO_OP) to evolve the PersonaTree via process-based reinforcement learning, enabling memory compression and interpretability. At inference, PersonaTree guides fast generation, with an agentic recall mode for on-demand, retrieval-augmented detail when needed. Experiments on PersonaMem show that PersonaTree-based methods outperform full-context and other memory systems across multiple response models, and a small MemListener achieves competitive memory-operation performance against larger reasoning models. The work advances scalable, interpretable long-term personalization for dialogue systems by combining structured memory, learnable editing, and adaptive generation strategies.
Abstract
Existing long-term personalized dialogue systems struggle to reconcile unbounded interaction streams with finite context constraints, often succumbing to memory noise accumulation, reasoning degradation, and persona inconsistency. To address these challenges, this paper proposes Inside Out, a framework that utilizes a globally maintained PersonaTree as the carrier of long-term user profiling. By constraining the trunk with an initial schema and updating the branches and leaves, PersonaTree enables controllable growth, achieving memory compression while preserving consistency. Moreover, we train a lightweight MemListener via reinforcement learning with process-based rewards to produce structured, executable, and interpretable {ADD, UPDATE, DELETE, NO_OP} operations, thereby supporting the dynamic evolution of the personalized tree. During response generation, PersonaTree is directly leveraged to enhance outputs in latency-sensitive scenarios; when users require more details, the agentic mode is triggered to introduce details on-demand under the constraints of the PersonaTree. Experiments show that PersonaTree outperforms full-text concatenation and various personalized memory systems in suppressing contextual noise and maintaining persona consistency. Notably, the small MemListener model achieves memory-operation decision performance comparable to, or even surpassing, powerful reasoning models such as DeepSeek-R1-0528 and Gemini-3-Pro.
