Diverse Text Generation via Variational Encoder-Decoder Models with Gaussian Process Priors
Generating high quality texts with high diversity is important for many NLG applications, but current methods mostly focus on building deterministic models to generate higher quality texts and do not provide many options for promoting diversity. In this work, we present a novel latent structured variable model to generate high quality texts by enriching contextual representation learning of encoder-decoder models. Specifically, we introduce a stochastic function to map deterministic encoder hidden states into random context variables. The proposed stochastic function is sampled from a Gaussian process prior to (1) provide infinite number of joint Gaussian distributions of random context variables (diversity-promoting) and (2) explicitly model dependency between context variables (accurate-encoding). To address the learning challenge of Gaussian processes, we propose an efficient variational inference approach to approximate the posterior distribution of random context variables. We evaluate our method in two typical text generation tasks: paraphrase generation and text style transfer. Experimental results on benchmark datasets demonstrate that our method improves the generation quality and diversity compared with other baselines.
Code (1)
Tasks
DecoderDiversityGaussian ProcessesParaphrase GenerationRepresentation LearningStyle TransferText GenerationText Style TransferVariational InferenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Improve Diverse Text Generation by Self Labeling Conditional Variational Auto Encoder
Diversity plays a vital role in many text generating applications. In recent years, Conditional Variational Auto Encoders (CVAE) have shown promising performances for this task. However, they often encounter the so calle…
DecoderDiversityText GenerationT-CVAE: Transformer-Based Conditioned Variational Autoencoder for Story Completion
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 CompletionEvaluating for Diversity in Question Generation over Text
Generating diverse and relevant questions over text is a task with widespread applications. We argue that commonly-used evaluation metrics such as BLEU and METEOR are not suitable for this task due to the inherent divers…
DecoderDiversityQuestion GenerationQuestion-GenerationOn the Encoder-Decoder Incompatibility in Variational Text Modeling and Beyond
Variational autoencoders (VAEs) combine latent variables with amortized variational inference, whose optimization usually converges into a trivial local optimum termed posterior collapse, especially in text modeling. By …
DecoderDialogue GenerationDiversityLanguage Modeling+2Variational Structured Semantic Inference for Diverse Image Captioning
Despite the exciting progress in image captioning, generating diverse captions for a given image remains as an open problem. Existing methods typically apply generative models such as Variational Auto-Encoder to diversif…
DecoderDiversityImage Captioning