CoRe: An Efficient Coarse-refined Training Framework for BERT
Cheng Yang, Shengnan Wang, Yuechuan Li, Chao Yang, Ming Yan, Jingqiao, Zhang, Fangquan Lin

TL;DR
This paper introduces CoRe, a two-phase training framework for BERT that significantly reduces training time by using a relaxed model for initialization and subsequent fine-tuning, maintaining performance.
Contribution
The paper presents a novel coarse-refined training framework that accelerates BERT training by decomposing it into a fast training phase and a fine-tuning phase, improving efficiency.
Findings
Reduces BERT training time substantially.
Maintains comparable performance to original BERT.
Uses relaxed models for effective initialization.
Abstract
In recent years, BERT has made significant breakthroughs on many natural language processing tasks and attracted great attentions. Despite its accuracy gains, the BERT model generally involves a huge number of parameters and needs to be trained on massive datasets, so training such a model is computationally very challenging and time-consuming. Hence, training efficiency should be a critical issue. In this paper, we propose a novel coarse-refined training framework named CoRe to speed up the training of BERT. Specifically, we decompose the training process of BERT into two phases. In the first phase, by introducing fast attention mechanism and decomposing the large parameters in the feed-forward network sub-layer, we construct a relaxed BERT model which has much less parameters and much lower model complexity than the original BERT, so the relaxed model can be quickly trained. In the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Natural Language Processing Techniques
MethodsLinear Layer · Dense Connections · Layer Normalization · Adam · Residual Connection · Attention Is All You Need · Linear Warmup With Linear Decay · Softmax · Multi-Head Attention · Dropout
