방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 자기 지도 학습 기반 명명 개체 인식× | 퓨샷 학습× | |
|---|---|---|
| 분야≠ | 딥러닝 | 머신러닝 |
| 계열 | Machine learning | Machine learning |
| 기원 연도≠ | 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 |
| 원전≠ | 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 ↗ |
| 별칭 | Self-supervised NER, SS-NER, label-efficient NER, pre-trained NER | FSL, low-shot learning, k-shot learning, meta-learning for few examples |
| 관련≠ | 2 | 4 |
| 요약≠ | 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. |
| ScholarGate데이터셋 ↗ |
|
|