Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

KG-FiD: Infusing Knowledge Graph in Fusion-in-Decoder for Open-Domain Question Answering

About

Current Open-Domain Question Answering (ODQA) model paradigm often contains a retrieving module and a reading module. Given an input question, the reading module predicts the answer from the relevant passages which are retrieved by the retriever. The recent proposed Fusion-in-Decoder (FiD), which is built on top of the pretrained generative model T5, achieves the state-of-the-art performance in the reading module. Although being effective, it remains constrained by inefficient attention on all retrieved passages which contain a lot of noise. In this work, we propose a novel method KG-FiD, which filters noisy passages by leveraging the structural relationship among the retrieved passages with a knowledge graph. We initiate the passage node embedding from the FiD encoder and then use graph neural network (GNN) to update the representation for reranking. To improve the efficiency, we build the GNN on top of the intermediate layer output of the FiD encoder and only pass a few top reranked passages into the higher layers of encoder and decoder for answer generation. We also apply the proposed GNN based reranking method to enhance the passage retrieval results in the retrieving module. Extensive experiments on common ODQA benchmark datasets (Natural Question and TriviaQA) demonstrate that KG-FiD can improve vanilla FiD by up to 1.5% on answer exact match score and achieve comparable performance with FiD with only 40% of computation cost.

Donghan Yu, Chenguang Zhu, Yuwei Fang, Wenhao Yu, Shuohang Wang, Yichong Xu, Xiang Ren, Yiming Yang, Michael Zeng• 2021

Related benchmarks

TaskDatasetResultRank
Open Question AnsweringNatural Questions (NQ) (test)
Exact Match (EM)53.4
134
Open-domain Question AnsweringTriviaQA (test)
Exact Match69.8
80
End-to-end Open-Domain Question AnsweringNQ (test)
Exact Match (EM)53.4
50
Open-domain Question AnsweringTriviaQA (TQA) (test)
Accuracy69.8
26
Open-domain Question AnsweringTriviaQA (TQA) Wiki (test)
Exact Match69.8
7
Visual Question AnsweringInfoseek human (Unseen Entity)
Accuracy17.6
6
Visual Question AnsweringInfoseek human (Unseen Question)
Accuracy18.9
6
Showing 7 of 7 rows

Other info

Follow for update