arXiv 2502.11371
RAG vs. GraphRAG: A Systematic Evaluation and Key Insights
By Haoyu Han, Li Ma, et al.
Published 2025-02-17
Citation lineage
Review the prior work and downstream research connected to this paper.
Retrieval-Augmented Generation (RAG) enhances the performance of LLMs across various tasks by retrieving relevant information from external sources, particularly on text-based data. For structured data, such as knowledge graphs, GraphRAG has been widely used to retrieve relevant information. However, recent studies have revealed that structuring implicit knowledge from text into graphs can benefit certain tasks, ext…