CLLGMLDec 5, 2018

Neural Abstractive Text Summarization with Sequence-to-Sequence Models

arXiv:1812.02303v4260 citationsHas Code
Originality Synthesis-oriented
AI Analysis

It offers a systematic review and tools for researchers in natural language processing, but is incremental as it synthesizes existing work rather than proposing new methods.

This paper provides a comprehensive literature survey on neural abstractive text summarization using sequence-to-sequence models, categorizing techniques by network structures, training strategies, and generation algorithms, and introduces an open-source toolkit (NATS) with benchmarking on datasets like CNN/Daily Mail, Newsroom, and Bytecup.

In the past few years, neural abstractive text summarization with sequence-to-sequence (seq2seq) models have gained a lot of popularity. Many interesting techniques have been proposed to improve seq2seq models, making them capable of handling different challenges, such as saliency, fluency and human readability, and generate high-quality summaries. Generally speaking, most of these techniques differ in one of these three categories: network structure, parameter inference, and decoding/generation. There are also other concerns, such as efficiency and parallelism for training a model. In this paper, we provide a comprehensive literature survey on different seq2seq models for abstractive text summarization from the viewpoint of network structures, training strategies, and summary generation algorithms. Several models were first proposed for language modeling and generation tasks, such as machine translation, and later applied to abstractive text summarization. Hence, we also provide a brief review of these models. As part of this survey, we also develop an open source library, namely, Neural Abstractive Text Summarizer (NATS) toolkit, for the abstractive text summarization. An extensive set of experiments have been conducted on the widely used CNN/Daily Mail dataset to examine the effectiveness of several different neural network components. Finally, we benchmark two models implemented in NATS on the two recently released datasets, namely, Newsroom and Bytecup.

Code Implementations5 repos
Foundations

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

Your Notes