Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

LEGO-GraphRAG: Modularizing Graph-based Retrieval-Augmented Generation for Design Space Exploration

Created by
  • Haebom

Author

Yukun Cao, Zengyi Gao, Zhiyang Li, Xike Xie, S. Kevin Zhou, Jianliang Xu

Outline

GraphRAG is a technology that integrates knowledge graphs and large-scale language models (LLMs) to improve inference accuracy and contextual relevance. However, it lacks a modular workflow analysis, a systematic solution framework, and insightful empirical research. LEGO-GraphRAG is a modular framework proposed to overcome these limitations. It enables fine-grained decomposition of GraphRAG workflows, systematic classification of existing techniques and implemented GraphRAG instances, and creation of new GraphRAG instances. Through comprehensive empirical studies on large-scale real-world graphs and diverse query sets, it analyzes the tradeoffs between inference quality, execution efficiency, and token or GPU costs, providing insights necessary for building advanced GraphRAG systems.

Takeaways, Limitations

Takeaways:
Providing a systematic framework for modular design and implementation of GraphRAG.
Systematic classification of existing GraphRAG technologies and support for creating new instances.
We present comprehensive empirical results using large-scale real-world graphs and diverse query sets.
Provides insight into the balance between inference quality, execution efficiency, and resource usage.
Laying the foundation for building an advanced GraphRAG system
Limitations:
The performance and scalability of the LEGO-GraphRAG framework itself needs to be evaluated.
Need to verify generalizability across various types of knowledge graphs and LLMs
Further research is needed on its utility and applicability in real-world applications.
👍