Порівняння методів
Переглядайте обрані методи поруч; рядки з відмінностями підсвічено.
| Адаптація до домену в аналізі тональності× | Класифікація на основі RoBERTa× | |
|---|---|---|
| Галузь | Глибоке навчання | Глибоке навчання |
| Родина | Machine learning | Machine learning |
| Рік появи≠ | 2007 | 2019 |
| Автор методу≠ | Blitzer, J.; Dredze, M.; Pereira, F. | Liu, Y. et al. (Facebook AI Research / University of Washington) |
| Тип≠ | Domain adaptation for text classification | Pre-trained transformer fine-tuned for sequence classification |
| Основоположне джерело≠ | Blitzer, J., Dredze, M., & Pereira, F. (2007). Biographies, Bollywood, Boom-boxes and Blenders: Domain Adaptation for Sentiment Classification. Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL), 440–447. link ↗ | 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 preprint arXiv:1907.11692. link ↗ |
| Інші назви | cross-domain sentiment analysis, domain-adaptive opinion mining, domain transfer sentiment classification, DASA | RoBERTa classifier, RoBERTa text classification, Robustly Optimized BERT Classification, RoBERTa fine-tuning for classification |
| Пов'язані | 5 | 5 |
| Підсумок≠ | Domain-adaptive sentiment analysis trains a sentiment model on one or more labeled source domains (e.g., product reviews) and adapts it to a target domain (e.g., social media posts or news) where labels are scarce or absent. By bridging the vocabulary and distributional gap between domains, it achieves strong sentiment classification without requiring large labeled corpora in every target domain. | RoBERTa-based Classification applies the RoBERTa pre-trained transformer — trained more robustly than BERT with dynamic masking and larger batches — to text categorisation tasks by adding a lightweight classification head on top of the [CLS] token representation and fine-tuning the entire model on labelled examples. It consistently matches or outperforms BERT on standard NLP benchmarks. |
| ScholarGateНабір даних ↗ |
|
|