新しい言語表現モデル、BERTを紹介する。Bidirectional Encoder Representations from Transformers(トランスフォーマからの双方向エンコーダ表現)の略である。最近の言語表現モデルとは異なり、BERTは、すべての層で左と右の両方の文脈に共同で条件付けを行うことで、ラベル付けされていないテキストから深い双方向性表現を事前に訓練するように設計されている。その結果、事前訓練された BERT モデルは、わずか1 つの追加出力層でファインチューニングすることができ、タスク固有のアーキテクチャを実質的に変更することなく、質問回答や言語推論などの幅広いタスクのための最先端のモデルを作成することができる。BERT は、概念的にシンプルで経験的に強力である。GLUEスコアを80.5%(7.7%ポイントの絶対的改善)、MultiNLI精度を86.7%(4.6%の絶対的改善)、SQuAD v1.1質問応答テストF1を93.2(1.5ポイントの絶対的改善)、SQuAD v2.0テストF1を83.1(5.1ポイントの絶対的改善)に押し上げるなど、11の自然言語処理タスクで新たな最先端の結果を得ている。
We introduce a new language representation model called BERT, which stands for Bidirectional Encoder Representations from Transformers. Unlike recent language representation models, BERT is designed to pre-train deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context in all layers. As a result, the pre-trained BERT model can be fine-tuned with just one additional output layer to create state-of-the-art models for a wide range of tasks, such as question answering and language inference, without substantial task-specific architecture modifications. BERT is conceptually simple and empirically powerful. It obtains new state-of-the-art results on eleven natural language processing tasks, including pushing the GLUE score to 80.5% (7.7% point absolute improvement), MultiNLI accuracy to 86.7% (4.6% absolute improvement), SQuAD v1.1 question answering Test F1 to 93.2 (1.5 point absolute improvement) and SQuAD v2.0 Test F1 to 83.1 (5.1 point absolute improvement).