Unlocking Electronic Health Records: A Hybrid Graph RAG Approach to Safe Clinical AI for Patient QA
Samuel Thio, Matthew Lewis, Spiros Denaxas, Richard JB Dobson

TL;DR
This paper introduces MediGRAF, a hybrid graph retrieval framework that combines structured and unstructured data querying to improve clinical AI safety and accuracy in patient information retrieval.
Contribution
MediGRAF is the first system to integrate Neo4j Text2Cypher with vector embeddings for comprehensive clinical data retrieval, enhancing safety and effectiveness.
Findings
Achieved 100% recall for factual queries.
Attained a mean expert quality score of 4.25/5 on complex inference tasks.
Demonstrated zero safety violations in clinical question answering.
Abstract
Electronic health record (EHR) systems present clinicians with vast repositories of clinical information, creating a significant cognitive burden where critical details are easily overlooked. While Large Language Models (LLMs) offer transformative potential for data processing, they face significant limitations in clinical settings, particularly regarding context grounding and hallucinations. Current solutions typically isolate retrieval methods focusing either on structured data (SQL/Cypher) or unstructured semantic search but fail to integrate both simultaneously. This work presents MediGRAF (Medical Graph Retrieval Augmented Framework), a novel hybrid Graph RAG system that bridges this gap. By uniquely combining Neo4j Text2Cypher capabilities for structured relationship traversal with vector embeddings for unstructured narrative retrieval, MediGRAF enables natural language querying…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Topic Modeling · Advanced Graph Neural Networks
