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

Answering Open-Domain Questions of Varying Reasoning Steps from Text

About

We develop a unified system to answer directly from text open-domain questions that may require a varying number of retrieval steps. We employ a single multi-task transformer model to perform all the necessary subtasks -- retrieving supporting facts, reranking them, and predicting the answer from all retrieved documents -- in an iterative fashion. We avoid crucial assumptions of previous work that do not transfer well to real-world settings, including exploiting knowledge of the fixed number of retrieval steps required to answer each question or using structured metadata like knowledge bases or web links that have limited availability. Instead, we design a system that can answer open-domain questions on any text collection without prior knowledge of reasoning complexity. To emulate this setting, we construct a new benchmark, called BeerQA, by combining existing one- and two-step datasets with a new collection of 530 questions that require three Wikipedia pages to answer, unifying Wikipedia corpora versions in the process. We show that our model demonstrates competitive performance on both existing benchmarks and this new benchmark. We make the new benchmark available at https://beerqa.github.io/.

Peng Qi, Haejun Lee, Oghenetegiri "TG" Sido, Christopher D. Manning• 2020

Related benchmarks

TaskDatasetResultRank
Answer extraction and supporting sentence predictionHotpotQA fullwiki (test)
Answer EM66.3
48
Question AnsweringHotpotQA (test)
Ans F179.9
37
Open-domain Question AnsweringSQuAD Open-domain 1.1 (test)
Exact Match (EM)61.8
30
Question AnsweringSQuAD-Open
EM56.8
28
RetrievalHotpotQA full wiki (dev)
PEM84.1
19
End-to-end Question AnsweringHotpotQA official Wikipedia paragraphs
EM65.7
9
Passage retrievalHotpotQA (dev)
Passage EM84.1
7
End-to-end Question Answering3+ hop challenge questions (official Wikipedia paragraphs)
EM32.5
3
Showing 8 of 8 rows

Other info

Code

Follow for update