2018

October

1 events

Editors' summary

BERT rewrites the leaderboards across the board

On 11 October, Google published BERT, which reads context in both directions at once rather than left to right, laying its groundwork through masked-word and next-sentence prediction. It set new best results on eleven major benchmarks.

Adapting a pre-trained model to each task settled in as the shared procedure for language work.

This block is written by the editors. It is kept separate from the sourced record below.

Record1 events
  1. 11
    ResearchGoogle / Jacob Devlin / Ming-Wei Chang / Kenton Lee

    BERT makes pre-training the standard in language processing

    Google researchers Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova published "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding." Using the Transformer's encoder, it pre-trained representations from unlabeled text by conditioning jointly on both left and right context, pushing GLUE to 80.5% — a 7.7 point gain — and SQuAD v1.1 F1 to 93.2. Google open-sourced the model and code the following month. The paper established pre-train-on-lots-of-text then fine-tune-on-a-little as the standard recipe in natural language processing. BERT used only the Transformer's encoder — built for reading text rather than writing it — a different design from the decoder-based GPT line.