手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 弱教師ありTransformer× | BERTベースの分類× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2017–2019 | 2019 |
| 提唱者≠ | Multiple contributors (weak supervision paradigm: Zhou 2018; transformer backbone: Vaswani et al. 2017) | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (Google AI Language) |
| 種類≠ | Weakly supervised deep learning | Pre-trained language model with fine-tuning |
| 原典≠ | Ratner, A., Bach, S. H., Ehrenberg, H., Fries, J., Wu, S., & Re, C. (2017). Snorkel: Rapid training data creation with weak supervision. Proceedings of the VLDB Endowment, 11(3), 269–282. DOI ↗ | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. In Proceedings of NAACL-HLT 2019 (pp. 4171–4186). Association for Computational Linguistics. DOI ↗ |
| 別名 | WST, weakly supervised attention model, noisy-label transformer, weak supervision with transformers | BERT classifier, BERT fine-tuning for classification, BERT text classification, BERT-CLS |
| 関連≠ | 5 | 4 |
| 概要≠ | Weakly Supervised Transformer combines the representational power of Transformer architectures with weak supervision strategies that exploit noisy, incomplete, or programmatically generated labels — making it possible to train high-quality NLP and vision models when fully annotated datasets are scarce or prohibitively expensive to produce. | BERT-based Classification fine-tunes Google's Bidirectional Encoder Representations from Transformers model on a labelled text dataset, replacing the generic pre-trained head with a task-specific classification layer. It exploits deep bidirectional context from hundreds of millions of pre-trained parameters to deliver state-of-the-art accuracy on short- and medium-length text classification tasks with relatively modest amounts of labelled data. |
| ScholarGateデータセット ↗ |
|
|