CLLGNov 22, 2015

On the Linear Algebraic Structure of Distributed Word Representations

arXiv:1511.06961v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of extracting structured facts from text corpora more efficiently for natural language processing applications, but it appears incremental as it builds on existing word embedding methods.

The authors tackled the problem of automatically extending knowledge bases by leveraging the linear algebraic structure of word embeddings, demonstrating that words in common categories or relations form low-rank subspaces to reduce data requirements for learning facts.

In this work, we leverage the linear algebraic structure of distributed word representations to automatically extend knowledge bases and allow a machine to learn new facts about the world. Our goal is to extract structured facts from corpora in a simpler manner, without applying classifiers or patterns, and using only the co-occurrence statistics of words. We demonstrate that the linear algebraic structure of word embeddings can be used to reduce data requirements for methods of learning facts. In particular, we demonstrate that words belonging to a common category, or pairs of words satisfying a certain relation, form a low-rank subspace in the projected space. We compute a basis for this low-rank subspace using singular value decomposition (SVD), then use this basis to discover new facts and to fit vectors for less frequent words which we do not yet have vectors for.

Foundations

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

Your Notes