Graph Neural Network Enhanced Retrieval for Question Answering of LLMs
Zijian Li, Qingyan Guo, Jiawei Shao, Lei Song, Jiang Bian, Jun Zhang,, Rui Wang

TL;DR
This paper introduces GNN-Ret and RGNN-Ret, novel graph neural network-based retrieval methods that leverage passage relatedness to improve question answering accuracy in LLMs, especially for complex reasoning tasks.
Contribution
The paper proposes a new GNN-based retrieval approach that models passage relatedness and extends it with RGNN for multi-hop reasoning, achieving state-of-the-art results.
Findings
GNN-Ret outperforms strong baselines with a single query.
RGNN-Ret achieves up to 10.4% accuracy improvement on 2WikiMQA.
The methods enhance retrieval for complex reasoning questions.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEducational Technology and Assessment · Natural Language Processing Techniques
MethodsGraph Neural Network
