paper-with-me

Papers

Document Embedding with Paragraph Vectors

2015-07-29 · Andrew M. Dai, Christopher Olah, Quoc V. Le

Paragraph Vectors has been recently proposed as an unsupervised method for learning distributed representations for pieces of texts. In their work, the authors showed that the method can learn an embedding of movie review texts which can be leveraged for sentiment analysis. That proof of concept, while encouraging, was rather narrow. Here we consider tasks other than sentiment analysis, provide a more thorough comparison of Paragraph Vectors to other document modelling algorithms such as Latent Dirichlet Allocation, and evaluate performance of the method as we vary the dimensionality of the learned representation. We benchmarked the models on two document similarity data sets, one from Wikipedia, one from arXiv. We observe that the Paragraph Vector method performs significantly better than other methods, and propose a simple improvement to enhance embedding quality. Somewhat surprisingly, we also show that much like word embeddings, vector operations on Paragraph Vectors can perform useful semantic results.

📄 PDF Abstract BibTeX arXiv:1507.07998

Code (5)

bombdiggity/paper-bag tf
dhyeon/ingredient-vectors pytorch
hithisisdhara/doc2vec pytorch
inejc/paragraph-vectors pytorch
rvstraalen/doc2vec-workshop

Tasks

Document EmbeddingSentiment AnalysisWord Embeddings

Similar Papers 제목 키워드 기반

Class Vectors: Embedding representation of Document Classes

2015-08-02 · Devendra Singh Sachan, Shailesh Kumar

Distributed representations of words and paragraphs as semantic embeddings in high dimensional data are used across a number of Natural Language Understanding tasks such as retrieval, translation, and classification. In …

General ClassificationNatural Language UnderstandingRetrievalSentiment Analysis+1

Bayesian Paragraph Vectors

2017-11-10 · Geng Ji, Robert Bamler, Erik B. Sudderth, Stephan Mandt

Word2vec (Mikolov et al., 2013) has proven to be successful in natural language processing by capturing the semantic relationships between different words. Built on top of single-word embeddings, paragraph vectors (Le an…

Sentiment AnalysisWord Embeddings

Binary Paragraph Vectors

2016-11-03 · WS 2017 8 · Karol Grzegorczyk, Marcin Kurdziel

Recently Le & Mikolov described two log-linear models, called Paragraph Vector, that can be used to learn state-of-the-art distributed representations of documents. Inspired by this work, we present Binary Paragraph Vect…

Information RetrievalRetrievalTransfer Learning

Multi-Document Summarization of Persian Text using Paragraph Vectors

2017-09-01 · RANLP 2017 9 · Morteza Rohanian

A multi-document summarizer finds the key topics from multiple textual sources and organizes information around them. In this paper we propose a summarization method for Persian text using paragraph vectors that can repr…

Abstractive Text SummarizationDocument SummarizationMulti-Document Summarization

Specialising Paragraph Vectors for Text Polarity Detection

2016-05-01 · LREC 2016 5 · Fabio Tamburini

This paper presents some experiments for specialising Paragraph Vectors, a new technique for creating text fragment (phrase, sentence, paragraph, text, ...) embedding vectors, for text polarity detection. The first exten…

regressionSentence