SOTAVerified

Selective Encoding for Abstractive Sentence Summarization

2017-04-24ACL 2017Code Available0· sign in to hype

Qingyu Zhou, Nan Yang, Furu Wei, Ming Zhou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a selective encoding model to extend the sequence-to-sequence framework for abstractive sentence summarization. It consists of a sentence encoder, a selective gate network, and an attention equipped decoder. The sentence encoder and decoder are built with recurrent neural networks. The selective gate network constructs a second level sentence representation by controlling the information flow from encoder to decoder. The second level representation is tailored for sentence summarization task, which leads to better performance. We evaluate our model on the English Gigaword, DUC 2004 and MSR abstractive sentence summarization datasets. The experimental results show that the proposed selective encoding model outperforms the state-of-the-art baseline models.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DUC 2004 Task 1SEASSROUGE-129.21Unverified
GigaWordSEASSROUGE-136.15Unverified

Reproductions