Leveraging Passage Retrieval with Generative Models for Open Domain Question Answering

Gautier Izacard,Edouard Grave
DOI: https://doi.org/10.48550/arXiv.2007.01282
2021-02-03
Abstract:Generative models for open domain question answering have proven to be competitive, without resorting to external knowledge. While promising, this approach requires to use models with billions of parameters, which are expensive to train and query. In this paper, we investigate how much these models can benefit from retrieving text passages, potentially containing evidence. We obtain state-of-the-art results on the Natural Questions and TriviaQA open benchmarks. Interestingly, we observe that the performance of this method significantly improves when increasing the number of retrieved passages. This is evidence that generative models are good at aggregating and combining evidence from multiple passages.
Computation and Language,Machine Learning
What problem does this paper attempt to address?