CLOct 18, 2019

Concept Pointer Network for Abstractive Summarization

arXiv:1910.08486v11012 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of generating more abstractive and conceptually rich summaries for natural language processing applications, representing an incremental advancement over existing pointer generator models.

The paper tackled abstractive summarization by introducing a concept pointer network that generates summaries with higher-level semantic concepts, achieving statistically significant improvements over state-of-the-art models on DUC-2004 and Gigaword datasets.

A quality abstractive summary should not only copy salient source texts as summaries but should also tend to generate new conceptual words to express concrete details. Inspired by the popular pointer generator sequence-to-sequence model, this paper presents a concept pointer network for improving these aspects of abstractive summarization. The network leverages knowledge-based, context-aware conceptualizations to derive an extended set of candidate concepts. The model then points to the most appropriate choice using both the concept set and original source text. This joint approach generates abstractive summaries with higher-level semantic concepts. The training model is also optimized in a way that adapts to different data, which is based on a novel method of distantly-supervised learning guided by reference summaries and testing set. Overall, the proposed approach provides statistically significant improvements over several state-of-the-art models on both the DUC-2004 and Gigaword datasets. A human evaluation of the model's abstractive abilities also supports the quality of the summaries produced within this framework.

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