Skip to content

shruthi0898/Writing-editing-Network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing-editing Network: Paper Abstract Writing through Editing Mechanism

Paper Abstract Writing through Editing Mechanism

Accpeted by ACL 2018

Table of Contents

Requirements

Environment:

Data:

Quickstart

Preprocessing:

Put the acl_titles_and_abstracts.txt under the Writing-editing network folder. Randomly split the data into train, dev and test by runing split_data.py.

Training

Hyperparameter can be adjust in the Config class of main.py.

python main.py --cuda --mode 0

Validation

Compute score:

python main.py --cuda --mode 3

Predict sentence:

python main.py --cuda --mode 1

Citation

@InProceedings{Writ_edit,
  author ="Wang, Qingyun
            and Zhou, Zhihao
            and Huang, Lifu
            and Whitehead, Spencer
            and Zhang, Boliang
            and Ji, Heng
            and Knight, Kevin",
  title = 	"Paper Abstract Writing through Editing Mechanism",
  booktitle = 	"Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics",
  year = 	"2018"
}

About

Code for Paper Abstract Writing through Editing Mechanism

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%