paper-with-me

홈 › Papers

Transformer-Based Conditioned Variational Autoencoder for Dialogue Generation

2022-10-22 · Huihui Yang

In human dialogue, a single query may elicit numerous appropriate responses. The Transformer-based dialogue model produces frequently occurring sentences in the corpus since it is a one-to-one mapping function. CVAE is a technique for reducing generic replies. In this paper, we create a new dialogue model (CVAE-T) based on the Transformer with CVAE structure. We use a pre-trained MLM model to rewrite some key n-grams in responses to obtain a series of negative examples, and introduce a regularization term during training to explicitly guide the latent variable in learning the semantic differences between each pair of positive and negative examples. Experiments suggest that the method we design is capable of producing more informative replies.

📄 PDF Abstract BibTeX arXiv:2210.12326

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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$…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Variational Transformers for Diverse Response Generation

2020-03-28 · Zhaojiang Lin, Genta Indra Winata, Peng Xu, Zihan Liu 외

Despite the great promise of Transformers in many sequence modeling tasks (e.g., machine translation), their deterministic nature hinders them from generalizing to high entropy tasks such as dialogue response generation.…

DecoderDiversityMachine TranslationResponse Generation+1

Conditioned Query Generation for Task-Oriented Dialogue Systems

2019-11-09 · Stéphane d'Ascoli, Alice Coucke, Francesco Caltagirone, Alexandre Caulier 외

Scarcity of training data for task-oriented dialogue systems is a well known problem that is usually tackled with costly and time-consuming manual data annotation. An alternative solution is to rely on automatic text gen…

DiversityTask-Oriented Dialogue SystemsText Generation

T-CVAE: Transformer-Based Conditioned Variational Autoencoder for Story Completion

2019-07-01 · International Joint Conference on Artificial Intelligence 2019 7 · Tianming Wang, Xiaojun Wan

Story completion is a very challenging task of generating the missing plot for an incomplete story, which requires not only understanding but also inference of the given contextual clues. In this paper, we present a nove…

DecoderDiversityStory Completion

Prompt Conditioned VAE: Enhancing Generative Replay for Lifelong Learning in Task-Oriented Dialogue

2022-10-14 · Yingxiu Zhao, Yinhe Zheng, Zhiliang Tian, Chang Gao 외

Lifelong learning (LL) is vital for advanced task-oriented dialogue (ToD) systems. To address the catastrophic forgetting issue of LL, generative replay methods are widely employed to consolidate past knowledge with gene…

Lifelong learningNatural Language Understanding

Conditioned Text Generation with Transfer for Closed-Domain Dialogue Systems

2020-11-03 · Stéphane d'Ascoli, Alice Coucke, Francesco Caltagirone, Alexandre Caulier 외

Scarcity of training data for task-oriented dialogue systems is a well known problem that is usually tackled with costly and time-consuming manual data annotation. An alternative solution is to rely on automatic text gen…

Data AugmentationDiversityLanguage ModellingTask-Oriented Dialogue Systems+1