Scholay

学术搜索 · AI 审稿 · LaTeX 协作

LightRAG: Simple and Fast Retrieval-Augmented Generation

作者:Zirui Guo, Lianghao Xia, Yanhua Yu, Tu Ao, Chao Huang · 年份:2025 · DOI:10.18653/v1/2025.findings-emnlp.568 · 被引用次数:149 · 研究领域:Image Enhancement Techniques、Advanced Image and Video Retrieval Techniques、Computer Graphics and Visualization Techniques

Retrieval-Augmented Generation (RAG) systems enhance large language models (LLMs) by integrating external knowledge sources, enabling more accurate and contextually relevant responses tailored to user needs.However, existing RAG systems have significant limitations, including reliance on flat data representations and inadequate contextual awareness, which can lead to fragmented answers that fail to capture complex interdependencies.To address these challenges, we propose Ligh-tRAG, a novel framework that incorporates graph structures into text indexing and retrieval processes.This innovative approach employs a dual-level retrieval system that enhances comprehensive information retrieval from both lowand high-level knowledge discovery.Additionally, the integration of graph structures with vector representations facilitates efficient retrieval of related entities and their relationships, significantly improving response times while maintaining contextual relevance.This capability is further enhanced by an incremental update algorithm that ensures the timely integration of new data, allowing the system to remain effective and responsive in rapidly changing data environments.Extensive experimental validation demonstrates considerable improvements in retrieval accuracy and efficiency compared to existing approaches.