paper-with-me

홈 › Papers

Graph Neural Network Enhanced Retrieval for Question Answering of LLMs

2024-06-03 · Zijian Li, Qingyan Guo, Jiawei Shao, Lei Song, Jiang Bian, Jun Zhang, Rui Wang

Retrieval augmented generation has revolutionized large language model (LLM) outputs by providing factual supports. Nevertheless, it struggles to capture all the necessary knowledge for complex reasoning questions. Existing retrieval methods typically divide reference documents into passages, treating them in isolation. These passages, however, are often interrelated, such as passages that are contiguous or share the same keywords. Therefore, it is crucial to recognize such relatedness for enhancing the retrieval process. In this paper, we propose a novel retrieval method, called GNN-Ret, which leverages graph neural networks (GNNs) to enhance retrieval by exploiting the relatedness between passages. Specifically, we first construct a graph of passages by connecting passages that are structure-related or keyword-related. A graph neural network (GNN) is then leveraged to exploit the relationships between passages and improve the retrieval of supporting passages. Furthermore, we extend our method to handle multi-hop reasoning questions using a recurrent graph neural network (RGNN), named RGNN-Ret. At each step, RGNN-Ret integrates the graphs of passages from previous steps, thereby enhancing the retrieval of supporting passages. Extensive experiments on benchmark datasets demonstrate that GNN-Ret achieves higher accuracy for question answering with a single query of LLMs than strong baselines that require multiple queries, and RGNN-Ret further improves accuracy and achieves state-of-the-art performance, with up to 10.4% accuracy improvement on the 2WikiMQA dataset.

📄 PDF Abstract BibTeX arXiv:2406.06572

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkLanguage ModellingLarge Language ModelQuestion AnsweringRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

KERAG: Knowledge-Enhanced Retrieval-Augmented Generation for Advanced Question Answering

2025-09-05 · Yushi Sun, Kai Sun, Yifan Ethan Xu, Xiao Yang 외 arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucination in Large Language Models (LLMs) by incorporating external data, with Knowledge Graphs (KGs) offering crucial information for question answering. Traditional Kn…

Graph Question AnsweringAnswer GenerationKnowledge GraphsSemantic Parsing

CoTKR: Chain-of-Thought Enhanced Knowledge Rewriting for Complex Knowledge Graph Question Answering

2024-09-29 · Yike Wu, Yi Huang, Nan Hu, Yuncheng Hua 외

Recent studies have explored the use of Large Language Models (LLMs) with Retrieval Augmented Generation (RAG) for Knowledge Graph Question Answering (KGQA). They typically require rewriting retrieved subgraphs into natu…

Graph Question AnsweringQuestion AnsweringRAGRetrieval-augmented Generation

PROPEX-RAG: Enhanced GraphRAG using Prompt-Driven Prompt Execution

2025-11-03 · Tejas Sarnaik, Manan Shah, Ravi Hegde arxiv

Retrieval-Augmented Generation (RAG) has become a robust framework for enhancing Large Language Models (LLMs) with external knowledge. Recent advances in RAG have investigated graph based retrieval for intricate reasonin…

Multi-hop Question AnsweringAnswer GenerationFact Selection

MKG-Rank: Enhancing Large Language Models with Knowledge Graph for Multilingual Medical Question Answering

2025-03-20 · Feiyang Li, Yingjian Chen, Haoran Liu, Rui Yang 외

Large Language Models (LLMs) have shown remarkable progress in medical question answering (QA), yet their effectiveness remains predominantly limited to English due to imbalanced multilingual training data and scarce med…

Knowledge GraphsMedical Question AnsweringQuestion AnsweringRetrieval

ReTAG: Retrieval-Enhanced, Topic-Augmented Graph-Based Global Sensemaking

2025-09-30 · Boyoung Kim, Dosung Lee, Sumin An, Jinseong Jeong 외 arxiv

Recent advances in question answering have led to substantial progress in tasks such as multi-hop reasoning. However, global sensemaking-answering questions by synthesizing information from an entire corpus remains a sig…

Response GenerationQuestion Answering