Порівняння методів
Переглядайте обрані методи поруч; рядки з відмінностями підсвічено.
| Навчання з передачею для розпізнавання іменованих сутностей× | Класифікація на основі BERT× | |
|---|---|---|
| Галузь | Глибоке навчання | Глибоке навчання |
| Родина | Machine learning | Machine learning |
| Рік появи≠ | 2010 / 2019 | 2019 |
| Автор методу≠ | Pan & Yang (transfer learning); Devlin et al. (BERT-based NER fine-tuning) | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (Google AI Language) |
| Тип≠ | Supervised sequence labeling via pretrained encoder fine-tuning | Pre-trained language model with fine-tuning |
| Основоположне джерело | 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 (pp. 4171–4186). Association for Computational Linguistics. 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 (pp. 4171–4186). Association for Computational Linguistics. DOI ↗ |
| Інші назви | TL-NER, Fine-Tuned NER, Pretrained Model NER, BERT NER | BERT classifier, BERT fine-tuning for classification, BERT text classification, BERT-CLS |
| Пов'язані≠ | 5 | 4 |
| Підсумок≠ | Transfer Learning with Named Entity Recognition (NER) adapts a large pretrained language model — such as BERT, RoBERTa, or a domain-specific encoder — to the task of identifying and classifying named entities (persons, locations, organizations, dates, etc.) in text. By reusing rich linguistic representations learned from massive corpora, this approach requires only modest labeled NER data while achieving state-of-the-art span detection and classification accuracy. | BERT-based Classification fine-tunes Google's Bidirectional Encoder Representations from Transformers model on a labelled text dataset, replacing the generic pre-trained head with a task-specific classification layer. It exploits deep bidirectional context from hundreds of millions of pre-trained parameters to deliver state-of-the-art accuracy on short- and medium-length text classification tasks with relatively modest amounts of labelled data. |
| ScholarGateНабір даних ↗ |
|
|