用知识图谱增强大模型,让专业领域问答更准确高效
A Survey of Graph Retrieval-Augmented Generation for Customized Large Language Models
- 用图结构表示知识,显式表达实体间关系和层级
- 支持多跳推理,能从分散来源整合复杂专业知识
- 适合医疗、金融等需要深度领域知识的场景
大语言模型在众多任务中表现出色,但在专业领域的应用仍受限于对深度专业知识的需求。检索增强生成(RAG)通过集成外部知识库,实现推理时实时访问领域专长,成为定制化大模型的可行方案。然而,传统基于扁平文本的RAG系统面临三大挑战:专业语境下复杂查询理解难、跨分布式来源的知识融合困难、大规模下的系统效率瓶颈。本综述系统分析了基于图的检索增强生成(GraphRAG)新范式,其通过三项关键创新突破传统限制:(i) 图结构知识表示,显式捕捉实体关系与领域层级;(ii) 高效图检索技术,支持上下文保持和多跳推理;(iii) 结构感知知识融合算法,提升生成内容的准确性与逻辑一致性。本文系统梳理GraphRAG的技术基础,考察其在多个专业领域的实现,识别关键挑战与未来方向。相关资源(论文、开源数据、项目)已整理至 https://github.com/DEEP-PolyU/Awesome-GraphRAG。
原文摘要 · Abstract (English)
Large language models (LLMs) have demonstrated remarkable capabilities in a wide range of tasks, yet their application to specialized domains remains challenging due to the need for deep expertise. Retrieval-Augmented generation (RAG) has emerged as a promising solution to customize LLMs for professional fields by seamlessly integrating external knowledge bases, enabling real-time access to domain-specific expertise during inference. Despite its potential, traditional RAG systems, based on flat text retrieval, face three critical challenges: (i) complex query understanding in professional contexts, (ii) difficulties in knowledge integration across distributed sources, and (iii) system efficiency bottlenecks at scale. This survey presents a systematic analysis of Graph-based Retrieval-Augmented Generation (GraphRAG), a new paradigm that revolutionizes domain-specific LLM applications. GraphRAG addresses traditional RAG limitations through three key innovations: (i) graph-structured knowledge representation that explicitly captures entity relationships and domain hierarchies, (ii) efficient graph-based retrieval techniques that enable context-preserving knowledge retrieval with multihop reasoning ability, and (iii) structure-aware knowledge integration algorithms that leverage retrieved knowledge for accurate and logical coherent generation of LLMs. In this survey, we systematically analyze the technical foundations of GraphRAG and examine current implementations across various professional domains, identifying key technical challenges and promising research directions. All the related resources of GraphRAG, including research papers, open-source data, and projects, are collected for the community in https://github.com/DEEP-PolyU/Awesome-GraphRAG.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。