paper-with-me

홈 › Papers

Adaptive Information Seeking for Open-Domain Question Answering

2021-09-14 · EMNLP 2021 11 · Yunchang Zhu, Liang Pang, Yanyan Lan, HuaWei Shen, Xueqi Cheng

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.

📄 PDF Abstract BibTeX arXiv:2109.06747

Code (1)

zycdev/aiso 공식 구현 pytorch

Tasks

Open-Domain Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Pangu DeepDiver: Adaptive Search Intensity Scaling via Open-Web Reinforcement Learning

2025-05-30 · Wenxuan Shi, Haochen Tan, Chuqiao Kuang, Xiaoguang Li 외

Information seeking demands iterative evidence gathering and reflective reasoning, yet large language models (LLMs) still struggle with it in open-web question answering. Existing methods rely on static prompting rules o…

Question AnsweringReinforcement Learning (RL)

CREPE: Open-Domain Question Answering with False Presuppositions

2022-11-30 · Xinyan Velocity Yu, Sewon Min, Luke Zettlemoyer, Hannaneh Hajishirzi

Information seeking users often pose questions with false presuppositions, especially when asking about unfamiliar topics. Most existing question answering (QA) datasets, in contrast, assume all questions have well defin…

Open-Domain Question AnsweringQuestion Answering

ISEEQ: Information Seeking Question Generation using Dynamic Meta-Information Retrieval and Knowledge Graphs

2021-12-13 · Manas Gaur, Kalpa Gunaratna, Vijay Srinivasan, Hongxia Jin

Conversational Information Seeking (CIS) is a relatively new research area within conversational AI that attempts to seek information from end-users in order to understand and satisfy users' needs. If realized, such a sy…

Information RetrievalKnowledge GraphsQuestion GenerationQuestion-Generation+1

(QA)$^2$: Question Answering with Questionable Assumptions

2022-12-20 · Najoung Kim, Phu Mon Htut, Samuel R. Bowman, Jackson Petty

Naturally occurring information-seeking questions often contain questionable assumptions -- assumptions that are false or unverifiable. Questions containing questionable assumptions are challenging because they require a…

Question Answering

TopiOCQA: Open-domain Conversational Question Answering with Topic Switching

2021-10-02 · Vaibhav Adlakha, Shehzaad Dhuliawala, Kaheer Suleman, Harm de Vries 외

In a conversational question answering scenario, a questioner seeks to extract information about a topic through a series of interdependent questions and answers. As the conversation progresses, they may switch to relate…

Conversational Question AnsweringQuestion AnsweringRetrievalvalid