paper-with-me

Papers

To Know is to Construct: Schema-Constrained Generation for Agent Memory

2026-04-22 · Lei Zheng, Weinan Song, Daili Li, Yanming Yang arxiv

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 schematic structures. To realize this, we propose SCG-MEM, a schema-constrained generative memory architecture. SCG-MEM reformulates memory access as Schema-Constrained Generation. By maintaining a dynamic Cognitive Schema, we strictly constrain LLM decoding to generate only valid memory entry keys, providing a formal guarantee against structural hallucinations. To support long-term adaptation, we model memory updates via assimilation (grounding inputs into existing schemas) and accommodation (expanding schemas with novel concepts). Furthermore, we construct an Associative Graph to enable multi-hop reasoning through activation propagation. Experiments on the LoCoMo benchmark show that SCG-MEM substantially improves performance across all categories over retrieval-based baselines.

📄 PDF Abstract BibTeX arXiv:2604.20117

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SAGA: Schema-Aware Grounding for Agentic Text-to-SPARQL Generation

2026-07-16 · Yiming Zhang, Koji Tsuda arxiv

Complex knowledge base question answering (KBQA) is commonly approached through either information retrieval over a question-specific subgraph or semantic parsing into an executable logical form. We study the latter para…

Knowledge Base Question AnsweringInformation RetrievalSemantic Parsing

Clinical Knowledge Graph Construction and Evaluation with Multi-LLMs via Retrieval-Augmented Generation

2026-01-05 · Udiptaman Das, Krishnasai B. Atmakuri, Duy Ho, Chi Lee 외 arxiv

Large language models (LLMs) offer new opportunities for constructing knowledge graphs (KGs) from unstructured clinical narratives. However, existing approaches often rely on structured inputs and lack robust validation …

Relation ExtractionClinical KnowledgeKnowledge Graphs

ScrapeGraphAI-100k: Dataset for Schema-Constrained LLM Generation

2026-02-16 · William Brach, Francesco Zuppichini, Marco Vinciguerra, Lorenzo Padoan arxiv

Producing output that conforms to a specified JSON schema underlies tool use, structured extraction, and knowledge base construction in modern large language models. Despite this centrality, public datasets for the task …

Schema Key Wording as an Instruction Channel in Structured Generation under Constrained Decoding

2026-04-16 · Yifan Le arxiv

Constrained decoding is widely used to make large language models produce structured outputs that satisfy schemas such as JSON. Existing work mainly treats schemas as structural constraints, overlooking that schema-key t…

Mathematical Reasoning

PCBnet: A Dataset and Automatic Construction of SPICE Netlists from Schematic Images

2026-08-28 · Zhen Huang, Yuhao Gao, Yuzhi Liu, Daian Cheng 외 arxiv

Printed circuit boards (PCBs) are fundamental to modern electronic systems, yet AI-driven PCB design automation remains constrained by the lack of large-scale paired schematic-netlist datasets. PCB schematics are particu…