方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 领域自适应命名实体识别× | BERT 기반 전이 학습× | |
|---|---|---|
| 领域 | 深度学习 | 深度学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2006–2020 | 2019 (BERT); transfer learning paradigm established circa 2010 |
| 提出者≠ | Multiple contributors (Blitzer et al., 2006; Daumé, 2007; Lee et al., 2020) | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (BERT); Pan, S. J. & Yang, Q. (transfer learning survey) |
| 类型≠ | Sequence labeling with domain adaptation | Pre-trained transformer fine-tuned for classification |
| 开创性文献≠ | Lee, J., Yoon, W., Kim, S., Kim, D., Kim, S., So, C. H., & Kang, J. (2020). BioBERT: a pre-trained biomedical language representation model for biomedical text mining. Bioinformatics, 36(4), 1234–1240. DOI ↗ | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. In Proceedings of NAACL-HLT 2019, 4171–4186. Association for Computational Linguistics. DOI ↗ |
| 别名 | DA-NER, cross-domain NER, domain-adaptive NER, domain-transfer named entity recognition | BERT fine-tuning for classification, BERT transfer learning classifier, pre-trained BERT classifier, BERT downstream classification |
| 相关≠ | 5 | 4 |
| 摘要≠ | Domain-adaptive Named Entity Recognition (DA-NER) applies named entity recognition to a target domain by transferring or adapting a model trained on a source domain, using techniques such as domain-specific pre-training, adversarial alignment, or feature augmentation. It addresses the performance collapse that standard NER models suffer when deployed outside their training domain. | Transfer Learning with BERT-based Classification adapts a large transformer language model, pre-trained on massive text corpora, to a target classification task by fine-tuning its weights on labeled examples. The pre-trained representations encode rich syntactic and semantic knowledge, enabling high accuracy even when the labeled dataset is small. |
| ScholarGate数据集 ↗ |
|
|