Point-less: More Abstractive Summarization with Pointer-Generator Networks
Computation and Language
2019-05-07 v1
Abstract
The Pointer-Generator architecture has shown to be a big improvement for abstractive summarization seq2seq models. However, the summaries produced by this model are largely extractive as over 30% of the generated sentences are copied from the source text. This work proposes a multihead attention mechanism, pointer dropout, and two new loss functions to promote more abstractive summaries while maintaining similar ROUGE scores. Both the multihead attention and dropout do not improve N-gram novelty, however, the dropout acts as a regularizer which improves the ROUGE score. The new loss function achieves significantly higher novel N-grams and sentences, at the cost of a slightly lower ROUGE score.
Cite
@article{arxiv.1905.01975,
title = {Point-less: More Abstractive Summarization with Pointer-Generator Networks},
author = {Freek Boutkan and Jorn Ranzijn and David Rau and Eelco van der Wel},
journal= {arXiv preprint arXiv:1905.01975},
year = {2019}
}
Comments
7 pages