2021

The MultiBERTs: BERT Reproductions for Robustness Analysis

Sellam, Thibault, Yadlowsky, Steve, Wei, Jason et al.

Understand

Experiments with pre-trained models such as BERT are often based on a single checkpoint.

  • While the conclusions drawn apply to the artifact tested in the experiment (i.e., the particular instance of the model), it is not always clear whether they hold for the more general procedure which includes the architecture, training data, initialization scheme, and loss function.
  • Recent work has shown that repeating the pre-training process can lead to substantially different performance, suggesting that an alternate strategy is needed to make principled statements about procedures.
  • To enable researchers to draw more robust conclusions, we introduce the MultiBERTs, a set of 25 BERT-Base checkpoints, trained with similar hyper-parameters as the original BERT model but differing in random weight initialization and shuffling of training data.

Reading the bibliography…