LGMLDec 4, 2019

Natural Alpha Embeddings

arXiv:1912.02280v27 citations
Originality Synthesis-oriented
AI Analysis

This work provides a theoretical foundation for embedding methods in machine learning, potentially improving performance in domains like natural language processing, though it appears incremental as it builds on existing geometric frameworks.

The paper tackles the problem of learning item embeddings by interpreting them in an Information Geometric framework, introducing natural α-embeddings that include standard methods like Word2Vec and GloVe, and shows how the α-parameter affects evaluation tasks.

Learning an embedding for a large collection of items is a popular approach to overcome the computational limitations associated to one-hot encodings. The aim of item embedding is to learn a low dimensional space for the representations, able to capture with its geometry relevant features or relationships for the data at hand. This can be achieved for example by exploiting adjacencies among items in large sets of unlabelled data. In this paper we interpret in an Information Geometric framework the item embeddings obtained from conditional models. By exploiting the $α$-geometry of the exponential family, first introduced by Amari, we introduce a family of natural $α$-embeddings represented by vectors in the tangent space of the probability simplex, which includes as a special case standard approaches available in the literature. A typical example is given by word embeddings, commonly used in natural language processing, such as Word2Vec and GloVe. In our analysis, we show how the $α$-deformation parameter can impact on standard evaluation tasks.

Foundations

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

Your Notes