paper-with-me

Papers

A Latent Variable Model Approach to PMI-based Word Embeddings

2015-02-12 · TACL 2016 1 · Sanjeev Arora, Yuanzhi Li, YIngyu Liang, Tengyu Ma, Andrej Risteski

Semantic word embeddings represent the meaning of a word via a vector, and are created by diverse methods. Many use nonlinear operations on co-occurrence statistics, and have hand-tuned hyperparameters and reweighting methods. This paper proposes a new generative model, a dynamic version of the log-linear topic model of~\citet{mnih2007three}. The methodological novelty is to use the prior to compute closed form expressions for word statistics. This provides a theoretical justification for nonlinear models like PMI, word2vec, and GloVe, as well as some hyperparameter choices. It also helps explain why low-dimensional semantic embeddings contain linear algebraic structure that allows solution of word analogies, as shown by~\citet{mikolov2013efficient} and many subsequent papers. Experimental support is provided for the generative model assumptions, the most important of which is that latent word vectors are fairly uniformly dispersed in space.

📄 PDF Abstract BibTeX arXiv:1502.03520

Code (4)

PrincetonML/SemanticVector 공식 구현
LivNLP/Relational-Walk-for-Knowledge-Graphs tf
tsandefer/capstone_2 tf
tsandefer/dsi_capstone_2 tf

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Morphological Priors for Probabilistic Neural Word Embeddings

2016-08-03 · EMNLP 2016 11 · Parminder Bhatia, Robert Guthrie, Jacob Eisenstein

Word embeddings allow natural language processing systems to share statistical information across related words. These embeddings are typically based on distributional statistics, making it difficult for them to generali…

Part-Of-Speech TaggingWord EmbeddingsWord Similarity

Variational Sequential Labelers for Semi-Supervised Learning

2019-06-23 · EMNLP 2018 10 · Mingda Chen, Qingming Tang, Karen Livescu, Kevin Gimpel

We introduce a family of multitask variational methods for semi-supervised sequence labeling. Our model family consists of a latent-variable generative model and a discriminative labeler. The generative models use latent…

Learning Word EmbeddingsWord Embeddings

Multilingual Factor Analysis

2019-05-14 · ACL 2019 7 · Francisco Vargas, Kamen Brestnichki, Alex Papadopoulos-Korfiatis, Nils Hammerla

In this work we approach the task of learning multilingual word representations in an offline manner by fitting a generative latent variable model to a multilingual dictionary. We model equivalent words in different lang…

Paraphrase Generation with Latent Bag of Words

2020-01-07 · NeurIPS 2019 12 · Yao Fu, Yansong Feng, John P. Cunningham

Paraphrase generation is a longstanding important problem in natural language processing. In addition, recent progress in deep generative models has shown promising results on discrete latent variables for text generatio…

DecoderParaphrase GenerationText GenerationWord Embeddings

Structured Generative Models of Continuous Features for Word Sense Induction

2016-12-01 · COLING 2016 12 · Alex Komninos, ros, Man, Suresh har

We propose a structured generative latent variable model that integrates information from multiple contextual representations for Word Sense Induction. Our approach jointly models global lexical, local lexical and depend…

ClusteringWord EmbeddingsWord Sense DisambiguationWord Sense Induction