Adaptive Information Seeking for Open-Domain Question Answering
Yunchang Zhu, Liang Pang, Yanyan Lan, Huawei Shen, Xueqi Cheng

TL;DR
This paper introduces AISO, an adaptive, reinforcement learning-based strategy for open-domain question answering that dynamically chooses retrieval methods to efficiently gather evidence and improve answer accuracy.
Contribution
The paper presents a novel adaptive information-seeking approach modeled as a Markov decision process, enabling dynamic selection of retrieval strategies for open-domain QA.
Findings
AISO outperforms baseline methods on SQuAD Open and HotpotQA benchmarks.
Adaptive retrieval improves evidence collection efficiency.
Dynamic strategy selection enhances answer accuracy.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Expert finding and Q&A systems
