BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
Abstract
We introduce a new language representation model called BERT, which stands for Bidirectional Encoder Representations from Transformers. Unlike recent language representation models (Peters et al., 2018a; Radford et al., 2018), 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).
Cited in this thesis
Frequently Cited Together
- One model to learn them all4 chapters
- From Laboratory Exploration to Practice: Applications, Challenges, and Developme4 chapters
- Deep Learning4 chapters
- Stacked generalization4 chapters
- Grad-cam: Visual explanations from deep networks via gradient-based localization4 chapters
- Accurate lamb origin identification and molecular differentiation analysis using4 chapters
BibTeX
@article{Devlin2018,
author = {Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina},
journal = {arXiv preprint arXiv:1810.04805},
title = {Bert: Pre-training of deep bidirectional transformers for language understanding},
year = {2018},
}