CLAISep 26, 2019

ALBERT: A Lite BERT for Self-supervised Learning of Language Representations

arXiv:1909.11942v67488 citationsHas Code
Originality Highly original
AI Analysis

This work addresses scalability issues in pretraining language models for NLP researchers and practitioners, offering a more efficient alternative to BERT.

The paper tackled the problem of GPU/TPU memory limitations and longer training times in large-scale language models like BERT by introducing parameter-reduction techniques, resulting in a model (ALBERT) that achieved new state-of-the-art results on GLUE, RACE, and SQuAD benchmarks with fewer parameters than BERT-large.

Increasing model size when pretraining natural language representations often results in improved performance on downstream tasks. However, at some point further model increases become harder due to GPU/TPU memory limitations and longer training times. To address these problems, we present two parameter-reduction techniques to lower memory consumption and increase the training speed of BERT. Comprehensive empirical evidence shows that our proposed methods lead to models that scale much better compared to the original BERT. We also use a self-supervised loss that focuses on modeling inter-sentence coherence, and show it consistently helps downstream tasks with multi-sentence inputs. As a result, our best model establishes new state-of-the-art results on the GLUE, RACE, and \squad benchmarks while having fewer parameters compared to BERT-large. The code and the pretrained models are available at https://github.com/google-research/ALBERT.

Code Implementations48 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes