# Attentive Mimicking: Better Word Embeddings by Attending to Informative   Contexts

**Authors:** Timo Schick, Hinrich Sch\"utze

arXiv: 1904.01617 · 2019-04-08

## TL;DR

This paper introduces attentive mimicking, a novel method that enhances word embeddings by attending to the most informative contexts, significantly improving representations for rare and medium-frequency words.

## Contribution

The paper proposes attentive mimicking, which leverages context attention to produce higher-quality embeddings for rare words, extending the effectiveness to medium-frequency vocabulary.

## Key findings

- Attentive mimicking outperforms previous methods on four tasks.
- It improves embeddings for both rare and medium-frequency words.
- The approach increases the vocabulary coverage of high-quality embeddings.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.01617/full.md

## References

22 references — full list in the complete paper: https://tomesphere.com/paper/1904.01617/full.md

---
Source: https://tomesphere.com/paper/1904.01617