paper-with-me

홈 › Papers

Learning to Select the Relevant History Turns in Conversational Question Answering

2023-08-04 · Munazza Zaib, Wei Emma Zhang, Quan Z. Sheng, Subhash Sagar, Adnan Mahmood, Yang Zhang

The increasing demand for the web-based digital assistants has given a rapid rise in the interest of the Information Retrieval (IR) community towards the field of conversational question answering (ConvQA). However, one of the critical aspects of ConvQA is the effective selection of conversational history turns to answer the question at hand. The dependency between relevant history selection and correct answer prediction is an intriguing but under-explored area. The selected relevant context can better guide the system so as to where exactly in the passage to look for an answer. Irrelevant context, on the other hand, brings noise to the system, thereby resulting in a decline in the model's performance. In this paper, we propose a framework, DHS-ConvQA (Dynamic History Selection in Conversational Question Answering), that first generates the context and question entities for all the history turns, which are then pruned on the basis of similarity they share in common with the question at hand. We also propose an attention-based mechanism to re-rank the pruned terms based on their calculated weights of how useful they are in answering the question. In the end, we further aid the model by highlighting the terms in the re-ranked conversational history using a binary classification task and keeping the useful terms (predicted as 1) and ignoring the irrelevant terms (predicted as 0). We demonstrate the efficacy of our proposed framework with extensive experimental results on CANARD and QuAC -- the two popularly utilized datasets in ConvQA. We demonstrate that selecting relevant turns works better than rewriting the original question. We also investigate how adding the irrelevant history turns negatively impacts the model's performance and discuss the research challenges that demand more attention from the IR community.

📄 PDF Abstract BibTeX arXiv:2308.02294

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationConversational Question AnsweringInformation RetrievalQuestion Answering

Similar Papers 제목 키워드 기반

Role of Attentive History Selection in Conversational Information Seeking

2021-02-07 · Somil Gupta, Neeraj Sharma

The rise of intelligent assistant systems like Siri and Alexa have led to the emergence of Conversational Search, a research track of Information Retrieval (IR) that involves interactive and iterative information-seeking…

Conversational SearchInformation RetrievalRetrieval

Combining Impression Feature Representation for Multi-turn Conversational Question Answering

2020-10-01 · CCL 2020 10 · Shaoling Jing, Shibo Hong, Dongyan Zhao, Haihua Xie 외

Multi-turn conversational Question Answering (ConvQA) is a practical task that requires the understanding of conversation history, such as previous QA pairs, the passage context, and current question. It can be applied t…

Conversational Question Answeringfeature selectionQuestion Answering

BERT-CoQAC: BERT-based Conversational Question Answering in Context

2021-04-23 · Munazza Zaib, Dai Hoang Tran, Subhash Sagar, Adnan Mahmood 외

As one promising way to inquire about any particular information through a dialog with the bot, question answering dialog systems have gained increasing research interests recently. Designing interactive QA systems has a…

Conversational Question AnsweringLanguage ModellingNatural Language UnderstandingQuestion Answering+1

NORMY: Non-Uniform History Modeling for Open Retrieval Conversational Question Answering

2024-02-07 · Muhammad Shihab Rashid, Jannat Ara Meem, Vagelis Hristidis

Open Retrieval Conversational Question Answering (OrConvQA) answers a question given a conversation as context and a document collection. A typical OrConvQA pipeline consists of three modules: a Retriever to retrieve rel…

Conversational Question AnsweringKeyphrase ExtractionQuestion AnsweringRetrieval

BERT with History Answer Embedding for Conversational Question Answering

2019-05-14 · Chen Qu, Liu Yang, Minghui Qiu, W. Bruce Croft 외

Conversational search is an emerging topic in the information retrieval community. One of the major challenges to multi-turn conversational search is to model the conversation history to answer the current question. Exis…

Conversational Question AnsweringConversational SearchInformation RetrievalQuestion Answering+1