paper-with-me

Papers

DialogueBERT: A Self-Supervised Learning based Dialogue Pre-training Encoder

2021-09-22 · Zhenyu Zhang, Tao Guo, Meng Chen

With the rapid development of artificial intelligence, conversational bots have became prevalent in mainstream E-commerce platforms, which can provide convenient customer service timely. To satisfy the user, the conversational bots need to understand the user's intention, detect the user's emotion, and extract the key entities from the conversational utterances. However, understanding dialogues is regarded as a very challenging task. Different from common language understanding, utterances in dialogues appear alternately from different roles and are usually organized as hierarchical structures. To facilitate the understanding of dialogues, in this paper, we propose a novel contextual dialogue encoder (i.e. DialogueBERT) based on the popular pre-trained language model BERT. Five self-supervised learning pre-training tasks are devised for learning the particularity of dialouge utterances. Four different input embeddings are integrated to catch the relationship between utterances, including turn embedding, role embedding, token embedding and position embedding. DialogueBERT was pre-trained with 70 million dialogues in real scenario, and then fine-tuned in three different downstream dialogue understanding tasks. Experimental results show that DialogueBERT achieves exciting results with 88.63% accuracy for intent recognition, 94.25% accuracy for emotion recognition and 97.04% F1 score for named entity recognition, which outperforms several strong baselines by a large margin.

📄 PDF Abstract BibTeX arXiv:2109.10480

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue UnderstandingEmotion RecognitionIntent RecognitionLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Role EmbeddingSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
WordPiece 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

MCP: Self-supervised Pre-training for Personalized Chatbots with Multi-level Contrastive Sampling

2022-10-17 · Zhaoheng Huang, Zhicheng Dou, Yutao Zhu, Zhengyi Ma

Personalized chatbots focus on endowing the chatbots with a consistent personality to behave like real users and further act as personal assistants. Previous studies have explored generating implicit user profiles from t…

Response GenerationSelf-Supervised Learning

Unsupervised Abstractive Dialogue Summarization for Tete-a-Tetes

2020-09-15 · Xinyuan Zhang, Ruiyi Zhang, Manzil Zaheer, Amr Ahmed

High-quality dialogue-summary paired data is expensive to produce and domain-sensitive, making abstractive dialogue summarization a challenging task. In this work, we propose the first unsupervised abstractive dialogue s…

Abstractive Dialogue Summarizationdialogue summarySentenceText Summarization

RepSum: Unsupervised Dialogue Summarization based on Replacement Strategy

2021-08-01 · ACL 2021 5 · Xiyan Fu, Yating Zhang, Tianyi Wang, Xiaozhong Liu 외

In the field of dialogue summarization, due to the lack of training data, it is often difficult for supervised summary generation methods to learn vital information from dialogue context with limited data. Several attemp…

Dialogue GenerationSentenceSentence Compression

Enhancing Semantic Understanding with Self-supervised Methods for Abstractive Dialogue Summarization

2022-09-01 · Hyunjae Lee, Jaewoong Yun, Hyunjin Choi, Seongho Joe 외

Contextualized word embeddings can lead to state-of-the-art performances in natural language understanding. Recently, a pre-trained deep contextualized text encoder such as BERT has shown its potential in improving natur…

Abstractive Dialogue SummarizationAbstractive Text SummarizationArticlesDecoder+5

DIONYSUS: A Pre-trained Model for Low-Resource Dialogue Summarization

2022-12-20 · Yu Li, Baolin Peng, Pengcheng He, Michel Galley 외

Dialogue summarization has recently garnered significant attention due to its wide range of applications. However, existing methods for summarizing dialogues have limitations because they do not take into account the inh…

Decoder