Skip to content

krystalan/AwesomeSEG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

AwesomeSEG

This repo contains our research summary for Story Ending Generation (SEG), and we also provide the codes and generated results of our work on SEG.

Contents:

  1. SEG Paper List
  2. SHGN (DASFAA'22)

1.SEG Task

Story ending generation is the task of generating an ending sentence of a story given a story context. For example, given the story context:

Today is Halloween. 
Jack is so excited to go trick or treating tonight.
He is going to dress up like a monster.
The costume is real scary.

We hope the SEG model could generate a reasonable ending for the above story, such as:

He hopes to get a lot of candy.

1.1 Dataset - ROCStories Corpus

Existing SEG works all utilize ROCStories Corpus to evaluate performances of SEG model. Specifically, the ROCStories Corpus contains 98,162 five-sentence stories, in which the first four sentences is used as story context while the last one is regarded as story ending sentence.

1.2 Existing Work

Paper Conference/Journal Results (BLEU-1/2) Evaluation Tools Code Tags
From Plots to Endings: A Reinforced Pointer Generator for Story Ending Generation NLPCC 2018 28.51/11.92 nlg-eval SEG arch-LSTMtrain-MLE
Generating Reasonable and Diversified Story Ending Using Sequence to Sequence Model with Adversarial Training COLING 2018 - - arch-LSTMtrain-GANtrain-MLE
WriterForcing: Generating more interesting story endings ACL 2019 @ Storytelling - - WriterForcing arch-GRUinfo-Keywordstrain-MLEtrain-ITF
Learning to Control the Fine-grained Sentiment for Story Ending Generation ACL 2019 Short 19.8/6.7 - sentimental-story-ending arch-LSTMinfo-Sentimenttrain-MLE
Story Ending Generation with Incremental Encoding and Commonsense Knowledge AAAI 2019 26.82/9.36 - StoryEndGen arch-LSTMinfo-knowledgetrain-MLE
Generating Diverse Story Continuations with Controllable Semantics EMNLP 2019 @ NGT - - - arch-LSTMinfo-Controllabletrain-MLE
Toward a Better Story End: Collecting Human Evaluation with Reasons INLG 2019 - - SEG_HumanEvaluationReasons task-Metric
Story Ending Generation with Multi-Level Graph Convolutional Networks over Dependency Trees AAAI 2021 24.6/8.6 - MLGCN-DP arch-LSTMarch-GCNinfo-DPtrain-MLE
Incorporating sentimental trend into gated mechanism based transformer network for story ending generation Neurocomputing 2021 27.03/7.62 - - arch-Transformerinfo-Sentimenttrain-MLE
Incorporating Commonsense Knowledge into Story Ending Generation via Heterogeneous Graph Networks DASFAA 2022 25.6/9.4 nlg-eval & py-rouge SHGN arch-Transformerarch-gatinfo-Sentimentinfo-knowledge
CLseg: Contrastive Learning of Story Ending Generation ICASSP 2022 CLSEG

The concepts used in Tags are illustrated as follows:

  • arch:The architecture of the model, includes arch-LSTMarch-GRUarch-Transformer and arch-GCN tags.
  • train:The training strategy of the model, includes train-MLEtrain-GAN and train-ITF tags.
  • info:The additional infomation used in SEG, includes info-Keywordsinfo-Sentimentinfo-knowledgeinfo-DP (Dependency Parsing) and info-Controllable tags.
  • task:task-Metric tag indicates the evaluation work.

2.SHGN

We provide the codes and generated results of the DASFAA 2022 paper Incorporating Commonsense Knowledge into Story Ending Generation via Heterogeneous Graph Networks.

Codes

Please refer to the SHGN directory.

Generated results

The generated results of our SHGN are available at SHGN.txt. To reproduce the evaluation scores of our paper, please use nlg-eval and py-rouge toolkits to calculate BLEU and ROUGE scores, respectively.

About

A curated list of Story Ending Generation models; DASFAA'22: Incorporating Commonsense Knowledge into Story Ending Generation via Heterogeneous Graph Networks

Topics

Resources

Stars

Watchers

Forks

Languages