paper-with-me

홈 › Papers

Attentive History Selection for Conversational Question Answering

2019-08-26 · Chen Qu, Liu Yang, Minghui Qiu, Yongfeng Zhang, Cen Chen, W. Bruce Croft, Mohit Iyyer

Conversational question answering (ConvQA) is a simplified but concrete setting of conversational search. One of its major challenges is to leverage the conversation history to understand and answer the current question. In this work, we propose a novel solution for ConvQA that involves three aspects. First, we propose a positional history answer embedding method to encode conversation history with position information using BERT in a natural way. BERT is a powerful technique for text representation. Second, we design a history attention mechanism (HAM) to conduct a "soft selection" for conversation histories. This method attends to history turns with different weights based on how helpful they are on answering the current question. Third, in addition to handling conversation history, we take advantage of multi-task learning (MTL) to do answer prediction along with another essential conversation task (dialog act prediction) using a uniform model architecture. MTL is able to learn more expressive and generic representations to improve the performance of ConvQA. We demonstrate the effectiveness of our model with extensive experimental evaluations on QuAC, a large-scale ConvQA dataset. We show that position information plays an important role in conversation history modeling. We also visualize the history attention and provide new insights into conversation history understanding.

📄 PDF Abstract BibTeX arXiv:1908.09456

Code (2)

prdwb/attentive_history_selection 공식 구현 tf
kathrynchapman/QA_project pytorch

Tasks

Conversational Question AnsweringConversational SearchMulti-Task LearningPositionQuestion Answering

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Learning to Identify Follow-Up Questions in Conversational Question Answering

2020-07-01 · ACL 2020 6 · Souvik Kundu, Qian Lin, Hwee Tou Ng

Despite recent progress in conversational question answering, most prior work does not focus on follow-up questions. Practical conversational question answering systems often receive follow-up questions in an ongoing con…

Conversational Question AnsweringQuestion Answering

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

Capturing Conversational Interaction for Question Answering via Global History Reasoning

2022-07-01 · Findings (NAACL) 2022 7 · Jin Qian, Bowei Zou, Mengxing Dong, Xiao Li 외

Conversational Question Answering (ConvQA) is required to answer the current question, conditioned on the observable paragraph-level context and conversation history. Previous works have intensively studied history-depen…

Conversational Question AnsweringQuestion Answering

Learning to Select the Relevant History Turns in Conversational Question Answering

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

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 …

Binary ClassificationConversational Question AnsweringInformation RetrievalQuestion Answering

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