방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 준지도 학습 트랜스포머× | Self-supervised Transformer× | |
|---|---|---|
| 분야 | 딥러닝 | 딥러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도≠ | 2018–2019 | 2017–2019 |
| 창시자≠ | Devlin, J. et al. (BERT); broader SSL-Transformer paradigm community | Vaswani et al. (architecture); Devlin et al. (BERT self-supervised paradigm) |
| 유형≠ | Semi-supervised deep learning | Self-supervised deep learning model |
| 원전 | 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 ↗ | 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 ↗ |
| 별칭 | semi-supervised transformer model, SSL transformer, transformer with self-supervised pre-training, semi-supervised attention model | SSL Transformer, self-supervised pretraining, masked self-attention pretraining, contrastive transformer |
| 관련 | 5 | 5 |
| 요약≠ | Semi-supervised learning with Transformer architectures leverages large quantities of unlabeled data alongside a small labeled set to train powerful sequence models. The dominant pattern — exemplified by BERT — first pre-trains the Transformer on unlabeled data using self-supervised objectives such as masked token prediction, then fine-tunes it on the labeled task. This two-stage approach dramatically reduces the labeled data needed to achieve strong performance. | A self-supervised Transformer is a Transformer network pretrained using automatically constructed supervision signals — such as masked token prediction or next-sentence prediction — rather than human-annotated labels. The resulting representations are then fine-tuned or probed on downstream tasks. BERT, GPT, and ViT (Vision Transformer in masked-image modeling mode) are the most widely known instantiations of this paradigm. |
| ScholarGate데이터셋 ↗ |
|
|