Skip to content

Modifying "Template Filling with Generative Transformers" for timeline extraction

License

Notifications You must be signed in to change notification settings

bkorycki/gtt-timeline-extraction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Filling with Generative Transformers (NAACL 2021 short)

paper link

Dependencies

  • Python 3.6.10
  • Transformers: transformers 2.4.1 installed from source.
  • Pytorch-Lightning==0.7.1
  • Pytorch==1.4.0
  • seqeval

Dataset

  • ./data/muc, refer to ./data/muc/README.md for details

Eval

  • eval on preds_gtt.out python eval.py --pred_file model_gtt/preds_gtt.out

GTT model

Citation

If you use our materials, please cite

@inproceedings{du2021gtt,
  title={Template Filling with Generative Transformers},
  author={Du, Xinya and Rush, Alexander M and Cardie, Claire},
  booktitle = "Proceedings of the 2021 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies",
  year={2021}
}

About

Modifying "Template Filling with Generative Transformers" for timeline extraction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.6%
  • Emacs Lisp 26.8%
  • Shell 3.7%
  • Roff 2.9%