English

Domain-Specific Knowledge Graphs in RAG-Enhanced Healthcare LLMs

Computation and Language 2026-01-23 v1

Abstract

Large Language Models (LLMs) generate fluent answers but can struggle with trustworthy, domain-specific reasoning. We evaluate whether domain knowledge graphs (KGs) improve Retrieval-Augmented Generation (RAG) for healthcare by constructing three PubMed-derived graphs: G1\mathbb{G}_1 (T2DM), G2\mathbb{G}_2 (Alzheimer's disease), and G3\mathbb{G}_3 (AD+T2DM). We design two probes: Probe 1 targets merged AD T2DM knowledge, while Probe 2 targets the intersection of G1\mathbb{G}_1 and G2\mathbb{G}_2. Seven instruction-tuned LLMs are tested across retrieval sources {No-RAG, G1\mathbb{G}_1, G2\mathbb{G}_2, G1\mathbb{G}_1 + G2\mathbb{G}_2, G3\mathbb{G}_3, G1\mathbb{G}_1+G2\mathbb{G}_2 + G3\mathbb{G}_3} and three decoding temperatures. Results show that scope alignment between probe and KG is decisive: precise, scope-matched retrieval (notably G2\mathbb{G}_2) yields the most consistent gains, whereas indiscriminate graph unions often introduce distractors that reduce accuracy. Larger models frequently match or exceed KG-RAG with a No-RAG baseline on Probe 1, indicating strong parametric priors, whereas smaller/mid-sized models benefit more from well-scoped retrieval. Temperature plays a secondary role; higher values rarely help. We conclude that precision-first, scope-matched KG-RAG is preferable to breadth-first unions, and we outline practical guidelines for graph selection, model sizing, and retrieval/reranking. Code and Data available here - https://github.com/sydneyanuyah/RAGComparison

Keywords

Cite

@article{arxiv.2601.15429,
  title  = {Domain-Specific Knowledge Graphs in RAG-Enhanced Healthcare LLMs},
  author = {Sydney Anuyah and Mehedi Mahmud Kaushik and Hao Dai and Rakesh Shiradkar and Arjan Durresi and Sunandan Chakraborty},
  journal= {arXiv preprint arXiv:2601.15429},
  year   = {2026}
}
R2 v1 2026-07-01T09:14:52.285Z