Võrdle meetodeid
Vaata valitud meetodeid kõrvuti; erinevad read on esile tõstetud.
| BERT-põhine peenhäälestatud klassifikaator× | Häälestatud RoBERTa-põhine klassifitseerimine× | |
|---|---|---|
| Valdkond | Süvaõpe | Süvaõpe |
| Perekond | Machine learning | Machine learning |
| Tekkeaasta | 2019 | 2019 |
| Looja≠ | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (Google AI) | Liu, Y. et al. (Meta AI / University of Washington) |
| Tüüp≠ | Pre-trained transformer fine-tuned for classification | Pretrained transformer fine-tuned for classification |
| Algallikas≠ | 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 ↗ | Liu, Y., Ott, M., Goyal, N., Du, J., Joshi, M., Chen, D., Levy, O., Lewis, M., Zettlemoyer, L., & Stoyanov, V. (2019). RoBERTa: A Robustly Optimized BERT Pretraining Approach. arXiv:1907.11692. link ↗ |
| Rööpnimetused | BERT fine-tuning, BERT classifier, fine-tuned BERT, BERT sequence classification | RoBERTa fine-tuning, RoBERTa classifier, fine-tuned RoBERTa, RoBERTa sequence classification |
| Seotud | 5 | 5 |
| Kokkuvõte≠ | Fine-Tuned BERT-based Classification adapts a pre-trained BERT transformer to a specific text classification task by adding a lightweight output layer and continuing gradient-based training on labelled examples. It consistently achieves near-state-of-the-art accuracy on sentiment analysis, topic categorisation, intent detection, and other NLP classification tasks with relatively small labelled datasets. | Fine-tuned RoBERTa-based classification adapts the RoBERTa pretrained transformer — itself a robustly retrained variant of BERT — to a specific text classification task by appending a classification head and continuing training on labeled examples. It consistently achieves state-of-the-art or near-state-of-the-art performance on sentiment analysis, topic classification, toxicity detection, and similar NLP tasks. |
| ScholarGateAndmestik ↗ |
|
|