paper-with-me

Papers

Decoupling Encoder and Decoder Networks for Abstractive Document Summarization

2017-04-01 · WS 2017 4 · Ying Xu, Jey Han Lau, Timothy Baldwin, Trevor Cohn

Abstractive document summarization seeks to automatically generate a summary for a document, based on some abstract {``}understanding{''} of the original document. State-of-the-art techniques traditionally use attentive encoder{--}decoder architectures. However, due to the large number of parameters in these models, they require large training datasets and long training times. In this paper, we propose decoupling the encoder and decoder networks, and training them separately. We encode documents using an unsupervised document encoder, and then feed the document vector to a recurrent neural network decoder. With this decoupled architecture, we decrease the number of parameters in the decoder substantially, and shorten its training time. Experiments show that the decoupled model achieves comparable performance with state-of-the-art models for in-domain documents, but less well for out-of-domain documents.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDecoderDocument Summarization

Similar Papers 제목 키워드 기반

Abstractive Multi-Document Summarization via Joint Learning with Single-Document Summarization

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Hanqi Jin, Xiaojun Wan

Single-document and multi-document summarizations are very closely related in both task definition and solution method. In this work, we propose to improve neural abstractive multi-document summarization by jointly learn…

DecoderDocument SummarizationMulti-Document Summarization

Adapting the Neural Encoder-Decoder Framework from Single to Multi-Document Summarization

2018-08-19 · EMNLP 2018 10 · Logan Lebanoff, Kaiqiang Song, Fei Liu

Generating a text abstract from a set of documents remains a challenging task. The neural encoder-decoder framework has recently been exploited to summarize single documents, but its success can in part be attributed to …

DecoderDocument SummarizationMulti-Document Summarization

A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents

2018-04-16 · NAACL 2018 6 · Arman Cohan, Franck Dernoncourt, Doo Soon Kim, Trung Bui 외

Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research p…

Abstractive Text SummarizationDecoderText SummarizationUnsupervised Extractive Summarization

On the Abstractiveness of Neural Document Summarization

2018-10-01 · EMNLP 2018 10 · Fangfang Zhang, Jin-Ge Yao, Rui Yan

Many modern neural document summarization systems based on encoder-decoder networks are designed to produce abstractive summaries. We attempted to verify the degree of abstractiveness of modern neural abstractive summari…

Abstractive Text SummarizationDecoderDocument Summarization

Abstractive Text-Image Summarization Using Multi-Modal Attentional Hierarchical RNN

2018-10-01 · EMNLP 2018 10 · Jingqiang Chen, Hai Zhuge

Rapid growth of multi-modal documents on the Internet makes multi-modal summarization research necessary. Most previous research summarizes texts or images separately. Recent neural summarization research shows the stren…

DecoderExtractive Text SummarizationText Summarization