StructMem: Structured Memory for Long-Horizon Behavior in LLMs

Buqiang Xu, Yijun Chen, Jizhan Fang, Ruobin Zhong, Yunzhi Yao +3 more
4/23/2026
cs.CLcs.AIcs.IR

Abstract

Long-term conversational agents need memory systems that capture relationships between events, not merely isolated facts, to support temporal reasoning and multi-hop question answering. Current approaches face a fundamental trade-off: flat memory is efficient but fails to model relational structure, while graph-based memory enables structured reasoning at the cost of expensive and fragile construction. To address these issues, we propose \textbf{StructMem}, a structure-enriched hierarchical memory framework that preserves event-level bindings and induces cross-event connections. By temporally anchoring dual perspectives and performing periodic semantic consolidation, StructMem improves temporal reasoning and multi-hop performance on \texttt{LoCoMo}, while substantially reducing token usage, API calls, and runtime compared to prior memory systems, see https://github.com/zjunlp/LightMem .

View on arXivView PDF

Code Implementations(1)

zjunlp/LightMemOfficial100%
MIT

[ICLR 2026] LightMem: Lightweight and Efficient Memory-Augmented Generation

81972Shell, PythonJun 11, 20251 months agoMIT
agentai-agentsartificial-intelligencechatbotgenai+12 more

Cite this paper

@article{xu2026structmem,
  title  = {StructMem: Structured Memory for Long-Horizon Behavior in LLMs},
  author = {Buqiang Xu and Yijun Chen and Jizhan Fang and Ruobin Zhong and Yunzhi Yao and Yuqi Zhu and Lun Du and Shumin Deng},
  year   = {2026},
  eprint = {2604.21748},
  archivePrefix = {arXiv},
  url    = {http://arxiv.org/abs/2604.21748v1}
}

Discussion