paper-with-me

Papers

A Query-Aware Multi-Path Knowledge Graph Fusion Approach for Enhancing Retrieval-Augmented Generation in Large Language Models

2025-07-07 · Qikai Wei, Huansheng Ning, Chunlong Han, Jianguo Ding arxiv

Retrieval Augmented Generation (RAG) has gradually emerged as a promising paradigm for enhancing the accuracy and factual consistency of content generated by large language models (LLMs). However, existing RAG studies primarily focus on retrieving isolated segments using similarity-based matching methods, while overlooking the intrinsic connections between them. This limitation hampers performance in RAG tasks. To address this, we propose QMKGF, a Query-Aware Multi-Path Knowledge Graph Fusion Approach for Enhancing Retrieval Augmented Generation. First, we design prompt templates and employ general-purpose LLMs to extract entities and relations, thereby generating a knowledge graph (KG) efficiently. Based on the constructed KG, we introduce a multi-path subgraph construction strategy that incorporates one-hop relations, multi-hop relations, and importance-based relations, aiming to improve the semantic relevance between the retrieved documents and the user query. Subsequently, we designed a query-aware attention reward model that scores subgraph triples based on their semantic relevance to the query. Then, we select the highest score subgraph and enrich subgraph with additional triples from other subgraphs that are highly semantically relevant to the query. Finally, the entities, relations, and triples within the updated subgraph are utilised to expand the original query, thereby enhancing its semantic representation and improving the quality of LLMs' generation. We evaluate QMKGF on the SQuAD, IIRC, Culture, HotpotQA, and MuSiQue datasets. On the HotpotQA dataset, our method achieves a ROUGE-1 score of 64.98\%, surpassing the BGE-Rerank approach by 9.72 percentage points (from 55.26\% to 64.98\%). Experimental results demonstrate the effectiveness and superiority of the QMKGF approach.

📄 PDF Abstract BibTeX arXiv:2507.16826

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Query-Aware Flow Diffusion for Graph-Based RAG with Retrieval Guarantees

2026-04-21 · Zhuoping Zhou, Davoud Ataee Tarzanagh, Sima Didari, Wenjun Hu 외 arxiv

Graph-based Retrieval-Augmented Generation (RAG) systems leverage interconnected knowledge structures to capture complex relationships that flat retrieval struggles with, enabling multi-hop reasoning. Yet most existing g…

Question Answering

AdaPath: Query-Adaptive Path-Finding via Path-Bank for Multi-Hop Implicit Biomedical KGQA

2026-08-31 · Jun Hyeong Kim, Dongki Kim, Yinhua Piao, Sung Ju Hwang arxiv

Path-finding over knowledge graphs has become an effective way to ground LLM reasoning on multi-hop questions. However, biomedical QA introduces two distinct challenges that general-domain methods are not designed for: (…

Knowledge Graphs

Context-aware Inductive Knowledge Graph Completion with Latent Type Constraints and Subgraph Reasoning

2024-10-22 · Muzhi Li, Cehao Yang, Chengjin Xu, Zixing Song 외

Inductive knowledge graph completion (KGC) aims to predict missing triples with unseen entities. Recent works focus on modeling reasoning paths between the head and tail entity as direct supporting evidence. However, the…

Inductive knowledge graph completionKnowledge Graph Completion

Relink: Constructing Query-Driven Evidence Graph On-the-Fly for GraphRAG

2026-01-12 · Manzong Huang, Chenyang Bu, Yi He, Xingrui Zhuo 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) mitigates hallucinations in Large Language Models (LLMs) by grounding them in structured knowledge. However, current GraphRAG methods are constrained by a prevailing …

Open-Domain Question Answering

KnowFormer: Revisiting Transformers for Knowledge Graph Reasoning

2024-09-19 · Junnan Liu, Qianren Mao, Weifeng Jiang, JianXin Li

Knowledge graph reasoning plays a vital role in various applications and has garnered considerable attention. Recently, path-based methods have achieved impressive performance. However, they may face limitations stemming…

Knowledge GraphsLanguage ModelingLanguage Modelling