paper-with-me

홈 › Papers

Generating Reasonable and Diversified Story Ending Using Sequence to Sequence Model with Adversarial Training

2018-08-01 · COLING 2018 8 · Zhongyang Li, Xiao Ding, Ting Liu

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cloze TestInformation RetrievalStory Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

An Ion Exchange Mechanism Inspired Story Ending Generator for Different Characters

2022-09-01 · Xinyu Jiang, Qi Zhang, Chongyang Shi, Kaiying Jiang 외

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…

DecoderDescriptive

Learning to Control the Fine-grained Sentiment for Story Ending Generation

2019-07-01 · ACL 2019 7 · Fuli Luo, Damai Dai, Pengcheng Yang, Tianyu Liu 외

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 Generation

Story Ending Generation with Incremental Encoding and Commonsense Knowledge

2018-08-30 · Jian Guan, Yansen Wang, Minlie Huang

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 Generation

WriterForcing: Generating more interesting story endings

2019-07-18 · WS 2019 8 · Prakhar Gupta, Vinayshekhar Bannihatti Kumar, Mukul Bhutani, Alan W. black

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 Generation

Incorporating Structured Commonsense Knowledge in Story Completion

2018-11-01 · Jiaao Chen, Jianshu Chen, Zhou Yu

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