Sentence Compression

22 papers with code • 1 benchmarks • 2 datasets

Sentence Compression is the task of reducing the length of text by removing non-essential content while preserving important facts and grammaticality.

SEQ\^3: Differentiable Sequence-to-Sequence-to-Sequence Autoencoder for Unsupervised Abstractive Sentence Compression

cbaziotis/seq3 NAACL 2019

The proposed model does not require parallel text-summary pairs, achieving promising results in unsupervised sentence compression on benchmark datasets.

124
01 Jun 2019

SEQ^3: Differentiable Sequence-to-Sequence-to-Sequence Autoencoder for Unsupervised Abstractive Sentence Compression

cbaziotis/seq3 7 Apr 2019

The proposed model does not require parallel text-summary pairs, achieving promising results in unsupervised sentence compression on benchmark datasets.

124
07 Apr 2019

Sentence Compression for Arbitrary Languages via Multilingual Pivoting

Jmallins/MOSS EMNLP 2018

In this paper we advocate the use of bilingual corpora which are abundantly available for training sentence compression models.

7
01 Oct 2018

Unsupervised Sentence Compression using Denoising Auto-Encoders

zphang/usc_dae CONLL 2018

In sentence compression, the task of shortening sentences while retaining the original meaning, models tend to be trained on large corpora containing pairs of verbose and compressed sentences.

47
07 Sep 2018

Unsupervised Semantic Abstractive Summarization

shibhansh/Unsupervised-SAS ACL 2018

Automatic abstractive summary generation remains a significant open problem for natural language processing.

3
01 Jul 2018

Sequence-to-sequence Models for Cache Transition Systems

xiaochang13/CacheTransition-Seq2seq ACL 2018

In this paper, we present a sequence-to-sequence based approach for mapping natural language sentences to AMR semantic graphs.

1
01 Jul 2018

Unsupervised Abstractive Meeting Summarization with Multi-Sentence Compression and Budgeted Submodular Maximization

xcfcode/Summarization-Papers ACL 2018

We introduce a novel graph-based framework for abstractive meeting speech summarization that is fully unsupervised and does not rely on any annotations.

970
14 May 2018

Learning How to Simplify From Explicit Labeling of Complex-Simplified Text Pairs

ghpaetzold/massalign IJCNLP 2017

Current research in text simplification has been hampered by two central problems: (i) the small amount of high-quality parallel simplification data available, and (ii) the lack of explicit annotations of simplification operations, such as deletions or substitutions, on existing data.

22
01 Nov 2017

Combining Graph Degeneracy and Submodularity for Unsupervised Extractive Summarization

Tixierae/EMNLP2017_NewSum WS 2017

We present a fully unsupervised, extractive text summarization system that leverages a submodularity framework introduced by past research.

17
01 Sep 2017

Sentence Simplification with Deep Reinforcement Learning

XingxingZhang/dress EMNLP 2017

Sentence simplification aims to make sentences easier to read and understand.

152
31 Mar 2017