🤖 AI Summary
This study addresses the challenges of rigid memory boundaries, information coupling, and retrieval difficulties in capturing user state evolution within LLM agent personalization. We propose QUMem, a framework that employs semantic continuous segmentation and typological decoupling to enable independent storage of factual, preference-based, and insight memories. Furthermore, it introduces a three-stage multi-agent collaborative planning mechanism that supports dynamic user state reasoning under query conditions to optimize retrieval. Experimental results demonstrate that QUMem achieves state-of-the-art performance on both PersonaMem and KnowU-Bench benchmarks, effectively validating its superiority in long-term personalization tasks.
📝 Abstract
Large language model (LLM) agents increasingly use external memory systems to support personalization by drawing on long and evolving interaction histories, in which user preferences may be distributed across time, change with context, and conflict with earlier evidence. However, existing systems face three limitations: fixed-turn, fixed-token, or session-based boundaries can mix unrelated dialogue or split an event from its causes, decisions, and outcomes; storing multiple pieces of user information from the same interaction as a single memory binds together items that serve different functions and should be independently retrievable; and treating the current task as a single top-$k$ retrieval query can return fragments that are individually relevant but fail to jointly capture preference evolution, temporal validity, and contextual applicability. We introduce \textsc{QUMem}, a structured memory framework for query-conditioned user-state inference. \textsc{QUMem} first segments interaction histories into variable-length episodes according to semantic continuity, then decomposes each episode into independently retrievable factual, preference, and transferable insight memories while preserving temporal positions and source evidence. At inference time, three sequential agents identify task-specific information needs, plan multi-query retrieval over the typed memory stores, and jointly infer a temporally and contextually valid user state for downstream response generation. \textsc{QUMem} achieves state-of-the-art performance on both PersonaMem and KnowU-Bench, demonstrating the effectiveness of query-conditioned user-state inference for long-term personalization.