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

FiE: Building a Global Probability Space by Leveraging Early Fusion in Encoder for Open-Domain Question Answering

About

Generative models have recently started to outperform extractive models in Open Domain Question Answering, largely by leveraging their decoder to attend over multiple encoded passages and combining their information. However, generative models tend to be larger than extractive models due to the need for a decoder, run slower during inference due to auto-regressive decoder beam search, and their generated output often suffers from hallucinations. We propose to extend transformer encoders with the ability to fuse information from multiple passages, using global representation to provide cross-sample attention over all tokens across samples. Furthermore, we propose an alternative answer span probability calculation to better aggregate answer scores in the global space of all samples. Using our proposed method, we outperform the current state-of-the-art method by $2.5$ Exact Match score on the Natural Question dataset while using only $25\%$ of parameters and $35\%$ of the latency during inference, and $4.4$ Exact Match on WebQuestions dataset. When coupled with synthetic data augmentation, we outperform larger models on the TriviaQA dataset as well. The latency and parameter savings of our method make it particularly attractive for open-domain question answering, as these models are often compute-intensive.

Akhil Kedia, Mohd Abbas Zaidi, Haejun Lee• 2022

Related benchmarks

TaskDatasetResultRank
Open Question AnsweringNatural Questions (NQ) (test)
Exact Match (EM)58.4
134
Question AnsweringNQ (test)
EM Accuracy58.4
66
Open-domain Question AnsweringWebQuestions (WebQ) (test)
Exact Match (EM)56.3
55
Open-domain Question AnsweringTriviaQA (TQA) (test)
Accuracy72.6
26
Open-domain Question AnsweringNatural Questions (NQ) (dev)
Exact Match53
25
Open-domain Question AnsweringWebQuestions (WebQ) (dev)
Exact Match51.5
17
Open-domain Question AnsweringTriviaQA (TQA) (dev)
EM72.7
8
Open-domain QAWebQuestions
Accuracy56.3
8
Showing 8 of 8 rows

Other info

Follow for update