ALBERT:一种用于语言表示自监督学习的轻量级 BERT

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

蓝振忠 Zhenzhong Lan · Google Research / Toyota Technological Institute at Chicago · 2019-09-26 · arXiv:1909.11942 ↗ · 被引 7559

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

在预训练自然语言表示时,增加模型大小通常会提高下游任务的性能。然而,在某个点上,由于 GPU/TPU 内存限制和更长的训练时间,进一步增加模型变得更加困难。为了解决这些问题,我们提出了两种参数缩减技术,以降低内存消耗并提高 BERT 的训练速度。全面的实证证据表明,我们提出的方法使得模型相比原始 BERT 具有更好的扩展性。我们还使用了一种自监督损失,专注于建模句子间的连贯性,并证明它始终有助于处理多句子输入的下游任务。因此,我们的最佳模型在 GLUE、RACE 和 SQuAD 基准上建立了新的最先进结果,同时参数比 BERT-large 更少。代码和预训练模型可在 https://github.com/google-research/ALBERT 获取。

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.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 18)

阅读逐段中英对照全文 →