This is a brief summary of paper for me to study and organize it, BERT- Pre-training of Deep Bidirectional Transformers for Language Understanding (Devlin et al., NAACL 2019) I read and studied.
The following is the material for the presenation on paper seminar in my class.
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
Note(Abstract):
They introduce a new language representation model called BERT, which stands for Bidirectional Encoder Representations from Transformers. Unlike recent language representation models, which called ELMo and OPENAI-GPT, BERT is designed to pretrain 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 finetuned 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 taskspecific 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).
Download URL:
The paper: BERT- Pre-training of Deep Bidirectional Transformers for Language Understanding (Devlin et al., NAACL 2019)
The paper: BERT- Pre-training of Deep Bidirectional Transformers for Language Understanding (Devlin et al., NAACL 2019)
Reference
- Paper
- How to use html for alert
- For your information
- BERT on paperwithcode
- BERT Explained: State of the are langauge model for NLP on Towards Data Science
- A review of BERT based models on Towards Data Science
- Open Sourcing BERT: State-of-the-Art Pre-training for Natural Language Processing on Google AI blog
- The Illustrated BERT, ELMo, and co. (How NLP Cracked Transfer Learning) on Jay Alammar blog