paper-with-me

Papers

Open-Retrieval Conversational Question Answering

2020-05-22 · Chen Qu, Liu Yang, Cen Chen, Minghui Qiu, W. Bruce Croft, Mohit Iyyer

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.

📄 PDF Abstract BibTeX arXiv:2005.11364

Code (1)

prdwb/orconvqa-release 공식 구현 pytorch

Tasks

Conversational Question AnsweringConversational SearchInformation RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Open-Domain Conversational Question Answering with Historical Answers

2022-11-17 · Hung-Chieh Fang, Kuo-Han Hung, Chao-Wei Huang, Yun-Nung Chen

Open-domain conversational question answering can be viewed as two tasks: passage retrieval and conversational question answering, where the former relies on selecting candidate passages from a large corpus and the latte…

Conversational Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

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

Open-Domain Question Answering Goes Conversational via Question Rewriting

2020-10-10 · NAACL 2021 4 · Raviteja Anantha, Svitlana Vakulenko, Zhucheng Tu, Shayne Longpre 외

We introduce a new dataset for Question Rewriting in Conversational Context (QReCC), which contains 14K conversations with 80K question-answer pairs. The task in QReCC is to find answers to conversational questions withi…

Conversational Question AnsweringOpen-Domain Question AnsweringPassage RetrievalQuestion Answering+3

Conv-CoA: Improving Open-domain Question Answering in Large Language Models via Conversational Chain-of-Action

2024-05-28 · Zhenyu Pan, Haozheng Luo, Manling Li, Han Liu

We present a Conversational Chain-of-Action (Conv-CoA) framework for Open-domain Conversational Question Answering (OCQA). Compared with literature, Conv-CoA addresses three major challenges: (i) unfaithful hallucination…

Conversational Question AnsweringHallucinationInformation RetrievalOpen-Domain Question Answering+2

A Graph-guided Multi-round Retrieval Method for Conversational Open-domain Question Answering

2021-04-17 · Yongqi Li, Wenjie Li, Liqiang Nie

In recent years, conversational agents have provided a natural and convenient access to useful information in people's daily life, along with a broad and new research topic, conversational question answering (QA). Among …

Conversational Question AnsweringOpen-Domain Question AnsweringQuestion AnsweringRetrieval