paper-with-me

Papers

StructMem: Structured Memory for Long-Horizon Behavior in LLMs

2026-04-23 · Buqiang Xu, Yijun Chen, Jizhan Fang, Ruobin Zhong, Yunzhi Yao, Yuqi Zhu, Lun Du, Shumin Deng arxiv

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 .

📄 PDF Abstract BibTeX arXiv:2604.21748

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question Answering

Similar Papers 제목 키워드 기반

Can LLM Agents Sustain Long-Horizon Organizational Dynamics?

2026-05-31 · Xuancheng Zhu, Yang Yue, Shuaibing Wan, Zihan Dou 외 arxiv

Large language agents are increasingly used for social simulation, yet it remains unclear whether they can sustain coherent behavior in structured organizations, where goals must propagate through hierarchy, tasks depend…

STRUCTUREDAGENT: Planning with AND/OR Trees for Long-Horizon Web Tasks

2026-03-05 · ELita Lobo, Xu Chen, Jingjing Meng, Nan Xi 외 arxiv

Recent advances in large language models (LLMs) have enabled agentic systems for sequential decision-making. Such agents must perceive their environment, reason across multiple time steps, and take actions that optimize …

Recursive Experiential-Working Memory Evolution for Long-Horizon Agent Harnesses

2026-08-25 · Zhaochen Yu, Yingcheng Wu, Zhenfei Yin, Kaiyuan Chen 외 hf

Recursive self-improvement (RSI) remains hard in long-horizon tasks, where growing histories obscure the task state and misalign skill invocation. We introduce Recuris, a recursive Experiential-Working Memory architectur…

BMAM: Brain-inspired Multi-Agent Memory Framework

2026-01-28 · Yang Li, Jiaxiang Liu, Yusong Wang, Yujie Wu 외 arxiv

Language-model-based agents operating over extended interaction horizons face persistent challenges in preserving temporally grounded information and maintaining behavioral consistency across sessions, a failure mode we …

Evaluating Memory Structure in LLM Agents

2026-02-11 · Alina Shutova, Alexandra Olenina, Ivan Vinogradov, Anton Sinitsin arxiv

Modern LLM-based agents and chat assistants rely on long-term memory frameworks to store reusable knowledge, recall user preferences, and augment reasoning. As researchers create more complex memory architectures, it bec…