CLUECorpus2020: A Large-scale Chinese Corpus for Pre-training Language Model
This provides a valuable resource for researchers and practitioners working on Chinese NLP, enabling more efficient and effective pre-training of language models.
The authors introduced CLUECorpus2020, a large-scale Chinese corpus with 100G of raw data and 35 billion characters, and showed that models trained on it achieve excellent performance in Chinese language understanding, with a pre-trained model achieving state-of-the-art results and a tiny version accelerating speed by eight times while retaining most precision.
In this paper, we introduce the Chinese corpus from CLUE organization, CLUECorpus2020, a large-scale corpus that can be used directly for self-supervised learning such as pre-training of a language model, or language generation. It has 100G raw corpus with 35 billion Chinese characters, which is retrieved from Common Crawl. To better understand this corpus, we conduct language understanding experiments on both small and large scale, and results show that the models trained on this corpus can achieve excellent performance on Chinese. We release a new Chinese vocabulary with a size of 8K, which is only one-third of the vocabulary size used in Chinese Bert released by Google. It saves computational cost and memory while works as good as original vocabulary. We also release both large and tiny versions of the pre-trained model on this corpus. The former achieves the state-of-the-art result, and the latter retains most precision while accelerating training and prediction speed for eight times compared to Bert-base. To facilitate future work on self-supervised learning on Chinese, we release our dataset, new vocabulary, codes, and pre-trained models on Github.