CLApr 10, 2025

The Multi-Round Diagnostic RAG Framework for Emulating Clinical Reasoning

arXiv:2504.07724v27 citationsh-index: 3BIBM
Originality Incremental advance
AI Analysis

This addresses the problem of inaccurate automated medical diagnosis for healthcare applications, representing an incremental improvement by refining existing RAG methods with a new knowledge graph and multi-round dialogue.

The paper tackles the semantic gap between colloquial patient descriptions and professional medical terminology in retrieval-augmented generation (RAG) for diagnosis by constructing DiagnosGraph, a knowledge graph with 876 diseases and 1,908 medical records, and introducing the Multi-Round Diagnostic RAG (MRD-RAG) framework, which improves LLM diagnostic performance on benchmarks as evaluated by physicians.

In recent years, accurately and quickly deploying medical large language models (LLMs) has become a trend. Among these, retrieval-augmented generation (RAG) has garnered attention due to rapid deployment and privacy protection. However, the challenge hinder the practical deployment of RAG for medical diagnosis: the semantic gap between colloquial patient descriptions and the professional terminology within medical knowledge bases. We try to address the challenge from the data perspective and the method perspective. First, to address the semantic gap in existing knowledge bases, we construct DiagnosGraph, a generalist knowledge graph covering both modern medicine and Traditional Chinese Medicine. It contains 876 common diseases with the graph of 7,997 nodes and 37,201 triples. To bridge the gap between colloquial patient narratives and academic medical knowledge, DiagnosGraph also introduces $1,908$ medical record by formalizing the patient chief complaint and proposing a medical diagnosis. Second, we introduce the Multi-Round Diagnostic RAG (MRD-RAG) framework. It utilizes a multi-round dialogue to refine diagnostic possibilities, emulating the clinical reasoning of a physician. Experiments conducted on four medical benchmarks, with evaluations by human physicians, demonstrate that MRD-RAG enhances the diagnostic performance of LLMs, highlighting its potential to make automated diagnosis more accurate and human-aligned.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes