paper-with-me

홈 › Papers

REAL: A Reasoning-Enhanced Graph Framework for Long-Term Memory Management of LLMs

2026-06-09 · Keer Lu, Liwei Chen, Guoqing Jiang, Zhiheng Qin, Yunhuai Liu, Wentao Zhang arxiv

Large Language Models (LLMs) are increasingly expected to interact with users over long time horizons. However, due to their finite context window, LLMs cannot retain all past interactions, making long-term memory management essential for storing, updating, and retrieving historical information beyond the context limit. Although recent memory systems attempt to address this issue by storing historical information externally, existing approaches suffer from three key limitations: flat text-based memory organizations fail to capture explicit relations among memories, structured memory systems often destructively overwrite evolving facts, and current retrieval mechanisms remain query-agnostic and passive when evidence is incomplete. REAL constructs long-term conversational memory as a temporal and confidence-aware directed property graph, where each atomic fact is represented with entities, relations, valid-time intervals, confidence scores, and exploration intent labels. During memory construction, REAL adopts a non-destructive temporal update strategy that preserves parallel fact versions and their validity intervals, enabling faithful tracking of fact evolution. During retrieval, REAL anchors query-relevant root entities, decouples their exploration intents, and performs semantic evaluator-guided hybrid beam search to extract compact memory subgraphs. It further incorporates counterfactual inference to repair unreliable retrieval states and recover missing memory evidence through implicit logical relations. Comprehensive experiments demonstrate that REAL substantially improves long-term memory performance over flat-text, graph-based, and existing memory baselines, achieving an average improvement of 22.72\%.

📄 PDF Abstract BibTeX arXiv:2606.10694

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NPG-Muse: Scaling Long Chain-of-Thought Reasoning with NP-Hard Graph Problems

2025-08-28 · Yuyao Wang, Bowen Liu, Jianheng Tang, Nuo Chen 외 arxiv

Reasoning Large Language Models (RLLMs) have recently achieved remarkable progress on complex reasoning tasks, largely enabled by their long chain-of-thought (Long CoT) capabilities. However, developing these Long CoT be…

Reinforcement Learning

Graph-based Multi-hop Reasoning for Long Text Generation

2020-09-28 · Liang Zhao, Jingjing Xu, Junyang Lin, Yichang Zhang 외

Long text generation is an important but challenging task.The main problem lies in learning sentence-level semantic dependencies which traditional generative models often suffer from. To address this problem, we propose …

Review GenerationSentenceStory GenerationText Generation

KnowledgeNavigator: Leveraging Large Language Models for Enhanced Reasoning over Knowledge Graph

2023-12-26 · Tiezheng Guo, Qingwen Yang, Chen Wang, Yanyi Liu 외

Large language model (LLM) has achieved outstanding performance on various downstream tasks with its powerful natural language understanding and zero-shot capability, but LLM still suffers from knowledge limitation. Espe…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+2

Query-Enhanced Adaptive Semantic Path Reasoning for Inductive Knowledge Graph Completion

2024-06-04 · Kai Sun, Jiapu Wang, Huajie Jiang, Yongli Hu 외

Conventional Knowledge graph completion (KGC) methods aim to infer missing information in incomplete Knowledge Graphs (KGs) by leveraging existing information, which struggle to perform effectively in scenarios involving…

Inductive knowledge graph completionKnowledge Graph CompletionKnowledge Graphs

RAVU: Retrieval Augmented Video Understanding with Compositional Reasoning over Graph

2025-05-06 · Sameer Malik, Moyuru Yamada, Ayush Singh, Dishank Aggarwal

Comprehending long videos remains a significant challenge for Large Multi-modal Models (LMMs). Current LMMs struggle to process even minutes to hours videos due to their lack of explicit memory and retrieval mechanisms. …

EgoSchemaRetrievalVideo Understanding