paper-with-me

Papers

Abstractive Document Summarization with a Graph-Based Attentional Neural Model

2017-07-01 · ACL 2017 7 · Jiwei Tan, Xiaojun Wan, Jianguo Xiao

Abstractive summarization is the ultimate goal of document summarization research, but previously it is less investigated due to the immaturity of text generation techniques. Recently impressive progress has been made to abstractive sentence summarization using neural models. Unfortunately, attempts on abstractive document summarization are still in a primitive stage, and the evaluation results are worse than extractive methods on benchmark datasets. In this paper, we review the difficulties of neural abstractive document summarization, and propose a novel graph-based attention mechanism in the sequence-to-sequence framework. The intuition is to address the saliency factor of summarization, which has been overlooked by prior works. Experimental results demonstrate our model is able to achieve considerable improvement over previous neural abstractive models. The data-driven neural abstractive method is also competitive with state-of-the-art extractive methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDocument SummarizationImage CaptioningMachine TranslationSentenceSentence SummarizationText GenerationText Summarization

Similar Papers 제목 키워드 기반

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

Bidirectional Attentional Encoder-Decoder Model and Bidirectional Beam Search for Abstractive Summarization

2018-09-18 · Kamal Al-Sabahi, Zhang Zuping, Yang Kang

Sequence generative models with RNN variants, such as LSTM, GRU, show promising performance on abstractive document summarization. However, they still have some issues that limit their performance, especially while deal-…

Abstractive Text SummarizationDecoderDocument Summarization

Neural Abstractive Summarization with Structural Attention

2020-04-21 · Tanya Chowdhury, Sachin Kumar, Tanmoy Chakraborty

Attentional, RNN-based encoder-decoder architectures have achieved impressive performance on abstractive summarization of news articles. However, these methods fail to account for long term dependencies within the senten…

Abstractive Text SummarizationArticlesCommunity Question AnsweringDecoder+4

Unsupervised Abstractive Summarization of Bengali Text Documents

2021-01-26 · EACL 2021 2 · Radia Rayan Chowdhury, Mir Tafseer Nayeem, Tahsin Tasnim Mim, Md. Saifur Rahman Chowdhury 외

Abstractive summarization systems generally rely on large collections of document-summary pairs. However, the performance of abstractive systems remains a challenge due to the unavailability of parallel data for low-reso…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling+2

Leveraging Attribute Conditioning for Abstractive Multi Document Summarization

2021-09-29 · Aiswarya Sankar, Ankit Chadha

Abstractive multi document summarization has evolved as a task through the basic sequence to sequence approaches to transformer and graph based techniques. Each of these approaches has primarily focused on the issues of …

AttributeDocument SummarizationMulti-Document Summarization