Boyu Chen
2026
Text2Mem: A Unified Memory Operation Language for Memory Operating System
Leo Wang | Lihai Yang | Boyu Chen | Kerun Xu | Gongyi Zou | Bo Tang | Feiyu Xiong | Siheng Chen | Zhiyu li
Findings of the Association for Computational Linguistics: ACL 2026
Leo Wang | Lihai Yang | Boyu Chen | Kerun Xu | Gongyi Zou | Bo Tang | Feiyu Xiong | Siheng Chen | Zhiyu li
Findings of the Association for Computational Linguistics: ACL 2026
Large language model agents increasingly rely on memory to support long-horizon interaction, yet existing frameworks expose only a small set of low-level primitives and lack a formal, executable specification for memory control. As a result, higher-order operations such as promotion, consolidation, or lifecycle governance are missing or inconsistently implemented, leading to unpredictable behavior across systems. We introduce Text2Mem, a unified memory operation language that standardizes the translation of natural-language instructions into reliable execution. Text2Mem defines a compact and expressive operation set spanning encoding, storage, and retrieval, and represents each instruction as a schema-based contract with explicit fields and semantic invariants. Validated schemas are parsed into typed operation objects and executed through a unified pipeline that supports both a SQL reference backend and real memory frameworks, enabling safe, deterministic, and portable behavior across heterogeneous systems. We further outline the Text2Mem Benchmark, which decouples schema generation from backend execution to systematically evaluate planning accuracy and execution fidelity. Together, Text2Mem and its benchmark establish a standardized foundation for controllable and reproducible memory management in LLM-based agents.