Preprint
Large Language Models

Medical graph rag: Evidence-based medical large language model via graph retrieval-augmented generation

January 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

We introduce MedGraphRAG, a novel graph-based Retrieval-Augmented Generation (RAG) framework designed to enhance LLMs in generating evidence-based medical responses, …

Analysis

Why This Paper Matters

Large language models (LLMs) show promise in healthcare but suffer from hallucination and lack of verifiable evidence. Standard retrieval-augmented generation (RAG) methods retrieve flat text chunks, which often miss structured medical relationships. MedGraphRAG addresses this by leveraging graph-based retrieval, aligning with how medical knowledge is organized in ontologies and clinical guidelines. This is critical for building clinician-trustworthy AI systems.

Technical Contributions

  • Graph construction: Builds a medical knowledge graph from PubMed abstracts, clinical guidelines, and drug databases.
  • Graph retrieval: Uses subgraph sampling to retrieve contextually relevant entities and relations instead of flat text.
  • Evidence integration: Retrieved graph structures are serialized into prompts, enabling the LLM to reason over explicit relationships.
  • Evaluation framework: Benchmarks on medical QA datasets with metrics for factual accuracy and evidence citation.

Results

MedGraphRAG outperforms standard RAG baselines (e.g., BM25, DPR) by 8-12% on medical QA accuracy and achieves higher evidence recall. Human evaluation shows clinicians prefer MedGraphRAG outputs for clarity and verifiability. Ablation studies confirm that graph structure contributes more to performance than simple entity linking.

Significance

This work bridges structured knowledge representation and LLM generation, a key step toward reliable AI in high-stakes domains like medicine. It provides a blueprint for domain-specific RAG systems that prioritize evidence and traceability, potentially influencing regulatory standards for clinical AI tools.