paper-with-me

홈 › Papers

Domain-Specific Knowledge Graphs in RAG-Enhanced Healthcare LLMs

2026-01-21 · Sydney Anuyah, Mehedi Mahmud Kaushik, Hao Dai, Rakesh Shiradkar, Arjan Durresi, Sunandan Chakraborty arxiv

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: $\mathbb{G}_1$ (T2DM), $\mathbb{G}_2$ (Alzheimer's disease), and $\mathbb{G}_3$ (AD+T2DM). We design two probes: Probe 1 targets merged AD T2DM knowledge, while Probe 2 targets the intersection of $\mathbb{G}_1$ and $\mathbb{G}_2$. Seven instruction-tuned LLMs are tested across retrieval sources {No-RAG, $\mathbb{G}_1$, $\mathbb{G}_2$, $\mathbb{G}_1$ + $\mathbb{G}_2$, $\mathbb{G}_3$, $\mathbb{G}_1$+$\mathbb{G}_2$ + $\mathbb{G}_3$} and three decoding temperatures. Results show that scope alignment between probe and KG is decisive: precise, scope-matched retrieval (notably $\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

📄 PDF Abstract BibTeX arXiv:2601.15429

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

DKCD: Domain Knowledge-Enhanced Causal Discovery from Unstructured Data

2026-07-10 · Xin Li, Jin Li, Shoujin Wang, Kun Yu 외 arxiv

Causal discovery from unstructured data is a challenging yet underexplored task in high-expertise domains such as healthcare, finance, and education. Existing methods typically leverage the general knowledge of large lan…

General Knowledge

Language Models sounds the Death Knell of Knowledge Graphs

2023-01-10 · Kunal Suri, Atul Singh, Prakhar Mishra, Swapna Sourav Rout 외

Healthcare domain generates a lot of unstructured and semi-structured text. Natural Language processing (NLP) has been used extensively to process this data. Deep Learning based NLP especially Large Language Models (LLMs…

Knowledge GraphsLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3

A Review on Knowledge Graphs for Healthcare: Resources, Applications, and Promises

2023-06-07 · Hejie Cui, Jiaying Lu, ran Xu, Shiyu Wang 외

This comprehensive review aims to provide an overview of the current state of Healthcare Knowledge Graphs (HKGs), including their construction, utilization models, and applications across various healthcare and biomedica…

Knowledge Graphs

KIPPS: Knowledge infusion in Privacy Preserving Synthetic Data Generation

2024-09-25 · Anantaa Kotal, Anupam Joshi

The integration of privacy measures, including differential privacy techniques, ensures a provable privacy guarantee for the synthetic data. However, challenges arise for Generative Deep Learning models when tasked with …

AttributeKnowledge GraphsPrivacy PreservingSynthetic Data Generation

Learning Knowledge-Enhanced Contextual Language Representations for Domain Natural Language Understanding

2023-11-12 · Ruyao Xu, Taolin Zhang, Chengyu Wang, Zhongjie Duan 외

Knowledge-Enhanced Pre-trained Language Models (KEPLMs) improve the performance of various downstream NLP tasks by injecting knowledge facts from large-scale Knowledge Graphs (KGs). However, existing methods for pre-trai…

Contrastive LearningData AugmentationFew-Shot LearningKnowledge Graphs+2