Medical AI Research
A Knowledge-Graph Grounded
Medical RAG System
From unstructured text to clinically meaningful, graph-grounded answers. Building interpretable, auditable medical QA.
Presented By
Ashwin • Aviral • Dally
Institution
Newton School of Technology
Problem Statement
MedGraph RAG // 02
Medical literature and clinical records contain vast amounts of valuable information, but relying on traditional LLMs and unstructured retrieval creates critical safety and accuracy gaps.
Simple vector retrieval fails to connect disparate facts scattered across different documents.
Inconsistent terminology breaks retrieval consistency without a unified knowledge schema.
Standard LLMs generate plausible but unverified answers. Medical decisions require traceable evidence.
Solution Overview
MedGraph RAG // 03
Our solution integrates Named Entity Recognition (NER) with Knowledge Graphs to structure medical facts before retrieval, enabling precise, auditable answers grounded in explicit relationships.
Unstructured clinical notes
spaCy + BERT + Gemini
Structured Triplets
Traverse graph relations
LLM generates response
Named Entity Recognition
MedGraph RAG // 04
Pharmaceutical names
Examples: Remdesivir, Ibuprofen, Aspirin
Bacteria, viruses
Examples: SARS-CoV-2, E. coli, Streptococcus
Diseases, disorders
Examples: COVID-19, Pneumonia, Diabetes
Hybrid approach: automated NER combined with Gemini API for high-quality relationship extraction.
Knowledge Graph Construction
MedGraph RAG // 05
KG-RAG Architecture
MedGraph RAG // 06
Results & Future Directions
MedGraph RAG // 07
75.5% F1 score for medical entity extraction with 83.3% precision, successfully identifying MEDICINE, MEDICAL_CONDITION, and PATHOGEN entities.
Comprehensive medical KG with TREATS and CAUSES relationships, enabling structured querying and multi-hop reasoning.
Chain of Exploration framework for complex multi-hop reasoning, outperforming vanilla LLMs and standard RAG systems.
| Approach | Complex | Multi-hop | Accurate |
|---|---|---|---|
| LLM Only | ✗ | ✗ | ✗ |
| LLM + RAG | ✗ | ✗ | ✗ |
| LLM + KG-RAG | ✓ | ✓ | ✓ |