paper-with-me

Papers

DO-RAG: A Domain-Specific QA Framework Using Knowledge Graph-Enhanced Retrieval-Augmented Generation

2025-05-15 · Preprint 2025 5 · David Osei Opoku, Ming Sheng, Yong Zhang

Domain-specific QA systems require not just generative fluency but high factual accuracy grounded in structured expert knowledge. While recent Retrieval-Augmented Generation (RAG) frameworks improve context recall, they struggle with integrating heterogeneous data and maintaining reasoning consistency. To address these challenges, we propose DO-RAG, a scalable and customizable hybrid QA framework that integrates multi-level knowledge graph construction with semantic vector retrieval. Our system employs a novel agentic chain-of-thought architecture to extract structured relationships from unstructured, multimodal documents, constructing dynamic knowledge graphs that enhance retrieval precision. At query time, DO-RAG fuses graph and vector retrieval results to generate context-aware responses, followed by hallucination mitigation via grounded refinement. Experimental evaluations in the database and electrical domains show near-perfect recall and over 94% answer relevancy, with DO-RAG outperforming baseline frameworks by up to 33.38%. By combining traceability, adaptability, and performance efficiency, DO-RAG offers a reliable foundation for multi-domain, high-precision QA at scale.

📄 PDF Abstract BibTeX

Code (1)

xuwudawei/DO-RAG--A_Domain-Specific_QA_Framework_Using_Knowledge_Graph_Enhanced_Retrieval-Augmented_Generation

Tasks

graph constructionHallucinationKnowledge GraphsMulti-modal Knowledge GraphQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

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

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

Biomedical knowledge graph-optimized prompt generation for large language models

2023-11-29 · Karthik Soman, Peter W Rose, John H Morris, Rabia E Akbas 외

Large Language Models (LLMs) are being adopted at an unprecedented rate, yet still face challenges in knowledge-intensive domains like biomedicine. Solutions such as pre-training and domain-specific fine-tuning add subst…

BenchmarkingKnowledge GraphsMultiple-choiceRAG+1

StealthGraph: Exposing Domain-Specific Risks in LLMs through Knowledge-Graph-Guided Harmful Prompt Generation

2026-01-08 · Huawei Zheng, Xinqi Jiang, Sen Yang, Shouling Ji 외 arxiv

Large language models (LLMs) are increasingly applied in specialized domains such as finance and healthcare, where they introduce unique safety risks. Domain-specific datasets of harmful prompts remain scarce and still l…

Perovskite-LLM: Knowledge-Enhanced Large Language Models for Perovskite Solar Cell Research

2025-02-18 · Xiang Liu, Penglei Sun, Shuyan Chen, Longhan Zhang 외

The rapid advancement of perovskite solar cells (PSCs) has led to an exponential growth in research publications, creating an urgent need for efficient knowledge management and reasoning systems in this domain. We presen…

Experimental Design