مقایسهٔ روشها
روشهای انتخابی خود را کنار هم مرور کنید؛ ردیفهای متفاوت برجسته شدهاند.
| یادگیری انتقالی با تعبیه جملات× | طبقهبندی مبتنی بر RoBERTa× | |
|---|---|---|
| حوزه | یادگیری عمیق | یادگیری عمیق |
| خانواده | Machine learning | Machine learning |
| سال پیدایش≠ | 2017–2019 | 2019 |
| پدیدآور≠ | Reimers, N. & Gurevych, I. (SBERT); Conneau, A. et al. (InferSent) | Liu, Y. et al. (Facebook AI Research / University of Washington) |
| نوع≠ | Transfer learning / sentence representation | Pre-trained transformer fine-tuned for sequence classification |
| منبع بنیادین≠ | Reimers, N. & Gurevych, I. (2019). Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing (EMNLP), 3982–3992. 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 ↗ |
| نامهای دیگر | sentence embedding transfer learning, pre-trained sentence encoder fine-tuning, SBERT transfer learning, sentence representation transfer | RoBERTa classifier, RoBERTa text classification, Robustly Optimized BERT Classification, RoBERTa fine-tuning for classification |
| مرتبط | 5 | 5 |
| خلاصه≠ | Transfer Learning with Sentence Embeddings takes a large pre-trained encoder — such as Sentence-BERT or the Universal Sentence Encoder — that already encodes general language knowledge into fixed-length vectors, and adapts it to a new task or domain with little additional labelled data. The pre-trained representations give a head start that often outperforms task-specific models trained from scratch on modest corpora. | 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مجموعهداده ↗ |
|
|