paper-with-me

홈 › Papers

BERT with History Answer Embedding for Conversational Question Answering

2019-05-14 · Chen Qu, Liu Yang, Minghui Qiu, W. Bruce Croft, Yongfeng Zhang, Mohit Iyyer

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. Existing methods either prepend history turns to the current question or use complicated attention mechanisms to model the history. We propose a conceptually simple yet highly effective approach referred to as history answer embedding. It enables seamless integration of conversation history into a conversational question answering (ConvQA) model built on BERT (Bidirectional Encoder Representations from Transformers). We first explain our view that ConvQA is a simplified but concrete setting of conversational search, and then we provide a general framework to solve ConvQA. We further demonstrate the effectiveness of our approach under this framework. Finally, we analyze the impact of different numbers of history turns under different settings to provide new insights into conversation history modeling in ConvQA.

📄 PDF Abstract BibTeX arXiv:1905.05412

Code (1)

prdwb/bert_hae 공식 구현 tf

Tasks

Conversational Question AnsweringConversational SearchInformation RetrievalQuestion AnsweringRetrieval

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 제목 키워드 기반

Attentive History Selection for Conversational Question Answering

2019-08-26 · Chen Qu, Liu Yang, Minghui Qiu, Yongfeng Zhang 외

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.…

Conversational Question AnsweringConversational SearchMulti-Task LearningPosition+1

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

Technical report on Conversational Question Answering

2019-09-24 · Ying Ju, Fubang Zhao, Shijie Chen, Bowen Zheng 외

Conversational Question Answering is a challenging task since it requires understanding of conversational history. In this project, we propose a new system RoBERTa + AT +KD, which involves rationale tagging multi-task, a…

Conversational Question AnsweringData AugmentationKnowledge DistillationQuestion Answering

A Simple but Effective Method to Incorporate Multi-turn Context with BERT for Conversational Machine Comprehension

2019-05-30 · WS 2019 8 · Yasuhito Ohsugi, Itsumi Saito, Kyosuke Nishida, Hisako Asano 외

Conversational machine comprehension (CMC) requires understanding the context of multi-turn dialogue. Using BERT, a pre-training language model, has been successful for single-turn machine comprehension, while modeling m…

Language ModelingLanguage ModellingQuestion AnsweringReading Comprehension

BERT Embeddings Can Track Context in Conversational Search

2021-04-13 · Rafael Ferreira, David Semedo, Joao Magalhaes

The use of conversational assistants to search for information is becoming increasingly more popular among the general public, pushing the research towards more advanced and sophisticated techniques. In the last few year…

Conversational SearchRe-Ranking