arXiv 2502.11371
RAG vs. GraphRAG: A Systematic Evaluation and Key Insights
By Haoyu Han, Li Ma, et al.
Published 2025-02-17
Wiki summary
Explore the paper's summary, context, and related research on Papiers.
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…