paper-with-me

Papers

Embedding Words as Distributions with a Bayesian Skip-gram Model

2017-11-29 · COLING 2018 8 · Arthur Bražinskas, Serhii Havrylov, Ivan Titov

We introduce a method for embedding words as probability densities in a low-dimensional space. Rather than assuming that a word embedding is fixed across the entire text collection, as in standard word embedding methods, in our Bayesian model we generate it from a word-specific prior density for each occurrence of a given word. Intuitively, for each word, the prior density encodes the distribution of its potential 'meanings'. These prior densities are conceptually similar to Gaussian embeddings. Interestingly, unlike the Gaussian embeddings, we can also obtain context-specific densities: they encode uncertainty about the sense of a word given its context and correspond to posterior distributions within our model. The context-dependent densities have many potential applications: for example, we show that they can be directly used in the lexical substitution task. We describe an effective estimation method based on the variational autoencoding framework. We also demonstrate that our embeddings achieve competitive results on standard benchmarks.

📄 PDF Abstract BibTeX arXiv:1711.11027

Code (1)

ixlan/BSG 공식 구현

Similar Papers 제목 키워드 기반

Information-Theory Interpretation of the Skip-Gram Negative-Sampling Objective Function

2017-07-01 · ACL 2017 7 · Oren Melamud, Jacob Goldberger

In this paper we define a measure of dependency between two random variables, based on the Jensen-Shannon (JS) divergence between their joint distribution and the product of their marginal distributions. Then, we show th…

Dependency ParsingEntity Extraction using GANWord Embeddings

Multimodal Word Distributions

2017-04-27 · ACL 2017 7 · Ben Athiwaratkun, Andrew Gordon Wilson

Word embeddings provide point representations of words containing useful semantic information. We introduce multimodal word distributions formed from Gaussian mixtures, for multiple word meanings, entailment, and rich un…

Word EmbeddingsWord Similarity

Breaking Sticks and Ambiguities with Adaptive Skip-gram

2015-02-25 · Sergey Bartunov, Dmitry Kondrashkin, Anton Osokin, Dmitry Vetrov

Recently proposed Skip-gram model is a powerful method for learning high-dimensional word representations that capture rich semantic relationships between words. However, Skip-gram as well as most prior work on learning …

Word Sense Induction

Bayesian Neural Word Embedding

2016-03-21 · Oren Barkan

Recently, several works in the domain of natural language processing presented successful methods for word embedding. Among them, the Skip-Gram with negative sampling, known also as word2vec, advanced the state-of-the-ar…

Disambiguated skip-gram model

2018-10-01 · EMNLP 2018 10 · Karol Grzegorczyk, Marcin Kurdziel

We present disambiguated skip-gram: a neural-probabilistic model for learning multi-sense distributed representations of words. Disambiguated skip-gram jointly estimates a skip-gram-like context word prediction model and…

Image CaptioningmodelWord EmbeddingsWord Sense Disambiguation+1