方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 微调句嵌入× | 微调 BERT 分类× | |
|---|---|---|
| 领域 | 深度学习 | 深度学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份 | 2019 | 2019 |
| 提出者≠ | Reimers, N. & Gurevych, I. | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (Google AI) |
| 类型≠ | Supervised / contrastive fine-tuning of pre-trained sentence encoders | Pre-trained transformer fine-tuned for 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. 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 ↗ |
| 别名 | SBERT fine-tuning, sentence transformer fine-tuning, domain-adapted sentence embeddings, fine-tuned sentence encoders | BERT fine-tuning, BERT classifier, fine-tuned BERT, BERT sequence classification |
| 相关 | 5 | 5 |
| 摘要≠ | Fine-Tuned Sentence Embeddings adapt a general-purpose pre-trained sentence encoder — such as Sentence-BERT — to a specific domain or task by continuing training on labeled or paired text data from that domain. The resulting embeddings capture domain-specific semantic structure far better than off-the-shelf vectors, improving downstream tasks such as semantic similarity, clustering, classification, and retrieval. | 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数据集 ↗ |
|
|