菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - Advancing Multimodal Agent Reasoning with Long-Term Neuro-Symbolic Memory

Recent advances in large language models have driven the emergence of intelligent agents operating in open-world, multimodal environments. To support long-term reasoning, such agents are typically equipped with external memory systems. However, most existing multimodal agent memories rely primarily on neural representations and vector-based retrieval, which are well-suited for inductive, intuitive reasoning but fundamentally limited in supporting analytical, deductive reasoning critical for real-world decision making. To address this limitation, we propose NS-Mem, a long-term neuro-symbolic memory framework designed to advance multimodal agent reasoning by integrating neural memory with explicit symbolic structures and rules. Specifically, NS-Mem is operated around three core components of a memory system: (1) a three-layer memory architecture that consists episodic layer, semantic layer and logic rule layer, (2) a memory construction and maintenance mechanism implemented by SK-Gen that automatically consolidates structured knowledge from accumulated multimodal experiences and incrementally updates both neural representations and symbolic rules, and (3) a hybrid memory retrieval mechanism that combines similarity-based search with deterministic symbolic query functions to support structured reasoning. Experiments on real-world multimodal reasoning benchmarks demonstrate that Neural-Symbolic Memory achieves an average 4.35% improvement in overall reasoning accuracy over pure neural memory systems, with gains of up to 12.5% on constrained reasoning queries, validating the effectiveness of NS-Mem.

顶级标签: agents multi-modal systems
详细标签: neuro-symbolic memory multimodal reasoning long-term memory knowledge consolidation hybrid retrieval 或 搜索:

利用长期神经符号记忆推进多模态智能体推理 / Advancing Multimodal Agent Reasoning with Long-Term Neuro-Symbolic Memory


1️⃣ 一句话总结

这篇论文提出了一个名为NS-Mem的新型长期记忆框架,它通过将神经网络与符号规则相结合,有效提升了多模态智能体在复杂任务中的逻辑推理能力,相比纯神经记忆系统取得了显著的性能提升。

源自 arXiv: 2603.15280