An open API service indexing awesome lists of open source software.

https://github.com/neulab/guided_summarization

GSum: A General Framework for Guided Neural Abstractive Summarization
https://github.com/neulab/guided_summarization

text-summarization

Last synced: 9 months ago
JSON representation

GSum: A General Framework for Guided Neural Abstractive Summarization

Awesome Lists containing this project

README

          

Implementations of our [paper](https://arxiv.org/abs/2010.08014) `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}
}
```