方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 微调问答× | [需翻译标题:BERT-based Classification...]× | |
|---|---|---|
| 领域 | 深度学习 | 深度学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2016–2019 | 2019 |
| 提出者≠ | Devlin et al. (BERT); Rajpurkar et al. (SQuAD benchmark) | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (Google AI Language) |
| 类型≠ | Transfer learning / fine-tuning for extractive or generative QA | Pre-trained language model with fine-tuning |
| 开创性文献≠ | 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. In Proceedings of NAACL-HLT 2019 (pp. 4171–4186). Association for Computational Linguistics. DOI ↗ |
| 别名 | fine-tuned QA, neural QA with fine-tuning, extractive QA fine-tuning, reading comprehension fine-tuning | BERT classifier, BERT fine-tuning for classification, BERT text classification, BERT-CLS |
| 相关≠ | 5 | 4 |
| 摘要≠ | Fine-Tuned Question Answering adapts a large pre-trained language model — such as BERT, RoBERTa, or a GPT-family model — to answer natural-language questions over a given context passage or knowledge base. The model learns to locate answer spans or generate free-form answers by continuing training on labeled QA pairs after general-purpose pre-training. | 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数据集 ↗ |
|
|