T-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 novel conditional variational autoencoder based on Transformer for missing plot generation. Our model uses shared attention layers for encoder and decoder, which make the most of the contextual clues, and a latent variable for learning the distribution of coherent story plots. Through drawing samples from the learned distribution, diverse reasonable plots can be generated. Both automatic and manual evaluations show that our model generates better story plots than state-of-the-art models in terms of readability, diversity and coherence.
Code (1)
Tasks
DecoderDiversityStory CompletionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Transformer-Based Conditioned Variational Autoencoder for Dialogue Generation
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…
Dialogue GenerationTransformer-based Conditional Variational Autoencoder for Controllable Story Generation
We investigate large-scale latent variable models (LVMs) for neural story generation -- an under-explored application for open-domain long text -- with objectives in two threads: generation effectiveness and controllabil…
DecoderRepresentation LearningStory GenerationRGCVAE: Relational Graph Conditioned Variational Autoencoder for Molecule Design
Identifying molecules that exhibit some pre-specified properties is a difficult problem to solve. In the last few years, deep generative models have been used for molecule generation. Deep Graph Variational Autoencoders …
Plan-CVAE: A Planning-based Conditional Variational Autoencoder for Story Generation
Story generation is a challenging task of automatically creating natural languages to describe a sequence of events, which requires outputting text with not only a consistent topic but also novel wordings. Although many …
DiversityStory GenerationDiversity-aware Event Prediction based on a Conditional Variational Autoencoder with Reconstruction
Typical event sequences are an important class of commonsense knowledge. Formalizing the task as the generation of a next event conditioned on a current event, previous work in event prediction employs sequence-to-sequen…
Diversity