Distributed Representations of Sentences and Documents

E260051

"Distributed Representations of Sentences and Documents" is a seminal machine learning paper that introduced the Paragraph Vector (Doc2Vec) method for learning continuous vector representations of variable-length text such as sentences, paragraphs, and documents.

All labels observed (4)

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf machine learning paper
scientific paper
abbreviation PV-DBOW
PV-DM
affiliationOfAuthors Google
application document classification
information retrieval
recommendation systems
sentiment analysis
assumes semantically similar texts have similar vectors
author Quoc V. Le
Tomas Mikolov
citationImpact highly cited
comparesWith bag-of-n-grams models
bag-of-words models
word2vec
demonstrates improved performance on information retrieval tasks
improved performance on sentiment analysis tasks
improved performance on text classification tasks
extends word2vec CBOW model
word2vec skip-gram model
field machine learning
natural language processing
focusesOn continuous vector representations of documents
continuous vector representations of paragraphs
continuous vector representations of sentences
handles variable-length text
influenced document embedding methods
sentence embedding methods
unsupervised representation learning for text
introduces Doc2Vec
Paragraph Vector
learningType unsupervised learning
optimizationObjective predict words given paragraph vector alone in DBOW variant
predict words given paragraph vector and context
proposesMethod Paragraph Vector Distributed Bag of Words
linked to: Paragraph Vector

Paragraph Vector Distributed Memory
publishedIn ICML 2014
linked to: ICML

International Conference on Machine Learning
linked to: ICML
representationType dense vector embeddings
represents each document as a dense vector
each paragraph as a dense vector
each sentence as a dense vector
shortTitle Paragraph Vector paper
task learning distributed representations of text
title Distributed Representations of Sentences and Documents
uses negative sampling
neural network language models
stochastic gradient descent
year 2014

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

Quoc V. Le coAuthorOf Distributed Representations of Sentences and Documents
Distributed Representations of Sentences and Documents title Distributed Representations of Sentences and Documents
Distributed Representations of Sentences and Documents introduces Doc2Vec
linked to: Distributed Representations of Sentences and Documents
Distributed Representations of Sentences and Documents proposesMethod Paragraph Vector Distributed Memory
linked to: Distributed Representations of Sentences and Documents
Distributed Representations of Sentences and Documents abbreviation PV-DBOW
linked to: Distributed Representations of Sentences and Documents