Skip to content

Reproduction of source code for ACL 2022 paper DYLE using Pytorch-Lightning: Dynamic latent extraction for abstract long input summary

Notifications You must be signed in to change notification settings

Jinhyeong-Lim/DYLE-pytorch-lightning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DYLE_pytorch-lightning

Reproduction of source code for ACL 2022 paper DYLE using Pytorch-Lightning: Dynamic latent extraction for abstract long input summary

Folder Structure

  • dataloaders: the python scripts to convert original dataset to the uniform format.
  • oracle: Scripts to generate extractive oracles
  • utils: Various utility functions, such as cleaning and rouge
  • config.py: Set model configuration
  • Modules: Contains implementation of our dynamic extraction module
  • main.py: Train the model

Training and Evaluation

Download the Datasets and Models

Training

  python main.py --gpus -1 --distributed_backend dp

References

DYLE

Citation

@inproceedings{mao2021dyle,
  title={DYLE: Dynamic Latent Extraction for Abstractive Long-Input Summarization},
  author={Mao, Ziming and Wu, Chen Henry and Ni, Ansong and Zhang, Yusen and Zhang, Rui and Yu, Tao and Deb, Budhaditya and Zhu, Chenguang and Awadallah, Ahmed H and Radev, Dragomir},
  booktitle={ACL 2022},
  year={2022}
}

About

Reproduction of source code for ACL 2022 paper DYLE using Pytorch-Lightning: Dynamic latent extraction for abstract long input summary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages