To Know is to Construct: Schema-Constrained Generation for Agent Memory
Lei Zheng, Weinan Song, Daili Li, and Yanming Yang

TL;DR
This paper introduces SCG-MEM, a schema-constrained generative memory system for LLMs that improves long-term memory recall by enforcing schema-based constraints, reducing hallucinations, and enabling multi-hop reasoning.
Contribution
It proposes a novel schema-constrained generative approach for agent memory, integrating dynamic schemas and associative graphs to enhance recall accuracy and reasoning capabilities.
Findings
SCG-MEM outperforms retrieval-based baselines on the LoCoMo benchmark.
The schema constraint reduces structural hallucinations during memory access.
Multi-hop reasoning is facilitated through an associative graph structure.
Abstract
Constructivist epistemology argues that knowledge is actively constructed rather than passively copied. Despite the generative nature of Large Language Models (LLMs), most existing agent memory systems are still based on dense retrieval. However, dense retrieval heavily relies on semantic overlap or entity matching within sentences. Consequently, embeddings often fail to distinguish instances that are semantically similar but contextually distinct, introducing substantial noise by retrieving context-mismatched entries. Conversely, directly employing open-ended generation for memory access risks "Structural Hallucination" where the model generates memory keys that do not exist in the memory, leading to lookup failures. Inspired by this epistemology, we posit that memory is fundamentally organized by cognitive schemas, and valid recall must be a generative process performed within these…
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.
