CLAug 23, 2018

Improving Abstraction in Text Summarization

arXiv:1808.07913v11156 citations
Originality Incremental advance
AI Analysis

This addresses the issue of generating more novel summaries for users of text summarization systems, though it is incremental as it builds on existing methods.

The paper tackled the problem of low abstraction in abstractive text summarization by proposing a decomposed decoder and a novelty metric, achieving results comparable to state-of-the-art models with significantly higher abstraction as measured by n-gram overlap.

Abstractive text summarization aims to shorten long text documents into a human readable form that contains the most important facts from the original document. However, the level of actual abstraction as measured by novel phrases that do not appear in the source document remains low in existing approaches. We propose two techniques to improve the level of abstraction of generated summaries. First, we decompose the decoder into a contextual network that retrieves relevant parts of the source document, and a pretrained language model that incorporates prior knowledge about language generation. Second, we propose a novelty metric that is optimized directly through policy learning to encourage the generation of novel phrases. Our model achieves results comparable to state-of-the-art models, as determined by ROUGE scores and human evaluations, while achieving a significantly higher level of abstraction as measured by n-gram overlap with the source document.

Foundations

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

Your Notes