CLApr 2, 2019

Attentive Mimicking: Better Word Embeddings by Attending to Informative Contexts

arXiv:1904.01617v21105 citations
AI Analysis

This work addresses the challenge of sparse context information for rare word embeddings, offering an incremental improvement over existing mimicking techniques.

The paper tackles the problem of learning high-quality embeddings for rare words by introducing attentive mimicking, which outperforms previous methods on four tasks for both rare and medium-frequency words.

Learning high-quality embeddings for rare words is a hard problem because of sparse context information. Mimicking (Pinter et al., 2017) has been proposed as a solution: given embeddings learned by a standard algorithm, a model is first trained to reproduce embeddings of frequent words from their surface form and then used to compute embeddings for rare words. In this paper, we introduce attentive mimicking: the mimicking model is given access not only to a word's surface form, but also to all available contexts and learns to attend to the most informative and reliable contexts for computing an embedding. In an evaluation on four tasks, we show that attentive mimicking outperforms previous work for both rare and medium-frequency words. Thus, compared to previous work, attentive mimicking improves embeddings for a much larger part of the vocabulary, including the medium-frequency range.

Code Implementations1 repo
Foundations

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

Your Notes