paper-with-me

Papers

Abstractive Text Summarization Using Sequence-to-Sequence RNNs and Beyond

2016-02-19 · CONLL 2016 8 · Ramesh Nallapati, Bo-Wen Zhou, Cicero Nogueira dos santos, Caglar Gulcehre, Bing Xiang

In this work, we model abstractive text summarization using Attentional Encoder-Decoder Recurrent Neural Networks, and show that they achieve state-of-the-art performance on two different corpora. We propose several novel models that address critical problems in summarization that are not adequately modeled by the basic architecture, such as modeling key-words, capturing the hierarchy of sentence-to-word structure, and emitting words that are rare or unseen at training time. Our work shows that many of our proposed models contribute to further improvement in performance. We also propose a new dataset consisting of multi-sentence summaries, and establish performance benchmarks for further research.

📄 PDF Abstract BibTeX arXiv:1602.06023

Code (4)

kashgupta/textsummarization tf
meghu2791/DeepLearningModels pytorch
theamrzaki/text_summurization_abstractive_methods tf
yunzhusong/AAAI20-PORLHG pytorch

Tasks

Abstractive Text SummarizationDecoderSentenceSentence SummarizationSummarization

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 and Extractive Text Summarization using Document Context Vector and Recurrent Neural Networks

2018-07-20 · Chandra Khatri, Gyanit Singh, Nish Parikh

Sequence to sequence (Seq2Seq) learning has recently been used for abstractive and extractive summarization. In current study, Seq2Seq models have been used for eBay product description summarization. We propose a novel …

Document SummarizationExtractive SummarizationExtractive Text SummarizationText 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

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 th…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingMachine Translation+2

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