Medical Knowledge Graph
Also known as: MKG, Medical Knowledge Graphs, clinical knowledge graphs, medical knowledge graphs
Facts (57)
Sources
Bridging the Gap Between LLMs and Evolving Medical Knowledge arxiv.org Jun 29, 2025 47 facts
claimMedical expert feedback was used to refine the Medical Knowledge Graph (MKG) by addressing inconsistencies and enhancing confidence scores to better reflect real-world medical reliability.
claimIn the AMG-RAG system, the Medical Knowledge Graph (MKG) created using PubMed data (PubMed-MKG) is more effective in enhancing system performance than the version created using Wikipedia data (Wiki-MKG), as demonstrated by ablation studies in Table 3.
referenceAgentic Medical Graph-RAG (AMG-RAG) features autonomous Knowledge Graph (KG) evolution through Large Language Model (LLM) agents that extract entities and relations from live sources with provenance tracking; graph-conditioned retrieval that maps queries onto the Medical Knowledge Graph (MKG) to guide evidence selection; and reasoning over structured context where the answer generator utilizes both textual passages and traversed sub-graphs for transparent, multi-hop reasoning.
referenceAgentic Medical Graph-RAG (AMG-RAG) is a framework that dynamically generates a confidence-scored Medical Knowledge Graph (MKG) tightly coupled to a Retrieval Augmented Generation (RAG) and Chain-of-Thought (CoT) pipeline.
claimAMG-RAG is an advanced question-answering system that dynamically constructs a Medical Knowledge Graph (MKG) while integrating structured reasoning for medical question-answering tasks.
measurementThe confidence scoring criteria for the Medical Knowledge Graph are: 10 (target is directly and strongly related to the item with clear, unambiguous relevance), 7-9 (target is moderately to highly relevant but may have some ambiguity or indirect association), 4-6 (target has some relevance but is weak or tangentially related), and 1-3 (target has minimal or no meaningful connection to the item).
claimThe Medical Knowledge Graph (MKG) is designed to be both human-readable and usable by advanced LLMs, serving as a tool for medical QA and decision-making.
claimThe AMG-RAG system stores the Medical Knowledge Graph (MKG) within a Neo4j database to leverage its graph query engine for efficient retrieval and analysis during inference.
claimThe Medical Knowledge Graph (MKG) integrates extracted entities, descriptions, inferred relationships, and confidence metrics into a cohesive structure that serves as both a repository of medical knowledge and a computational framework for reasoning.
claimThe AMG-RAG system addresses challenges such as inaccurate knowledge updating, noisy retrieval results, and LLM hallucinations in healthcare applications by implementing a dynamic Medical Knowledge Graph (MKG) construction approach.
measurementThe relationship between Levodopa and Parkinson’s disease in the Medical Knowledge Graph (MKG) received a reliability rating of 9.6/10 from LLM analysis and 10/10 from medical expert analysis, and it increases query accuracy by 24% regarding Parkinson’s treatments and comorbidities.
claimThe dynamic nature of the Medical Knowledge Graph allows it to continuously incorporate new information and refine existing connections, addressing staleness issues found in traditional knowledge-based systems.
claimThe Medical Knowledge Graph effectively models clinically relevant associations, such as the co-usage of Ketotifen and Fluorometholone for allergic conjunctivitis, and Labetalol and Nitroglycerin for acute hypertension.
procedureThe evaluation of the Medical Knowledge Graph (MKG) involved a two-phase process using expert LLMs specialized in medical domains to assess accuracy, robustness, and usability.
claimMedical expert ratings of the Medical Knowledge Graph (MKG) aligned with LLM evaluations but provided deeper insights into contextual limitations, such as identifying specific patient contraindications for cardiovascular treatments like Diltiazem and Nitroglycerin.
claimThe AMG-RAG framework dynamically creates a Medical Knowledge Graph (MKG) that adapts to new queries and evidence, unlike traditional static knowledge bases.
procedureThe authors of 'Bridging the Gap Between LLMs and Evolving Medical Knowledge' developed an autonomous search and graph-building process powered by specialized LLM agents that continuously generate and refine Medical Knowledge Graphs (MKGs) through integrated workflows using search engines and medical textbooks.
procedureThe AMG-RAG knowledge graph creation process operates independently from the question-answering process, enabling continuous background updates of the Medical Knowledge Graph using search tools like PubMedSearch or WikiSearch.
measurementIn the second phase of MKG evaluation, expert LLMs achieved an 89% accuracy rate when answering complex medical queries requiring multi-hop reasoning, such as managing comorbidities or determining multi-drug treatment protocols.
claimThe AMG-RAG framework assigns a confidence score to each edge in the Medical Knowledge Graph to indicate the reliability of each relationship.
claimThe Agentic Medical Graph-RAG (AMG-RAG) framework automates the construction and continuous updating of Medical Knowledge Graphs (MKGs) and integrates reasoning to retrieve external evidence for medical question answering.
claimAblating either Chain-of-Thought (CoT) or Medical Knowledge Graph (MKG) integration in the AMG-RAG system causes a considerable degradation in accuracy and F1 score, demonstrating that structured multi-hop reasoning and medical knowledge grounding are indispensable for delivering accurate and evidence-based answers.
measurementIn the first phase of MKG evaluation, expert LLMs independently rated graph components on a scale of 1 to 10, resulting in an average accuracy score of 8.9/10 for node identification, 8.8/10 for relationship relevance, and 8.5/10 for the clarity and precision of node summaries.
procedureThe AMG-RAG system constructs a Medical Knowledge Graph (MKG) dynamically for each question by integrating search items, contextual information, and relationships extracted from medical textbooks and search tools, specifically Wikipedia (Wiki-MKG) and PubMed (PubMed-MKG).
claimThe study utilized GPT-4o-mini as the backbone for both the Medical Knowledge Graph (MKG) and AMG-RAG implementations, serving as the core component for reasoning, RAG, and structured knowledge integration.
measurementThe AMG-RAG system uses a confidence threshold of 8 on a 10-point scale to retain only high-reliability nodes and edges in the Medical Knowledge Graph, a value empirically determined to yield the best benchmark performance.
claimThe AMG-RAG system relies on external search tools which introduce latency during the initial creation of the Medical Knowledge Graph (MKG) when it is built from scratch.
claimMedical experts, including practicing physicians and clinical researchers, provided qualitative assessments of the Medical Knowledge Graph to identify potential discrepancies, overlooked nuances, and contextual dependencies that automated models might miss.
claimThe medical knowledge graphs described in 'Bridging the Gap Between LLMs and Evolving Medical Knowledge' include nodes representing diseases, symptoms, treatments, drugs, anatomical structures, and clinical findings.
claimThe Medical Knowledge Graph (MKG) serves as the core knowledge source for the AMG-RAG inference pipeline.
measurementExpert LLMs rated the Medical Knowledge Graph 9.4/10 for interpretability and usability.
claimThe Medical Knowledge Graph (MKG) evaluation criteria included assessing the correctness and completeness of medical relationships, the validity of multi-hop reasoning paths, and the utility of the graph in real-world medical applications like diagnostic and treatment decision-making.
claimThe Medical Knowledge Graph (MKG) supports intricate clinical decision-making by accurately representing relationships between medications, such as beta-blockers like Labetalol and Propranolol, and treatments for cardiovascular care like Diltiazem and Nitroglycerin.
procedureThe developers of AMG-RAG implement a confidence scoring mechanism into the Medical Knowledge Graph (MKG) to validate retrieved information and mitigate risks of inaccuracy and bias.
claimAMG-RAG reduces latency during question answering by retrieving information from a pre-populated Medical Knowledge Graph instead of performing new searches.
referenceAMG-RAG combines dynamically synthesized Medical Knowledge Graphs (MKG) with multi-step reasoning, guided by confidence scores and adaptive traversal strategies, as described by Trivedi et al. (2022).
claimClinical experts and expert LLMs like GPT-4 validated the correctness of the Medical Knowledge Graph used in the AMG-RAG system.
claimAMG-RAG maintains a balanced minimum dependency on computational resources and search tools during the test phase by keeping the Medical Knowledge Graph updated.
procedureThe AMG-RAG system employs a dynamic Medical Knowledge Graph (MKG) construction method characterized by six key innovations: (1) Dynamic Node and Relationship Creation using semantic templates; (2) Bidirectional Relationships for flexible traversal; (3) Confidence-Based Relevance Scoring using textual annotations and quantitative scores; (4) Summarization with Reliability Indicators; (5) Thresholding for Quality Control; and (6) Integration with Neo4j for storage and querying.
claimConstructing and curating a high-coverage, up-to-date Medical Knowledge Graph (MKG) is labour-intensive, which limits the scalability and freshness of these graphs.
measurementThe integration of LLMs with medical knowledge graphs for HIV/AIDS queries achieved a 9.4/10 rating for interpretability, provided contextually accurate responses regarding drug interactions and side effects, and received a 10/10 rating for relevance and accuracy.
measurementExpert LLMs like GPT-4 achieved an accuracy of 9/10 when validating knowledge extracted for the AMG-RAG Medical Knowledge Graph.
claimZidovudine is categorized in the Medical Knowledge Graph (MKG) as an antiviral drug used for HIV treatment.
procedureThe Medical Knowledge Graph (MKG) assigns a confidence score to each inferred relationship to reflect its strength and relevance, using a scale of 1 to 10.
measurementThe automatically constructed medical knowledge graphs described in 'Bridging the Gap Between LLMs and Evolving Medical Knowledge' contain approximately 76,681 nodes and 354,299 edges.
measurementThe relationship between Botulism and Myasthenia gravis in the Medical Knowledge Graph (MKG) received a relevance and clinical importance rating of 9.2/10 from LLM analysis and 9.5/10 from medical expert analysis, with a 92% accuracy in identifying related conditions during blind analysis.
claimThe Medical Knowledge Graph (MKG) uses a structured format enriched with confidence scores and summaries to ensure clear, interpretable representation of medical knowledge and to enhance the efficiency and accuracy of QA systems.
Knowledge Graphs: Opportunities and Challenges - Springer Nature link.springer.com Apr 3, 2023 4 facts
referenceCui et al. (2020) presented a model called DETERREN to detect health misinformation, which leverages a knowledge-guided attention network that incorporates an article-entity graph with a medical knowledge graph.
claimUtilizing authoritative medical knowledge graphs to detect and filter misinformation can help people make correct treatment decisions and suppress the spread of misinformation.
claimResearch focuses on integrating medical information into knowledge graphs to enable intelligent systems to process medical knowledge more efficiently and accurately, according to Li et al. (2020b).
referenceLin et al. (2020) presented an end-to-end framework called KGNN (Knowledge Graph Neural Network) for drug-drug interaction prediction, which mines relations between drugs and their potential neighborhoods in medical knowledge graphs by aggregating neighborhood information from local receptive entities to extract semantic relations and high-order structures.
Large Language Models Meet Knowledge Graphs for Question ... arxiv.org Sep 22, 2025 2 facts
claimKG-Rank (Yang et al., 2024) enhances the factual accuracy and credibility of Large Language Model generated answers by integrating medical knowledge graphs with re-ranking techniques.
referenceFact Finder, developed by Fraunhofer IAIS and Bayer, augments Large Language Models with query-based retrieval from medical knowledge graphs to improve the completeness and correctness of generated answers.
Knowledge Graphs vs RAG: When to Use Each for AI in 2026 - Atlan atlan.com Feb 12, 2026 1 fact
claimHealthcare systems using medical knowledge graphs provide physicians with evidence-based suggestions that can be traced back to specific literature.
A survey on augmenting knowledge graphs (KGs) with large ... link.springer.com Nov 4, 2024 1 fact
claimIntegrating a medical knowledge graph is a method to ensure correct diagnoses and treatment options generated by Large Language Models.
Construction of Knowledge Graphs: State and Challenges - arXiv arxiv.org 1 fact
claimThe Health Knowledge Graph Builder (HKGB) is a platform designed to semi-automatically construct clinical knowledge graphs with heavy human-in-the-loop involvement, consuming Electronic Medical Records (EMR) as input and producing graph data in OWL and RDF formats.
Combining Knowledge Graphs With LLMs | Complete Guide - Atlan atlan.com Jan 28, 2026 1 fact
claimHealthcare systems leverage medical knowledge graphs to ground clinical AI assistants by encoding relationships between symptoms, diseases, treatments, and patient demographics, allowing physicians to receive evidence-based suggestions that trace back to specific medical literature.