paper-with-me

Papers

End-to-End Training of Multi-Document Reader and Retriever for Open-Domain Question Answering

2021-06-09 · NeurIPS 2021 12 · Devendra Singh Sachan, Siva Reddy, William Hamilton, Chris Dyer, Dani Yogatama

We present an end-to-end differentiable training method for retrieval-augmented open-domain question answering systems that combine information from multiple retrieved documents when generating answers. We model retrieval decisions as latent variables over sets of relevant documents. Since marginalizing over sets of retrieved documents is computationally hard, we approximate this using an expectation-maximization algorithm. We iteratively estimate the value of our latent variable (the set of relevant documents for a given question) and then use this estimate to update the retriever and reader parameters. We hypothesize that such end-to-end training allows training signals to flow to the reader and then to the retriever better than staged-wise training. This results in a retriever that is able to select more relevant documents for a question and a reader that is trained on more accurate documents to generate an answer. Experiments on three benchmark datasets demonstrate that our proposed method outperforms all existing approaches of comparable size by 2-3% absolute exact match points, achieving new state-of-the-art results. Our results also demonstrate the feasibility of learning to retrieve to improve answer generation without explicit supervision of retrieval decisions.

📄 PDF Abstract BibTeX arXiv:2106.05346

Code (2)

DevSinghSachan/emdr2 공식 구현 pytorch
DevSinghSachan/art pytorch

Tasks

Answer GenerationOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Open-Domain Question Answering with Pre-Constructed Question Spaces

2020-06-02 · NAACL 2021 4 · Jinfeng Xiao, Lidan Wang, Franck Dernoncourt, Trung Bui 외

Open-domain question answering aims at solving the task of locating the answers to user-generated questions in massive collections of documents. There are two families of solutions available: retriever-readers, and knowl…

Information RetrievalKnowledge GraphsOpen-Domain Question AnsweringQuestion Answering+1

Is Retriever Merely an Approximator of Reader?

2020-10-21 · Sohee Yang, Minjoon Seo

The state of the art in open-domain question answering (QA) relies on an efficient retriever that drastically reduces the search space for the expensive reader. A rather overlooked question in the community is the relati…

Open-Domain Question AnsweringQuestion Answering

End-to-End Training of Neural Retrievers for Open-Domain Question Answering

2021-01-02 · ACL 2021 5 · Devendra Singh Sachan, Mostofa Patwary, Mohammad Shoeybi, Neel Kant 외

Recent work on training neural retrievers for open-domain question answering (OpenQA) has employed both supervised and unsupervised approaches. However, it remains unclear how unsupervised and supervised methods can be u…

Natural QuestionsOpen-Domain Question AnsweringQuestion AnsweringRAG+3

Bidirectional End-to-End Learning of Retriever-Reader Paradigm for Entity Linking

2023-06-21 · Yinghui Li, Yong Jiang, Yangning Li, Xingyu Lu 외

Entity Linking (EL) is a fundamental task for Information Extraction and Knowledge Graphs. The general form of EL (i.e., end-to-end EL) aims to first find mentions in the given input document and then link the mentions t…

Entity LinkingEntity RetrievalKnowledge GraphsMachine Reading Comprehension+2

Distilling Knowledge from Reader to Retriever for Question Answering

2020-12-08 · ICLR 2021 1 · Gautier Izacard, Edouard Grave

The task of information retrieval is an important component of many natural language processing systems, such as open domain question answering. While traditional methods were based on hand-crafted features, continuous r…

Information RetrievalKnowledge DistillationOpen-Domain Question AnsweringQuestion Answering+1