- 7-8월 초기 구축 문서 12개를 _archive/troubleshooting/2025_07-08_initial_setup/로 이동 - book/300_architecture/390_human_in_the_loop_intent_learning.md를 journey/research/intent_classification/로 이동 (개발 여정 문서) - 빈 폴더 제거 (journey/assets/*)
806 B
806 B
tags, date, modification_date
| tags | date | modification_date | ||||||
|---|---|---|---|---|---|---|---|---|
|
2025-10-13 | 2025-10-13 |
Neural Architectures for Named Entity Recognition (2016)
- 저자: Guillaume Lample, Miguel Ballesteros, et al.
- 요약: 지식 그래프의 기본 노드(node)가 되는 개체명(Named Entity)을 인식하는(NER) 방법에 대한 대표적인 딥러닝 논문입니다. BiLSTM-CRF라는 신경망 아키텍처를 제안하여, 단어의 전후 문맥을 효과적으로 학습하고 개체명의 경계를 정확하게 찾아내는 데 큰 성능 향상을 이루었습니다. 현대적인 NER 모델의 기초가 되는 구조를 제시했습니다.
- 링크: https://arxiv.org/pdf/1603.01360.pdf