paper-with-me

Papers

Selective Encoding for Abstractive Sentence Summarization

2017-04-24 · ACL 2017 7 · Qingyu Zhou, Nan Yang, Furu Wei, Ming Zhou

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.

📄 PDF Abstract BibTeX arXiv:1704.07073

Code (2)

magic282/SEASS 공식 구현 pytorch
toru34/zhou_acl_2017

Tasks

DecoderSentenceSentence Summarization

Similar Papers 제목 키워드 기반

BiSET: Bi-directional Selective Encoding with Template for Abstractive Summarization

2019-06-12 · ACL 2019 7 · Kai Wang, Xiaojun Quan, Rui Wang

The success of neural summarization models stems from the meticulous encodings of source articles. To overcome the impediments of limited and sometimes noisy training data, one promising direction is to make better use o…

Abstractive Text SummarizationArticlesText Summarization

Selective Attention Encoders by Syntactic Graph Convolutional Networks for Document Summarization

2020-03-18 · Haiyang Xu, Yun Wang, Kun Han, Baochang Ma 외

Abstractive text summarization is a challenging task, and one need to design a mechanism to effectively extract salient information from the source text and then generate a summary. A parsing process of the source text c…

Abstractive Text SummarizationDocument SummarizationText Summarization

Summarization Programs: Interpretable Abstractive Summarization with Neural Modular Trees

2022-09-21 · Swarnadeep Saha, Shiyue Zhang, Peter Hase, Mohit Bansal

Current abstractive summarization models either suffer from a lack of clear interpretability or provide incomplete rationales by only highlighting parts of the source document. To this end, we propose the Summarization P…

Abstractive Text SummarizationSentenceSentence Fusion

Improving Neural Abstractive Document Summarization with Explicit Information Selection Modeling

2018-10-01 · EMNLP 2018 10 · Wei Li, Xinyan Xiao, Yajuan Lyu, Yuanzhuo Wang

Information selection is the most important component in document summarization task. In this paper, we propose to extend the basic neural encoding-decoding framework with an information selection layer to explicitly mod…

Abstractive Text SummarizationDocument SummarizationMachine TranslationSentence+1

Multi-hop Inference for Question-driven Summarization

2020-10-08 · EMNLP 2020 11 · Yang Deng, Wenxuan Zhang, Wai Lam

Question-driven summarization has been recently studied as an effective approach to summarizing the source document to produce concise but informative answers for non-factoid questions. In this work, we propose a novel q…

Abstractive Text Summarization