paper-with-me

Papers

NeuSymMS: A Hybrid Neuro-Symbolic Memory System for Persistent, Self-Curating LLM Agents

2026-05-17 · Mujahid Sultan, Sri Thuraisamy, Daya Rajaratnam arxiv

We present NeuSymMS, an adaptive memory system that enables large language model (LLM) agents to learn, remember, and reason about users across sessions via a hybrid neuro-symbolic architecture. NeuSymMS couples neural fact extraction from unstructured dialogue using LLMs and a CLIPS-based expert system that classifies, deduplicates, and reconciles facts under explicit lifecycle rules. The system represents knowledge as subject-relation-value triples stored in relational database management system. It supports user/agents/agent-to-agent scoping, and implements a dual-horizon (short-term and long-term) memory model. IT leverages access-based promotion and time-based pruning of the memory on both horizpons. NeuSymMS maintains continuity of memory while avoiding context-window bloat and cross-entity contamination. We argue that this architecture offers a practical path to trustworthy, auditable memory for production agentic systems and discuss its novelty relative to log retrieval, summarization, and key-value approaches.

📄 PDF Abstract BibTeX arXiv:2605.17596

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Advancing Multimodal Agent Reasoning with Long-Term Neuro-Symbolic Memory

2026-03-16 · Rongjie Jiang, Jianwei Wang, Gengda Zhao, Chengyang Luo 외 arxiv

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 …

Multimodal ReasoningDecision Making

Bayesian-Symbolic Integration for Uncertainty-Aware Parking Prediction

2026-03-28 · Alireza Nezhadettehad, Arkady Zaslavsky, Abdur Rakib, Seng W. Loke arxiv

Accurate parking availability prediction is critical for intelligent transportation systems, but real-world deployments often face data sparsity, noise, and unpredictable changes. Addressing these challenges requires mod…

Modular Design Patterns for Hybrid Learning and Reasoning Systems: a taxonomy, patterns and use cases

2021-02-23 · Michael van Bekkum, Maaike de Boer, Frank van Harmelen, André Meyer-Vitali 외

The unification of statistical (data-driven) and symbolic (knowledge-driven) methods is widely recognised as one of the key challenges of modern AI. Recent years have seen large number of publications on such hybrid neur…

Compositional Generalization Across Distributional Shifts with Sparse Tree Operations

2024-12-18 · Paul Soulos, Henry Conklin, Mattia Opper, Paul Smolensky 외

Neural networks continue to struggle with compositional generalization, and this issue is exacerbated by a lack of massive pre-training. One successful approach for developing neural systems which exhibit human-like comp…

Neuro-Symbolic Meta-Policies for Temporal Knowledge-Graph Memory under Partial Observability

2026-07-20 · Taewoon Kim, Vincent François-Lavet, Michael Cochez arxiv

Partially observable reinforcement learning requires deciding what to retain, retrieve, and forget over time. We introduce a neuro-symbolic meta-policy that learns which symbolic memory heuristic to apply at each decisio…

Reinforcement LearningQuestion Answering