手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 半教師あり感情分析× | BERTベースの分類× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2002–2008 | 2019 |
| 提唱者≠ | Zhu, X.; Pang, B. & Lee, L. (foundational works) | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (Google AI Language) |
| 種類≠ | Semi-supervised classification | Pre-trained language model with fine-tuning |
| 原典≠ | Zhu, X. (2005). Semi-Supervised Learning Literature Survey. Technical Report 1530, Computer Sciences, University of Wisconsin-Madison. link ↗ | 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 ↗ |
| 別名 | SSSA, semi-supervised opinion mining, label-propagation sentiment classification, self-training sentiment analysis | BERT classifier, BERT fine-tuning for classification, BERT text classification, BERT-CLS |
| 関連 | 4 | 4 |
| 概要≠ | Semi-supervised sentiment analysis combines a small set of manually labeled text samples with a large pool of unlabeled text to train opinion classifiers. By propagating sentiment signals from labeled seeds to unlabeled data through self-training, label propagation, or consistency regularization, the approach achieves competitive accuracy without the cost of labeling large corpora. | 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データセット ↗ |
|
|