英文

中文BERT与整词遮掩

为了进一步加速中文自然语言处理,我们提供了具有整词遮掩的中文预训练BERT模型。

Pre-Training with Whole Word Masking for Chinese BERT 崔一鸣,车万翔,刘挺,秦兵,杨子清,王世进,胡国平

此代码库基于: https://github.com/google-research/bert

您可能还感兴趣,

HFL提供的更多资源: https://github.com/ymcui/HFL-Anthology

引用

如果您认为该技术报告或资源对您的论文有用,请在您的论文中引用以下技术报告。

@inproceedings{cui-etal-2020-revisiting,
    title = "Revisiting Pre-Trained Models for {C}hinese Natural Language Processing",
    author = "Cui, Yiming  and
      Che, Wanxiang  and
      Liu, Ting  and
      Qin, Bing  and
      Wang, Shijin  and
      Hu, Guoping",
    booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: Findings",
    month = nov,
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.findings-emnlp.58",
    pages = "657--668",
}
@article{chinese-bert-wwm,
  title={Pre-Training with Whole Word Masking for Chinese BERT},
  author={Cui, Yiming and Che, Wanxiang and Liu, Ting and Qin, Bing and Yang, Ziqing and Wang, Shijin and Hu, Guoping},
  journal={arXiv preprint arXiv:1906.08101},
  year={2019}
 }