Search papers, labs, and topics across Lattice.
This paper introduces DCPM, a dual-process cognitive memory system designed for self-evolving LLM agents, which reorganizes memory along a cognitive capability hierarchy. By separating the processes of belief revision and schema induction, DCPM enhances implicit personalization and cross-domain reasoning, outperforming traditional memory systems on benchmarks that reward complex inference. The results show significant improvements in implicit cross-session inference, with a notable increase of up to +5.20 on the PersonaMem-v2 benchmark, validating the architectural predictions of the dual-process framework.
DCPM reveals that separating memory processes can boost LLM agents' ability to infer user intentions and beliefs across sessions, leading to a dramatic increase in personalization accuracy.
Long-term memory for an LLM agent is more than retrieving the right passage at the right time. Current memory systems collapse belief revision, causal coupling, and cross-domain abstraction into a single retrieval surface tuned for surface recall, and consequently struggle on implicit personalisation that requires reasoning over how a user has evolved. We propose DCPM, which reorganises agent memory along a cognitive capability hierarchy ascending from raw inputs and atomic facts, through diachronic belief trajectories and identity, to domain schemas, latent intentions and cross-domain patterns. The hierarchy is driven by two processes inheriting the architectural split of dual-process theory: a synchronous daytime writer (System1) that records belief revisions as doubly linked supersedes chains, and an asynchronous nighttime engine (System2) that induces schemas and intentions and sweeps for cross-domain collisions abstracted into higher-level core schemas. On LongMemEval, PersonaMem and PersonaMem-v2, enabling System2 contributes most where the benchmark rewards implicit cross-session inference (up to +5.20 on PersonaMem-v2) and least on span recall, matching the architectural prediction.