自然言語表現の事前トレーニング時にモデルサイズを大きくすると、多くの場合、ダウンストリームタスクのパフォーマンスが向上します。ただし、GPU / TPUのメモリ制限と長いトレーニング時間のために、ある時点でさらにモデルを増やすことが難しくなります。これらの問題に対処するために、メモリ消費を抑え、BERTのトレーニング速度を向上させる2つのパラメーター削減手法を紹介します。包括的な経験的証拠は、提案された方法が、元のBERTと比較してはるかに優れたスケールのモデルにつながることを示しています。また、文間の一貫性のモデリングに焦点を当てた自己監視型の損失を使用し、それが一貫して複数文入力の下流のタスクに役立つことを示します。その結果、私たちの最高のモデルは、GLUE、RACE、および\ squadベンチマークで新しい最先端の結果を確立し、BERTラージに比べてパラメーターが少なくなります。コードと事前学習済みのモデルは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.