Selective Encoding for Abstractive Sentence Summarization
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Text Summarization | DUC 2004 (test) | ROUGE-129.21 | 115 | |
| Text Summarization | Gigaword (test) | ROUGE-146.86 | 75 | |
| Abstractive Summarization | Gigaword (test) | ROUGE-136.15 | 58 | |
| Abstractive Summarization | Gigawords (test) | ROUGE-136.2 | 27 | |
| Abstractive Text Summarization | Gigaword | ROUGE-136.15 | 14 | |
| Abstractive Summarization | Gigaword full-length F1 (test) | ROUGE-1 F136.15 | 12 | |
| Abstractive Sentence Summarization | MSR-ATC (test) | ROUGE-125.75 | 5 | |
| Sentence Summarization | Internal English Gigaword (test) | ROUGE-146.86 | 5 |