CLMLApr 24, 2015

Efficient Non-parametric Estimation of Multiple Embeddings per Word in Vector Space

arXiv:1504.06654v1472 citations
Originality Highly original
AI Analysis

This addresses the limitation of single-vector word embeddings for downstream NLP tasks by efficiently handling polysemy.

The paper tackles the problem of polysemy in word embeddings by extending the Skip-gram model to learn multiple embeddings per word type, achieving new state-of-the-art results in word similarity in context and training on nearly 1 billion tokens in under 6 hours.

There is rising interest in vector-space word embeddings and their use in NLP, especially given recent methods for their fast estimation at very large scale. Nearly all this work, however, assumes a single vector per word type ignoring polysemy and thus jeopardizing their usefulness for downstream tasks. We present an extension to the Skip-gram model that efficiently learns multiple embeddings per word type. It differs from recent related work by jointly performing word sense discrimination and embedding learning, by non-parametrically estimating the number of senses per word type, and by its efficiency and scalability. We present new state-of-the-art results in the word similarity in context task and demonstrate its scalability by training with one machine on a corpus of nearly 1 billion tokens in less than 6 hours.

Foundations

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

Your Notes