Table of Content
HippoRAG 2 released, GraphRAG abdicates~

Updated on:July-14th-2025
Recommendation
HippoRAG 2 leads to a new breakthrough in RAG systems, taking simulation of human long-term memory a step further.
Core content:
1. The innovation of the HippoRAG 2 framework and its improvement over existing RAG systems
2. Evaluation and performance of HippoRAG 2 in key dimensions
3. Comparison of HippoRAG 2 with baseline methods and details of performance improvement
Yang Fangxian
Founder of 53AI/Most Valuable Expert of Tencent Cloud (TVP)
Offline indexing:
We use LLM to extract triples from paragraphs and integrate them into an open knowledge graph (KG). Detect synonyms through embedding model and add synonym edges in KG. Combine the original paragraph with the KG to form an open KG containing concepts and contextual information.
Use embedding models to link queries with triples and paragraphs in the KG and determine seed nodes for graph search. The retrieved triples are filtered through LLM to keep the relevant triples. A personalized PageRank algorithm is applied for context-aware retrieval, ultimately providing the most relevant paragraphs for downstream question-answering tasks.
https://github.com/OSU-NLP-Group/HippoRAG From RAG to Memory: Non-Parametric Continual Learning for Large Language Modelshttps://arxiv.org/pdf/2502.14802