CLOct 16, 2019

BERTRAM: Improved Word Embeddings Have Big Impact on Contextualized Model Performance

arXiv:1910.07181v31013 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in NLP for rare word understanding, with incremental improvements over existing methods.

The paper tackled the problem of pretrained language models struggling with rare words by introducing BERTRAM, an architecture that infers high-quality embeddings for rare words, leading to large performance increases on rare word probing and downstream tasks.

Pretraining deep language models has led to large performance gains in NLP. Despite this success, Schick and Schütze (2020) recently showed that these models struggle to understand rare words. For static word embeddings, this problem has been addressed by separately learning representations for rare words. In this work, we transfer this idea to pretrained language models: We introduce BERTRAM, a powerful architecture based on BERT that is capable of inferring high-quality embeddings for rare words that are suitable as input representations for deep language models. This is achieved by enabling the surface form and contexts of a word to interact with each other in a deep architecture. Integrating BERTRAM into BERT leads to large performance increases due to improved representations of rare and medium frequency words on both a rare word probing task and three downstream tasks.

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