Learning Document Embeddings With CNNsDownload PDF

15 Feb 2018 (modified: 21 Mar 2023)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: This paper proposes a new model for document embedding. Existing approaches either require complex inference or use recurrent neural networks that are difficult to parallelize. We take a different route and use recent advances in language modeling to develop a convolutional neural network embedding model. This allows us to train deeper architectures that are fully parallelizable. Stacking layers together increases the receptive filed allowing each successive layer to model increasingly longer range semantic dependences within the document. Empirically we demonstrate superior results on two publicly available benchmarks. Full code will be released with the final version of this paper.
TL;DR: Convolutional neural network model for unsupervised document embedding.
Keywords: unsupervised embedding, convolutional neural network
Data: [IMDb Movie Reviews](https://paperswithcode.com/dataset/imdb-movie-reviews)
13 Replies

Loading