เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| การรู้จำชื่อเฉพาะแบบกำกับตนเอง× | การเรียนรู้แบบน้อยตัวอย่าง× | การรู้จำหน่วยคำนาม (Named Entity Recognition - NER)× | |
|---|---|---|---|
| สาขาวิชา≠ | การเรียนรู้เชิงลึก | การเรียนรู้ของเครื่อง | การทำเหมืองข้อความ |
| ตระกูล≠ | Machine learning | Machine learning | Process / pipeline |
| ปีกำเนิด≠ | 2018–2019 | 2011–2017 | — |
| ผู้ริเริ่ม≠ | Devlin et al.; community-evolved from BERT-era self-supervised pretraining | Lake, B. M.; Vinyals, O.; Finn, C. et al. | — |
| ประเภท≠ | Sequence labeling via self-supervised pretraining + fine-tuning | Meta-learning / low-data learning paradigm | NLP sequence-labelling task |
| แหล่งต้นตำรับ≠ | 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. link ↗ | Vinyals, O., Blundell, C., Lillicrap, T., Wierstra, D., & Kavukcuoglu, K. (2016). Matching Networks for One Shot Learning. Advances in Neural Information Processing Systems (NeurIPS), 29. link ↗ | Nadeau, D. & Sekine, S. (2007). A survey of named entity recognition. Lingvisticae Investigationes. link ↗ |
| ชื่อเรียกอื่น≠ | Self-supervised NER, SS-NER, label-efficient NER, pre-trained NER | FSL, low-shot learning, k-shot learning, meta-learning for few examples | NER, entity tagging, Adlandırılmış Varlık Tanıma (NER) |
| ที่เกี่ยวข้อง≠ | 2 | 4 | 3 |
| สรุป≠ | Self-supervised named entity recognition (NER) combines large-scale self-supervised pretraining — such as masked language modeling — with token-level fine-tuning to identify and classify named entities in text. By learning general linguistic representations before seeing any entity labels, the model achieves strong performance even when annotated NER training data is scarce. | Few-shot learning is a machine learning paradigm that trains models to recognize new classes or solve new tasks from only a handful of labeled examples — typically one to five — by leveraging prior knowledge acquired from a large, related training distribution. It is especially relevant in domains where labeling is expensive, scarce, or structurally limited. | Named entity recognition (NER) is a natural-language-processing task that automatically detects and labels entities in text — such as people, organisations, locations, and dates. Surveyed by Nadeau and Sekine (2007) and later advanced with neural architectures by Lample et al. (2016), it turns free-running text into tagged spans that downstream tools can use. |
| ScholarGateชุดข้อมูล ↗ |
|
|
|