Code Monkey home page Code Monkey logo

awesomeseg's Introduction

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.

awesomeseg's People

Contributors

krystalan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

awesomeseg's Issues

where is the HGT?

在main.py代码执行的过程中需要HGT模块,但是好像没有提供吗

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.