View on GitHub

Research Review Notes

Summaries of academic research papers

A Hierarchical Neural Autoencoder for Paragraphs and Documents


Idea

This work attempts to use a neural autoencoder to build hierarchical paragraph representations using sentence embeddings and decode the latent representation back into the original paragraph. This is an LSTM based model and different levels of LSTM are used to encode compositionality of token-to-token and sentence-to-sentence relations.

Method

Observations