CLLGMar 21, 2016

Bayesian Neural Word Embedding

arXiv:1603.06571v388 citations
Originality Synthesis-oriented
AI Analysis

This work addresses word embedding for natural language processing, but it is incremental as it builds on the established Skip-Gram method.

The authors tackled the problem of word embedding by proposing a scalable Bayesian neural word embedding algorithm based on a Variational Bayes solution for the Skip-Gram objective, and experimental results showed it is competitive with the original Skip-Gram method on word analogy and similarity tasks across six datasets.

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-art of various linguistics tasks. In this paper, we propose a scalable Bayesian neural word embedding algorithm. The algorithm relies on a Variational Bayes solution for the Skip-Gram objective and a detailed step by step description is provided. We present experimental results that demonstrate the performance of the proposed algorithm for word analogy and similarity tasks on six different datasets and show it is competitive with the original Skip-Gram method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes