CLSep 14, 2018

Unsupervised Abstractive Sentence Summarization using Length Controlled Variational Autoencoder

arXiv:1809.05233v221 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for natural language processing researchers focusing on summarization.

The paper tackles unsupervised abstractive sentence summarization by using a length-controlled variational autoencoder to generate shorter sentences, achieving higher ROUGE scores than full reconstruction but not surpassing a simple baseline.

In this work we present an unsupervised approach to summarize sentences in abstractive way using Variational Autoencoder (VAE). VAE are known to learn a semantically rich latent variable, representing high dimensional input. VAEs are trained by learning to reconstruct the input from the probabilistic latent variable. Explicitly providing the information about output length during training influences the VAE to not encode this information and thus can be manipulated during inference. Instructing the decoder to produce a shorter output sequence leads to expressing the input sentence with fewer words. We show on different summarization data sets, that these shorter sentences can not beat a simple baseline but yield higher ROUGE scores than trying to reconstruct the whole sentence.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes