CLFeb 25, 2015

Breaking Sticks and Ambiguities with Adaptive Skip-gram

arXiv:1502.07257v2165 citations
AI Analysis

This addresses the limitation of single-representation word embeddings for natural language processing tasks, though it is an incremental improvement over existing multi-prototype methods.

The paper tackles the problem of word ambiguity in Skip-gram models by proposing an Adaptive Skip-gram model that automatically learns multiple representations per word without requiring a known number of meanings, and demonstrates its efficiency on a word-sense induction task.

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 representations does not take into account word ambiguity and maintain only single representation per word. Although a number of Skip-gram modifications were proposed to overcome this limitation and learn multi-prototype word representations, they either require a known number of word meanings or learn them using greedy heuristic approaches. In this paper we propose the Adaptive Skip-gram model which is a nonparametric Bayesian extension of Skip-gram capable to automatically learn the required number of representations for all words at desired semantic resolution. We derive efficient online variational learning algorithm for the model and empirically demonstrate its efficiency on word-sense induction task.

Code Implementations3 repos
Foundations

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

Your Notes