paper-with-me

Papers

A Tailored Pre-Training Model for Task-Oriented Dialog Generation

2020-04-24 · Jing Gu, Qingyang Wu, Chongruo wu, Weiyan Shi, Zhou Yu

The recent success of large pre-trained language models such as BERT and GPT-2 has suggested the effectiveness of incorporating language priors in downstream dialog generation tasks. However, the performance of pre-trained models on the dialog task is not as optimal as expected. In this paper, we propose a Pre-trained Role Alternating Language model (PRAL), designed specifically for task-oriented conversational systems. We adopted (Wu et al., 2019) that models two speakers separately. We also design several techniques, such as start position randomization, knowledge distillation, and history discount to improve pre-training performance. We introduce a task-oriented dialog pretraining dataset by cleaning 13 existing data sets. We test PRAL on three different downstream tasks. The results show that PRAL performs better or on par with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2004.13835

Code (1)

qywu/PRAL pytorch

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingPosition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
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.
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

PRAL: A Tailored Pre-Training Model for Task-Oriented Dialog Generation

2021-08-01 · ACL 2021 5 · Jing Gu, Qingyang Wu, Chongruo wu, Weiyan Shi 외

Large pre-trained language generation models such as GPT-2 have demonstrated their effectiveness as language priors by reaching state-of-the-art results in various language generation tasks. However, the performance of p…

Knowledge DistillationLanguage ModelingLanguage ModellingPosition+1

Towards Reliable and Empathetic Depression-Diagnosis-Oriented Chats

2024-04-07 · Kunyao Lan, Cong Ming, Binwei Yao, Lu Chen 외

Chatbots can serve as a viable tool for preliminary depression diagnosis via interactive conversations with potential patients. Nevertheless, the blend of task-oriented and chit-chat in diagnosis-related dialogues necess…

Explicit State Tracking with Semi-Supervision for Neural Dialogue Generation

2018-08-31 · Xisen Jin, Wenqiang Lei, Zhaochun Ren, Hongshen Chen 외

The task of dialogue generation aims to automatically provide responses given previous utterances. Tracking dialogue states is an important ingredient in dialogue generation for estimating users' intention. However, the …

DecoderDialogue GenerationDialogue State Tracking

EmoWOZ: A Large-Scale Corpus and Labelling Scheme for Emotion Recognition in Task-Oriented Dialogue Systems

2021-09-10 · LREC 2022 6 · Shutong Feng, Nurul Lubis, Christian Geishauser, Hsien-Chin Lin 외

The ability to recognise emotions lends a conversational artificial intelligence a human touch. While emotions in chit-chat dialogues have received substantial attention, emotions in task-oriented dialogues remain largel…

Emotion RecognitionEmotion Recognition in ConversationTask-Oriented Dialogue Systems

EmoWOZ: A Large-Scale Corpus and Labelling Scheme for Emotion Recognition in Task-Oriented Dialogue Systems

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The ability to recognise emotions lends a conversational artificial intelligence a human touch. While emotions in chit-chat dialogues have received substantial attention, emotions in task-oriented dialogues have been lar…

Emotion RecognitionTask-Oriented Dialogue Systems