菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-23
📄 Abstract - StructMem: Structured Memory for Long-Horizon Behavior in LLMs

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 this https URL .

顶级标签: llm agents
详细标签: memory systems temporal reasoning multi-hop question answering hierarchical memory long-term agents 或 搜索:

StructMem:面向大语言模型长期行为的结构化记忆框架 / StructMem: Structured Memory for Long-Horizon Behavior in LLMs


1️⃣ 一句话总结

该论文提出了StructMem,一种让大语言模型在长期对话中更高效地记忆和推理事件之间关系的方法,它通过构建分层的结构化记忆,既能像图表一样理解事件逻辑,又避免了传统方案的资源消耗,从而在更少的计算成本下显著提升了处理时间复杂事件和多步问题的能力。

源自 arXiv: 2604.21748