Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Revisiting Pre-Trained Models for Chinese Natural Language Processing

About

Bidirectional Encoder Representations from Transformers (BERT) has shown marvelous improvements across various NLP tasks, and consecutive variants have been proposed to further improve the performance of the pre-trained language models. In this paper, we target on revisiting Chinese pre-trained language models to examine their effectiveness in a non-English language and release the Chinese pre-trained language model series to the community. We also propose a simple but effective model called MacBERT, which improves upon RoBERTa in several ways, especially the masking strategy that adopts MLM as correction (Mac). We carried out extensive experiments on eight Chinese NLP tasks to revisit the existing pre-trained language models as well as the proposed MacBERT. Experimental results show that MacBERT could achieve state-of-the-art performances on many NLP tasks, and we also ablate details with several findings that may help future research. Resources available: https://github.com/ymcui/MacBERT

Yiming Cui, Wanxiang Che, Ting Liu, Bing Qin, Shijin Wang, Guoping Hu• 2020

Related benchmarks

TaskDatasetResultRank
Natural Language InferenceXNLI (test)
Average Accuracy81.3
167
Information ExtractionCORD (test)
F1 Score93.8
133
Entity extractionFUNSD (test)
Entity F1 Score70.72
104
Machine Reading ComprehensionDRCD (test)
EM91.7
45
Machine Reading ComprehensionDRCD (dev)
EM91.2
45
Entity LinkingFUNSD (test)
F1 Score26.6
42
Semantic Entity RecognitionFUNSD (test)
F1 Score66.48
37
Single Sentence ClassificationTHUCNews (dev)
Accuracy98.2
36
Machine Reading ComprehensionCMRC 2018 (dev)
EM70.7
34
Sentiment AnalysisChnSentiCorp (test)
Accuracy95.9
33
Showing 10 of 34 rows

Other info

Code

Follow for update