Generating Reasonable and Diversified Story Ending Using Sequence to Sequence Model with Adversarial Training
Story generation is a challenging problem in artificial intelligence (AI) and has received a lot of interests in the natural language processing (NLP) community. Most previous work tried to solve this problem using Sequence to Sequence (Seq2Seq) model trained with Maximum Likelihood Estimation (MLE). However, the pure MLE training objective much limits the power of Seq2Seq model in generating high-quality storys. In this paper, we propose using adversarial training augmented Seq2Seq model to generate reasonable and diversified story endings given a story context. Our model includes a generator that defines the policy of generating a story ending, and a discriminator that labels story endings as human-generated or machine-generated. Carefully designed human and automatic evaluation metrics demonstrate that our adversarial training augmented Seq2Seq model can generate more reasonable and diversified story endings compared to purely MLE-trained Seq2Seq model. Moreover, our model achieves better performance on the task of Story Cloze Test with an accuracy of 62.6{\%} compared with state-of-the-art baseline methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Cloze TestInformation RetrievalStory GenerationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
An Ion Exchange Mechanism Inspired Story Ending Generator for Different Characters
Story ending generation aims at generating reasonable endings for a given story context. Most existing studies in this area focus on generating coherent or diversified story endings, while they ignore that different char…
DecoderDescriptiveLearning to Control the Fine-grained Sentiment for Story Ending Generation
Automatic story ending generation is an interesting and challenging task in natural language generation. Previous studies are mainly limited to generate coherent, reasonable and diversified story endings, and few works f…
DecoderText GenerationStory Ending Generation with Incremental Encoding and Commonsense Knowledge
Generating a reasonable ending for a given story context, i.e., story ending generation, is a strong indication of story comprehension. This task requires not only to understand the context clues which play an important …
Image-guided Story Ending GenerationWriterForcing: Generating more interesting story endings
We study the problem of generating interesting endings for stories. Neural generative models have shown promising results for various text generation problems. Sequence to Sequence (Seq2Seq) models are typically trained …
Text GenerationIncorporating Structured Commonsense Knowledge in Story Completion
The ability to select an appropriate story ending is the first step towards perfect narrative comprehension. Story ending prediction requires not only the explicit clues within the context, but also the implicit knowledg…
Story Completion