paper-with-me

Papers

Neural Abstractive Text Summarization with Sequence-to-Sequence Models

2018-12-05 · Tian Shi, Yaser Keneshloo, Naren Ramakrishnan, Chandan K. Reddy

In the past few years, neural abstractive text summarization with sequence-to-sequence (seq2seq) models have gained a lot of popularity. Many interesting techniques have been proposed to improve seq2seq models, making them capable of handling different challenges, such as saliency, fluency and human readability, and generate high-quality summaries. Generally speaking, most of these techniques differ in one of these three categories: network structure, parameter inference, and decoding/generation. There are also other concerns, such as efficiency and parallelism for training a model. In this paper, we provide a comprehensive literature survey on different seq2seq models for abstractive text summarization from the viewpoint of network structures, training strategies, and summary generation algorithms. Several models were first proposed for language modeling and generation tasks, such as machine translation, and later applied to abstractive text summarization. Hence, we also provide a brief review of these models. As part of this survey, we also develop an open source library, namely, Neural Abstractive Text Summarizer (NATS) toolkit, for the abstractive text summarization. An extensive set of experiments have been conducted on the widely used CNN/Daily Mail dataset to examine the effectiveness of several different neural network components. Finally, we benchmark two models implemented in NATS on the two recently released datasets, namely, Newsroom and Bytecup.

📄 PDF Abstract BibTeX arXiv:1812.02303

Code (5)

tshi04/NATS 공식 구현 pytorch
freeflyxiaoma/pycorrector tf
sf-18/politicalsynthesis tf
shibing624/pycorrector tf
tshi04/LeafNATS pytorch

Tasks

Abstractive Text SummarizationLanguage ModelingLanguage ModellingMachine TranslationSurveyText Summarization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

CATS: Customizable Abstractive Topic-based Summarization

2019-05-24 · Anonymous

Neural sequence-to-sequence models are a recently proposed family of approaches used in abstractive summarization of text documents, useful for producing condensed versions of source text narratives without being restric…

Abstractive Text Summarization

Abstractive Summarization Using Attentive Neural Techniques

2018-10-20 · Jacob Krantz, Jugal Kalita

In a world of proliferating data, the ability to rapidly summarize text is growing in importance. Automatic summarization of text can be thought of as a sequence to sequence problem. Another area of natural language proc…

Abstractive Text SummarizationDecoderMachine TranslationSentence+1

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 Text SummarizationDocument SummarizationImage CaptioningMachine Translation+4

Bengali Abstractive News Summarization(BANS): A Neural Attention Approach

2020-12-03 · Prithwiraj Bhattacharjee, Avi Mallick, Md Saiful Islam, Marium-E-Jannat

Abstractive summarization is the process of generating novel sentences based on the information extracted from the original text document while retaining the context. Due to abstractive summarization's underlying complex…

Abstractive Text SummarizationArticlesDecoderDocument Summarization+2

Attention Temperature Matters in Abstractive Summarization Distillation

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Recent progress of abstractive text summarization largely relies on large pre-trained sequence-to-sequence Transformer models, which are computationally expensive. This paper aims to distill these large models into small…

Abstractive Text SummarizationText Summarization