paper-with-me

Papers

Learning Syntactic and Dynamic Selective Encoding for Document Summarization

2020-03-25 · Haiyang Xu, Yahao He, Kun Han, Junwen Chen, Xiangang Li

Text summarization aims to generate a headline or a short summary consisting of the major information of the source text. Recent studies employ the sequence-to-sequence framework to encode the input with a neural network and generate abstractive summary. However, most studies feed the encoder with the semantic word embedding but ignore the syntactic information of the text. Further, although previous studies proposed the selective gate to control the information flow from the encoder to the decoder, it is static during the decoding and cannot differentiate the information based on the decoder states. In this paper, we propose a novel neural architecture for document summarization. Our approach has the following contributions: first, we incorporate syntactic information such as constituency parsing trees into the encoding sequence to learn both the semantic and syntactic information from the document, resulting in more accurate summary; second, we propose a dynamic gate network to select the salient information based on the context of the decoder state, which is essential to document summarization. The proposed model has been evaluated on CNN/Daily Mail summarization datasets and the experimental results show that the proposed approach outperforms baseline approaches.

📄 PDF Abstract BibTeX arXiv:2003.11173

Code (0)

등록된 구현이 없습니다.

Tasks

Constituency ParsingDecoderDocument SummarizationText Summarization

Similar Papers 제목 키워드 기반

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

Document-aware Positional Encoding and Linguistic-guided Encoding for Abstractive Multi-document Summarization

2022-09-13 · Congbo Ma, Wei Emma Zhang, Pitawelayalage Dasun Dileepa Pitawela, Yutong Qu 외

One key challenge in multi-document summarization is to capture the relations among input documents that distinguish between single document summarization (SDS) and multi-document summarization (MDS). Few existing MDS wo…

Document SummarizationMulti-Document Summarization

Topic-Aware Encoding for Extractive Summarization

2021-12-17 · Mingyang Song, Liping Jing

Document summarization provides an instrument for faster understanding the collection of text documents and has several real-life applications. With the growth of online text data, numerous summarization models have been…

Document SummarizationExtractive SummarizationRepresentation LearningSentence

Code Representation Learning with Prüfer Sequences

2021-11-14 · Tenzin Jinpa, Yong Gao

An effective and efficient encoding of the source code of a computer program is critical to the success of sequence-to-sequence deep neural network models for tasks in computer program comprehension, such as automated co…

Code SummarizationRepresentation Learning

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. T…

DecoderSentenceSentence Summarization