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

Adaptive Information Seeking for Open-Domain Question Answering

About

Information seeking is an essential step for open-domain question answering to efficiently gather evidence from a large corpus. Recently, iterative approaches have been proven to be effective for complex questions, by recursively retrieving new evidence at each step. However, almost all existing iterative approaches use predefined strategies, either applying the same retrieval function multiple times or fixing the order of different retrieval functions, which cannot fulfill the diverse requirements of various questions. In this paper, we propose a novel adaptive information-seeking strategy for open-domain question answering, namely AISO. Specifically, the whole retrieval and answer process is modeled as a partially observed Markov decision process, where three types of retrieval operations (e.g., BM25, DPR, and hyperlink) and one answer operation are defined as actions. According to the learned policy, AISO could adaptively select a proper retrieval action to seek the missing evidence at each step, based on the collected evidence and the reformulated query, or directly output the answer when the evidence set is sufficient for the question. Experiments on SQuAD Open and HotpotQA fullwiki, which serve as single-hop and multi-hop open-domain QA benchmarks, show that AISO outperforms all baseline methods with predefined strategies in terms of both retrieval and answer evaluations.

Yunchang Zhu, Liang Pang, Yanyan Lan, Huawei Shen, Xueqi Cheng• 2021

Related benchmarks

TaskDatasetResultRank
Question AnsweringHotpotQA
EM67.5
79
Fact VerificationFEVER
Accuracy0.895
67
Answer extraction and supporting sentence predictionHotpotQA fullwiki (test)
Answer EM67.5
48
Question AnsweringHotpotQA (dev)
Answer F180.9
43
Question AnsweringHotpotQA (test)
Ans F180.5
37
Question AnsweringSQuAD-Open
EM59.5
28
Question AnsweringHotpotQA full wiki (dev)
F180.9
20
RetrievalHotpotQA full wiki (dev)
PEM88.17
19
Supporting Fact PredictionHotpotQA full wiki (dev)
F1 Score86.5
19
Answer extraction and supporting sentence predictionHotpotQA fullwiki (dev)
Answer EM45.9
15
Showing 10 of 11 rows

Other info

Code

Follow for update