CLLGApr 14, 2019

Rare Words: A Major Problem for Contextualized Embeddings And How to Fix it by Attentive Mimicking

arXiv:1904.06707v4106 citations
Originality Incremental advance
AI Analysis

This addresses a major bottleneck in NLP for models handling rare words, though it is an incremental adaptation of an existing method.

The paper tackles the problem of deep language models like BERT struggling to understand rare words, and shows that adapting Attentive Mimicking with one-token approximation substantially improves their semantic understanding of rare words, as demonstrated on a novel dataset.

Pretraining deep neural network architectures with a language modeling objective has brought large improvements for many natural language processing tasks. Exemplified by BERT, a recently proposed such architecture, we demonstrate that despite being trained on huge amounts of data, deep language models still struggle to understand rare words. To fix this problem, we adapt Attentive Mimicking, a method that was designed to explicitly learn embeddings for rare words, to deep language models. In order to make this possible, we introduce one-token approximation, a procedure that enables us to use Attentive Mimicking even when the underlying language model uses subword-based tokenization, i.e., it does not assign embeddings to all words. To evaluate our method, we create a novel dataset that tests the ability of language models to capture semantic properties of words without any task-specific fine-tuning. Using this dataset, we show that adding our adapted version of Attentive Mimicking to BERT does indeed substantially improve its understanding of rare words.

Code Implementations2 repos
Foundations

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

Your Notes