Sentence Summarization

19 papers with code • 0 benchmarks • 0 datasets

Generating a summary of a given sentence.

Positional Encoding to Control Output Sequence Length

takase/control-length NAACL 2019

Neural encoder-decoder models have been successful in natural language generation tasks.

53
16 Apr 2019

Unsupervised Abstractive Sentence Summarization using Length Controlled Variational Autoencoder

raphael-sch/SumVAE 14 Sep 2018

In this work we present an unsupervised approach to summarize sentences in abstractive way using Variational Autoencoder (VAE).

8
14 Sep 2018

Sequential Copying Networks

jiaruncao/BioCopyMechanism 6 Jul 2018

Copying mechanism shows effectiveness in sequence-to-sequence based neural network models for text generation tasks, such as abstractive sentence summarization and question generation.

1
06 Jul 2018

Data-driven Summarization of Scientific Articles

jananiarunachalam/Research-Paper-Summarization 24 Apr 2018

Data-driven approaches to sequence-to-sequence modelling have been successfully applied to short text summarization of news articles.

67
24 Apr 2018

A Regularized Framework for Sparse and Structured Neural Attention

vene/sparse-structured-attention NeurIPS 2017

Modern neural networks are often augmented with an attention mechanism, which tells the network where to focus within the input.

220
22 May 2017

Selective Encoding for Abstractive Sentence Summarization

magic282/SEASS ACL 2017

We propose a selective encoding model to extend the sequence-to-sequence framework for abstractive sentence summarization.

36
24 Apr 2017

Online and Linear-Time Attention by Enforcing Monotonic Alignments

craffel/mad ICML 2017

Recurrent neural network models with an attention mechanism have proven to be extremely effective on a wide variety of sequence-to-sequence problems.

91
03 Apr 2017

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

theamrzaki/text_summurization_abstractive_methods CONLL 2016

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.

518
19 Feb 2016

A Neural Attention Model for Abstractive Sentence Summarization

tensorflow/models EMNLP 2015

Summarization based on text extraction is inherently limited, but generation-style abstractive methods have proven challenging to build.

65,339
02 Sep 2015