Machine learningDeep learning / NLP / CV
微调 BERT 分类
微调 BERT 分类通过添加一个轻量级输出层并基于标注样本继续进行梯度下降训练,来将预训练的 BERT Transformer 模型适配到特定的文本分类任务。在情感分析、主题分类、意图识别和其他自然语言处理分类任务中,该方法在标注数据集相对较小的情况下,始终能达到接近最先进水平的准确率。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
+8 more
来源
- Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. Proceedings of NAACL-HLT 2019, 4171–4186. DOI: 10.18653/v1/N19-1423 ↗
- Sun, C., Qiu, X., Xu, Y., & Huang, X. (2019). How to Fine-Tune BERT for Text Classification? Proceedings of CCL 2019, LNCS 11856, 194–206. DOI: 10.1007/978-3-030-32381-3_16 ↗
如何引用本页
ScholarGate. (2026, June 3). Fine-Tuned BERT-based Text Classification. ScholarGate. https://scholargate.app/zh/deep-learning/fine-tuned-bert-based-classification
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- [需翻译标题:BERT-based Classification...]深度学习↔ compare
- RoBERTa-based 分类微调深度学习↔ compare
- 微调Transformer深度学习↔ compare
- 基于RoBERTa的分类深度学习↔ compare
- 句子嵌入深度学习↔ compare