paper-with-me

Papers

Efficient Vector Representation for Documents through Corruption

2017-07-08 · Minmin Chen

We present an efficient document representation learning framework, Document Vector through Corruption (Doc2VecC). Doc2VecC represents each document as a simple average of word embeddings. It ensures a representation generated as such captures the semantic meanings of the document during learning. A corruption model is included, which introduces a data-dependent regularization that favors informative or rare words while forcing the embeddings of common and non-discriminative ones to be close to zero. Doc2VecC produces significantly better word embeddings than Word2Vec. We compare Doc2VecC with several state-of-the-art document representation learning algorithms. The simple model architecture introduced by Doc2VecC matches or out-performs the state-of-the-art in generating high-quality document representations for sentiment analysis, document classification as well as semantic relatedness tasks. The simplicity of the model enables training on billions of words per hour on a single machine. At the same time, the model is very efficient in generating representations of unseen documents at test time.

📄 PDF Abstract BibTeX arXiv:1707.02377

Code (1)

mchen24/iclr2017 공식 구현

Tasks

Document ClassificationRepresentation LearningSentiment AnalysisWord Embeddings

Similar Papers 제목 키워드 기반

Hierarchical Neural Language Models for Joint Representation of Streaming Documents and their Content

2016-06-28 · Nemanja Djuric, Hao Wu, Vladan Radosavljevic, Mihajlo Grbovic 외

We consider the problem of learning distributed representations for documents in data streams. The documents are represented as low-dimensional vectors and are jointly learned with distributed vector representations of w…

Multilingual Vector Representations of Words, Sentences, and Documents

2017-11-01 · IJCNLP 2017 11 · Gerard de Melo

Neural vector representations are now ubiquitous in all subfields of natural language processing and text mining. While methods such as word2vec and GloVe are well-known, this tutorial focuses on multilingual and cross-l…

Knowledge Graphs

SCDV : Sparse Composite Document Vectors using soft clustering over distributional representations

2016-12-20 · EMNLP 2017 9 · Dheeraj Mekala, Vivek Gupta, Bhargavi Paranjape, Harish Karnick

We present a feature vector formation technique for documents - Sparse Composite Document Vector (SCDV) - which overcomes several shortcomings of the current distributional paragraph vector representations that are widel…

ClusteringInformation RetrievalMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

CanvasVAE: Learning to Generate Vector Graphic Documents

2021-08-03 · ICCV 2021 10 · Kota Yamaguchi

Vector graphic documents present visual elements in a resolution free, compact format and are often seen in creative applications. In this work, we attempt to learn a generative model of vector graphic documents. We defi…

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