手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 説明可能なBERTベース分類× | ファインチューニングされたBERTベースの分類× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2019–2020 | 2019 |
| 提唱者≠ | Devlin et al. (BERT); explainability methods by Lundberg & Lee (SHAP), Ribeiro et al. (LIME), Sundararajan et al. (Integrated Gradients) | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (Google AI) |
| 種類≠ | Pre-trained transformer classifier with post-hoc or intrinsic explainability | Pre-trained transformer fine-tuned for classification |
| 原典≠ | 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, pp. 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 ↗ |
| 別名 | XAI-BERT, interpretable BERT classifier, BERT with post-hoc explanation, transparent BERT classification | BERT fine-tuning, BERT classifier, fine-tuned BERT, BERT sequence classification |
| 関連≠ | 6 | 5 |
| 概要≠ | Explainable BERT-based Classification combines the predictive power of fine-tuned BERT transformers for text classification with post-hoc or intrinsic explainability techniques — such as SHAP, LIME, attention analysis, or integrated gradients — to reveal which words or tokens drove each prediction. The result is a classifier that is both accurate and interpretable enough for high-stakes or auditable NLP applications. | Fine-Tuned BERT-based Classification adapts a pre-trained BERT transformer to a specific text classification task by adding a lightweight output layer and continuing gradient-based training on labelled examples. It consistently achieves near-state-of-the-art accuracy on sentiment analysis, topic categorisation, intent detection, and other NLP classification tasks with relatively small labelled datasets. |
| ScholarGateデータセット ↗ |
|
|