Compara mètodes
Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.
| Classificació basada en RoBERTa amb ajustament fi× | Transformer afinat× | |
|---|---|---|
| Camp | Aprenentatge profund | Aprenentatge profund |
| Família | Machine learning | Machine learning |
| Any d'origen≠ | 2019 | 2017–2019 |
| Autor original≠ | Liu, Y. et al. (Meta AI / University of Washington) | Vaswani et al. (architecture); fine-tuning paradigm popularised by Howard & Ruder, Devlin et al. |
| Tipus≠ | Pretrained transformer fine-tuned for classification | Transfer learning / supervised fine-tuning |
| Font seminal≠ | 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 ↗ | Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A. N., Kaiser, L., & Polosukhin, I. (2017). Attention is all you need. Advances in Neural Information Processing Systems, 30. link ↗ |
| Àlies | RoBERTa fine-tuning, RoBERTa classifier, fine-tuned RoBERTa, RoBERTa sequence classification | Transformer fine-tuning, pre-trained transformer fine-tuning, task-adaptive transformer, downstream-tuned transformer |
| Relacionats≠ | 5 | 4 |
| Resum≠ | 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. | Fine-tuning a Transformer adapts a large pre-trained model — such as BERT, GPT, or ViT — to a specific downstream task by continuing gradient-based training on a labelled target dataset. This two-stage paradigm (pre-train then fine-tune) consistently achieves state-of-the-art results across NLP and computer vision tasks with far less task-specific data than training from scratch. |
| ScholarGateConjunt de dades ↗ |
|
|