IRCLMay 22, 2020

Open-Retrieval Conversational Question Answering

arXiv:2005.11364v1203 citations
AI Analysis

This work addresses the limitation of simplified conversational search settings by proposing a more functional approach, though it appears incremental as it builds on existing Transformer-based methods.

The paper tackles the problem of conversational search by introducing an open-retrieval conversational question answering (ORConvQA) setting, which learns to retrieve evidence from a large collection before extracting answers, and demonstrates that a learnable retriever is crucial and that enabling history modeling in all system components leads to substantial improvements.

Conversational search is one of the ultimate goals of information retrieval. Recent research approaches conversational search by simplified settings of response ranking and conversational question answering, where an answer is either selected from a given candidate set or extracted from a given passage. These simplifications neglect the fundamental role of retrieval in conversational search. To address this limitation, we introduce an open-retrieval conversational question answering (ORConvQA) setting, where we learn to retrieve evidence from a large collection before extracting answers, as a further step towards building functional conversational search systems. We create a dataset, OR-QuAC, to facilitate research on ORConvQA. We build an end-to-end system for ORConvQA, featuring a retriever, a reranker, and a reader that are all based on Transformers. Our extensive experiments on OR-QuAC demonstrate that a learnable retriever is crucial for ORConvQA. We further show that our system can make a substantial improvement when we enable history modeling in all system components. Moreover, we show that the reranker component contributes to the model performance by providing a regularization effect. Finally, further in-depth analyses are performed to provide new insights into ORConvQA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes