paper-with-me

홈 › Papers

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

2021-04-23 · Munazza Zaib, Dai Hoang Tran, Subhash Sagar, Adnan Mahmood, Wei E. Zhang, Quan Z. Sheng

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 always been a challenging task in natural language processing and used as a benchmark to evaluate a machine's ability of natural language understanding. However, such systems often struggle when the question answering is carried out in multiple turns by the users to seek more information based on what they have already learned, thus, giving rise to another complicated form called Conversational Question Answering (CQA). CQA systems are often criticized for not understanding or utilizing the previous context of the conversation when answering the questions. To address the research gap, in this paper, we explore how to integrate conversational history into the neural machine comprehension system. On one hand, we introduce a framework based on a publically available pre-trained language model called BERT for incorporating history turns into the system. On the other hand, we propose a history selection mechanism that selects the turns that are relevant and contributes the most to answer the current question. Experimentation results revealed that our framework is comparable in performance with the state-of-the-art models on the QuAC leader board. We also conduct a number of experiments to show the side effects of using entire context information which brings unnecessary information and noise signals resulting in a decline in the model's performance.

📄 PDF Abstract BibTeX arXiv:2104.11394

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringLanguage ModellingNatural Language UnderstandingQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 &…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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.

Similar Papers 제목 키워드 기반

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

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

Ensemble ALBERT and RoBERTa for Span Prediction in Question Answering

2021-08-01 · ACL (dialdoc) 2021 8 · Sony Bachina, Spandana Balumuri, Sowmya Kamath S

Retrieving relevant answers from heterogeneous data formats, for given for questions, is a challenging problem. The process of pinpointing relevant information suitable to answer a question is further compounded in large…

Conversational Question AnsweringNatural QuestionsQuestion Answering

Unsupervised Domain Adaptation of Contextual Embeddings for Low-Resource Duplicate Question Detection

2019-11-06 · Alexandre Rochette, Yadollah Yaghoobzadeh, Timothy J. Hazen

Answering questions is a primary goal of many conversational systems or search products. While most current systems have focused on answering questions against structured databases or curated knowledge graphs, on-line co…

Domain AdaptationKnowledge GraphsQuestion AnsweringSelf-Supervised Learning+1

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