CLLGJul 3, 2020

Abstractive and mixed summarization for long-single documents

arXiv:2007.01918v10.2Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the bottleneck of applying summarization models to long documents, though it is incremental as it adapts existing architectures to new data.

This paper tackles the problem of limited dataset diversity in automatic summarization by training six neural models on scientific papers instead of short news articles, finding that hierarchical encoder models performed best.

The lack of diversity in the datasets available for automatic summarization of documents has meant that the vast majority of neural models for automatic summarization have been trained with news articles. These datasets are relatively small, with an average size of about 600 words, and the models trained with such data sets see their performance limited to short documents. In order to surmount this problem, this paper uses scientific papers as the dataset on which different models are trained. These models have been chosen based on their performance on the CNN/Daily Mail data set, so that the highest ranked model of each architectural variant is selected. In this work, six different models are compared, two with an RNN architecture, one with a CNN architecture, two with a Transformer architecture and one with a Transformer architecture combined with reinforcement learning. The results from this work show that those models that use a hierarchical encoder to model the structure of the document has a better performance than the rest.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes