pith. sign in

arxiv: 2410.04585 · v2 · pith:ROOEMDTZnew · submitted 2024-10-06 · 💻 cs.CL

Reasoning-Enhanced Healthcare Predictions with Knowledge Graph Community Retrieval

classification 💻 cs.CL
keywords clinicalknowledgepredictionsretrievalframeworkgraphhealthcareinformation
0
0 comments X
read the original abstract

Large language models (LLMs) have demonstrated significant potential in clinical decision support. Yet LLMs still suffer from hallucinations and lack fine-grained contextual medical knowledge, limiting their high-stake healthcare applications such as clinical diagnosis. Traditional retrieval-augmented generation (RAG) methods attempt to address these limitations but frequently retrieve sparse or irrelevant information, undermining prediction accuracy. We introduce KARE, a novel framework that integrates knowledge graph (KG) community-level retrieval with LLM reasoning to enhance healthcare predictions. KARE constructs a comprehensive multi-source KG by integrating biomedical databases, clinical literature, and LLM-generated insights, and organizes it using hierarchical graph community detection and summarization for precise and contextually relevant information retrieval. Our key innovations include: (1) a dense medical knowledge structuring approach enabling accurate retrieval of relevant information; (2) a dynamic knowledge retrieval mechanism that enriches patient contexts with focused, multi-faceted medical insights; and (3) a reasoning-enhanced prediction framework that leverages these enriched contexts to produce both accurate and interpretable clinical predictions. Extensive experiments demonstrate that KARE outperforms leading models by up to 10.8-15.0% on MIMIC-III and 12.6-12.7% on MIMIC-IV for mortality and readmission predictions. In addition to its impressive prediction accuracy, our framework leverages the reasoning capabilities of LLMs, enhancing the trustworthiness of clinical predictions.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Text-Attributed Knowledge Graph Enrichment with Large Language Models for Medical Concept Representation

    cs.LG 2026-04 unverdicted novelty 5.0

    MedCo builds and text-enriches a medical knowledge graph using LLMs and EHR data, then fuses text and graph signals via joint LoRA-tuned LLaMA and heterogeneous GNN training to improve EHR clinical predictions on MIMI...

  2. EviCare: Enhancing Diagnosis Prediction with Deep Model-Guided Evidence for In-Context Reasoning

    cs.CL 2026-04 unverdicted novelty 5.0

    EviCare uses deep model-guided evidence to enhance LLM in-context reasoning for accurate diagnosis prediction from EHRs, outperforming baselines by 20.65% on average and 30.97% for novel diagnoses on MIMIC datasets.

  3. Efficient and Effective Internal Memory Retrieval for LLM-Based Healthcare Prediction

    cs.CL 2026-04 unverdicted novelty 5.0

    K2K framework enables internal memory retrieval in LLMs for healthcare outcome prediction, achieving state-of-the-art results on four benchmarks.

  4. Scientific Knowledge-driven Decoding Constraints Improving the Reliability of LLMs

    cs.CL 2026-04 unverdicted novelty 5.0

    SciDC turns flexible scientific knowledge into standardized decoding constraints via LLMs, delivering a 12% average accuracy gain over vanilla generation on tasks including formulation design, tumor diagnosis, and ret...

  5. COTCAgent: Preventive Consultation via Probabilistic Chain-of-Thought Completion

    cs.CL 2026-05 unverdicted novelty 3.0

    COTCAgent combines a code-executing statistics adapter, a weighted knowledge-base chain-of-thought layer, and constrained inquiry to reach 90.47% and 70.41% top-1 accuracy on two medical datasets.