← Latest papers
🤖 AI

Knowledge Graph Augmented Large Language Models for Disease Prediction

This paper proposes a knowledge graph-guided chain-of-thought framework that fine-tunes lightweight large language models on electronic health records to achieve strong, clinically preferred disease prediction and zero-shot transfer performance with clear, temporally consistent rationales.

Original authors: Ruiyu Wang, Tuan Vinh, Ran Xu, Yuyin Zhou, Jiaying Lu, Francisco Pasquel, Mohammed K Ali, Carl Yang

Published 2026-08-04
📖 3 min read☕ Coffee break read

Original authors: Ruiyu Wang, Tuan Vinh, Ran Xu, Yuyin Zhou, Jiaying Lu, Francisco Pasquel, Mohammed K Ali, Carl Yang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a detective trying to solve a mystery, but instead of a crime scene, you are looking at a patient's medical history. This history is a massive, chaotic pile of notes, codes, and lab results called Electronic Health Records (EHRs). For a long time, computers have been good at looking at these piles and saying, "There is a 70% chance this patient will get sick." But they were terrible at explaining why. It was like a detective pointing at a suspect and saying, "I just know," without showing a single clue. This is frustrating for real doctors, who need to understand the logic to make life-or-death decisions.

Recently, a new kind of computer brain called a Large Language Model (LLM) arrived. These are like super-smart students who can read almost everything and write stories. They can explain their thinking step-by-step, a process called "Chain-of-Thought." However, these students sometimes make things up or get confused, especially when dealing with serious medical facts. To fix this, scientists are trying to teach these AI students to use a giant, pre-written encyclopedia of medical facts called a Knowledge Graph. Think of the Knowledge Graph as a map that shows exactly how diseases, genes, and drugs are connected. The big question is: Can we teach a smart AI to use this map to explain its medical predictions clearly and correctly, even when it hasn't seen millions of examples?

This paper introduces a clever new method to answer "yes." The researchers built a system that acts like a strict but helpful tutor for an AI student. Instead of letting the AI guess freely, they first use a massive medical map (PrimeKG) to find the specific clues that link a patient's current symptoms to a future disease. They then ask the AI to write a story explaining the prediction, but they force the AI to follow the path on the map. If the AI's story doesn't match the actual medical facts or the map's logic, the system throws that story away and tries again. This process creates a small, high-quality library of perfect examples.

The team tested this on a dataset of hospital records called MIMIC-III, focusing on predicting ten different diseases. They taught two lightweight AI models (LLaMA-3.1 and Gemma) using only tiny amounts of data—just 400 or 1,000 patient visits. The results were surprising: these small, carefully taught models performed competitively with, and in some cases slightly better than, traditional heavy-duty computer programs. They achieved a score (AUROC) between 0.66 and 0.70 and a macro-AUPR between 0.40 and 0.47, which is a strong result for such a small amount of training data, matching or exceeding strong classical baselines like XGBoost and Random Forest on specific metrics. Even more impressively, when they took these models and tested them on a completely different group of patients (the CRADLE cohort) without any extra training, the models' accuracy jumped from about 0.40–0.51 to 0.72–0.77. This suggests the models learned a general way of thinking about disease, not just memorized facts.

Finally, the researchers asked real doctors to review the AI's explanations. In a blind test, the doctors overwhelmingly preferred the explanations generated by the "map-guided" AI. They found these explanations clearer, more relevant, and medically sound. The doctors noted that the AI stopped making wild guesses and started organizing evidence logically, much like a real clinician would. The paper suggests that by anchoring AI reasoning to a solid medical map, we can create tools that not only predict disease but also explain their reasoning in a way that doctors can trust and use.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →