paper-with-me

홈 › Papers

Mnemis: Dual-Route Retrieval on Hierarchical Graphs for Long-Term LLM Memory

2026-02-17 · Zihao Tang, Xin Yu, Ziyu Xiao, Zengxuan Wen, Zelin Li, Jiaxi Zhou, Hualei Wang, Haohua Wang, Haizhen Huang, Weiwei Deng, Feng Sun, Qi Zhang arxiv

AI Memory, specifically how models organizes and retrieves historical messages, becomes increasingly valuable to Large Language Models (LLMs), yet existing methods (RAG and Graph-RAG) primarily retrieve memory through similarity-based mechanisms. While efficient, such System-1-style retrieval struggles with scenarios that require global reasoning or comprehensive coverage of all relevant information. In this work, We propose Mnemis, a novel memory framework that integrates System-1 similarity search with a complementary System-2 mechanism, termed Global Selection. Mnemis organizes memory into a base graph for similarity retrieval and a hierarchical graph that enables top-down, deliberate traversal over semantic hierarchies. By combining the complementary strength from both retrieval routes, Mnemis retrieves memory items that are both semantically and structurally relevant. Mnemis achieves state-of-the-art performance across all compared methods on long-term memory benchmarks, scoring 93.9 on LoCoMo and 91.6 on LongMemEval-S using GPT-4.1-mini.

📄 PDF Abstract BibTeX arXiv:2602.15313

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VDGR-RAG: Vectors, Directories, Graphs, and Reflection Are All You Need for Unified Reasoning over Hierarchical Enterprise Knowledge

2026-08-08 · Wenqi Chen, Haofei Yang, Rui Yang, Fangming Li arxiv

Retrieval-Augmented Generation (RAG) is essential for enterprise knowledge question answering (QA), particularly in domains with complex product documentation like telecommunications. However, existing RAG approaches lar…

Question Answering

MoG: Mixture of Experts for Graph-based Retrieval-Augmented Generation

2026-05-29 · Zheng Yuan, Chuang Zhou, Linhao Luo, Siyu An 외 arxiv

Retrieval-augmented generation is intensively studied to ground large language models on external evidence. However, retrieving from a unified knowledge base could inevitably introduce irrelevant information that may mis…

ProvMind: Provenance-grounded reasoning for materials synthesis

2026-05-27 · Yiming Zhang, Ryo Tamura, Koji Tsuda arxiv

Materials process optimization requires reasoning over routes, conditions, tools and causal dependencies, yet most computational formulations flatten synthesis procedures into text or ordered steps. We introduce MatProcB…

Decision Making

Dual-Route Top-K Retrieval with 1v1 VLM Reranking for the CoVR-R

2026-05-31 · Yuyang Sun, Yongliang Wu, Xingyu Zhu, Yuxia Chen 외 arxiv

We describe \emph{Dual-Route Top-K Retrieval with 1v1 VLM Reranking} for the CoVR-R challenge. The method treats composed video retrieval as two coupled problems: finding a sufficiently complete top-k candidate set, and …

Video Retrieval

Hierarchical Prompt Learning for Image- and Text-Based Person Re-Identification

2025-11-17 · Linhan Zhou, Shuang Li, Neng Dong, Yonghang Tai 외 arxiv

Person re-identification (ReID) aims to retrieve target pedestrian images given either visual queries (image-to-image, I2I) or textual descriptions (text-to-image, T2I). Although both tasks share a common retrieval objec…

Person Re-Identification