Skip to content

kohilin/ealm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EALM

The experimental scripts used in our paper:

@inproceedings{kohita-etal-2020-ealm,
    title = "Q-learning with Language Model for Edit-based Unsupervised Summarization",
    author = "Ryosuke, Kohita and Akifumi, Wachi and Yang, Zhao and Ryuki Tachibana",
    booktitle = "EMNLP",
    year = "2020"
}

Quick example

Prerequest

pip install -r requirements.txt

Training

sh run_train.sh

This will save a model ./model after reaching 1000 updates.

Predicting

sh run_predict.sh ./model data/sample.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published