paper-with-me

홈 › Papers

Diverse Text Generation via Variational Encoder-Decoder Models with Gaussian Process Priors

2022-04-04 · Wanyu Du, Jianqiao Zhao, LiWei Wang, Yangfeng Ji

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.

📄 PDF Abstract BibTeX arXiv:2204.01227

Code (1)

wyu-du/gp-vae 공식 구현 pytorch

Tasks

DecoderDiversityGaussian ProcessesParaphrase GenerationRepresentation LearningStyle TransferText GenerationText Style TransferVariational Inference

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Improve Diverse Text Generation by Self Labeling Conditional Variational Auto Encoder

2019-03-26 · Yuchi Zhang, Yongliang Wang, Liping Zhang, Zhiqiang Zhang 외

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 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

Evaluating for Diversity in Question Generation over Text

2020-08-17 · Michael Sejr Schlichtkrull, Weiwei Cheng

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-Generation

On the Encoder-Decoder Incompatibility in Variational Text Modeling and Beyond

2020-04-20 · ACL 2020 6 · Chen Wu, Prince Zizhuang Wang, William Yang Wang

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+2

Variational Structured Semantic Inference for Diverse Image Captioning

2019-12-01 · NeurIPS 2019 12 · Fuhai Chen, Rongrong Ji, Jiayi Ji, Xiaoshuai Sun 외

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