yumoxu / guided_summarization

GSum: A General Framework for Guided Neural Abstractive Summarization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementations of our paper GSum: A General Framework for Guided Neural Abstractive Summarization.

Code

The bart and bert repos contain code and documentations for BART- and BERT-based models respectively.

The scripts repo contains some helper functions for extracting the guidance signals.

Citation

@inproceedings{dou2021gsum,
  title={GSum: A General Framework for Guided Neural Abstractive Summarization},
  author={Dou, Zi-Yi and Liu, Pengfei and Hayashi, Hiroaki and Jiang, Zhengbao and Neubig, Graham},
  booktitle={Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
  year={2021}
}

About

GSum: A General Framework for Guided Neural Abstractive Summarization

License:MIT License


Languages

Language:Python 96.8%Language:Cuda 1.8%Language:C++ 0.8%Language:Cython 0.4%Language:Shell 0.2%