Linear-chain CRF 개요 Linear-chain Conditional Random Field(선형 체인 조건부 확률장, 이하 Linear-chain CRF)는 자연어처리(NLP) 분야에서 널리 사용되는 시퀀스 레이블링(sequence labeling)을 위한 확률적 그래피컬 모델이다. 주로 형태소 분석, 개체명 인식(NER), 품사 태깅(POS …
검색 결과
검색어를 입력하세요.
Label Bias Problem 개요 Label Bias Problem(벨 편향 문제)은신러닝, 조건부 확률 모델(Conditional Random Fields, CRFs 등)과 순차적 예측 모델(Sequential Models)에서 발생 수 있는 중요한 이슈이다. 이 문제는델이 각 출력 라벨을 독립적으로 예측하려는 경향 때문에,전 상태나 문맥 정보를 충…