paper-with-me

Papers

Multi-step Retriever-Reader Interaction for Scalable Open-domain Question Answering

2019-05-14 · ICLR 2019 5 · Rajarshi Das, Shehzaad Dhuliawala, Manzil Zaheer, Andrew McCallum

This paper introduces a new framework for open-domain question answering in which the retriever and the reader iteratively interact with each other. The framework is agnostic to the architecture of the machine reading model, only requiring access to the token-level hidden representations of the reader. The retriever uses fast nearest neighbor search to scale to corpora containing millions of paragraphs. A gated recurrent unit updates the query at each step conditioned on the state of the reader and the reformulated query is used to re-rank the paragraphs by the retriever. We conduct analysis and show that iterative interaction helps in retrieving informative paragraphs from the corpus. Finally, we show that our multi-step-reasoning framework brings consistent improvement when applied to two widely used reader architectures DrQA and BiDAF on various large open-domain datasets --- TriviaQA-unfiltered, QuasarT, SearchQA, and SQuAD-Open.

📄 PDF Abstract BibTeX arXiv:1905.05733

Code (1)

rajarshd/Multi-Step-Reasoning 공식 구현 pytorch

Tasks

Open-Domain Question AnsweringQuestion AnsweringReading ComprehensionTriviaQA

Similar Papers 제목 키워드 기반

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

Two-Step Question Retrieval for Open-Domain QA

2022-05-19 · Findings (ACL) 2022 5 · Yeon Seonwoo, Juhee Son, Jiho Jin, Sang-Woo Lee 외

The retriever-reader pipeline has shown promising performance in open-domain QA but suffers from a very slow inference speed. Recently proposed question retrieval models tackle this problem by indexing question-answer pa…

Computational EfficiencyRetrievalVocal Bursts Valence Prediction

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

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

Relevance-guided Supervision for OpenQA with ColBERT

2020-07-01 · Omar Khattab, Christopher Potts, Matei Zaharia

Systems for Open-Domain Question Answering (OpenQA) generally depend on a retriever for finding candidate passages in a large corpus and a reader for extracting answers from those passages. In much recent work, the retri…

Natural QuestionsOpen-Domain Question AnsweringQuestion AnsweringRetrieval+1