MedKGI: Iterative Differential Diagnosis with Medical Knowledge Graphs and Information-Guided Inquiring
Qipeng Wang, Rui Sheng, Yafei Li, Huamin Qu, Yushi Sun, Min Zhu
TL;DR
MedKGI addresses the gap between LLM-based clinical reasoning and real differential diagnosis by grounding hypothesis generation in a medical knowledge graph, guiding inquiries with information gain, and tracking evidence with OSCE-aligned records. The method achieves higher diagnostic accuracy and reduces dialogue rounds across three benchmarks compared to strong baselines. Its key contributions are KG grounding, information-theoretic inquiry, and structured state management, validated by extensive ablation studies. The work demonstrates practical potential for efficient, grounded AI-assisted differential diagnosis, while acknowledging the need for real-world validation and richer symptom-likelihood modeling.
Abstract
Recent advancements in Large Language Models (LLMs) have demonstrated significant promise in clinical diagnosis. However, current models struggle to emulate the iterative, diagnostic hypothesis-driven reasoning of real clinical scenarios. Specifically, current LLMs suffer from three critical limitations: (1) generating hallucinated medical content due to weak grounding in verified knowledge, (2) asking redundant or inefficient questions rather than discriminative ones that hinder diagnostic progress, and (3) losing coherence over multi-turn dialogues, leading to contradictory or inconsistent conclusions. To address these challenges, we propose MedKGI, a diagnostic framework grounded in clinical practices. MedKGI integrates a medical knowledge graph (KG) to constrain reasoning to validated medical ontologies, selects questions based on information gain to maximize diagnostic efficiency, and adopts an OSCE-format structured state to maintain consistent evidence tracking across turns. Experiments on clinical benchmarks show that MedKGI outperforms strong LLM baselines in both diagnostic accuracy and inquiry efficiency, improving dialogue efficiency by 30% on average while maintaining state-of-the-art accuracy.
