CRF
Conditional Random Fields(条件付き確率場)
ref:
https://github.com/ftnext/MLPaperSummary/issues/3
IMO「条件付き確率」の場ということ?
https://ja.wikipedia.org/wiki/条件付き確率場
利用例:
MeCab
MeCabは、CRF(条件付き確率場)によってコスト推定する汎用テキスト処理エンジン (
1章 自然言語処理の概要
Kindle 版 p.29)
sklearn-crfsuite
使っている
python-crfsuite
積ん読
CRFsuite
事例
https://dev.to/fferegrino/conditional-random-fields-in-python-sequence-labelling-part-4-5ei2
一論文
Reinforcement-based denoising of distantly supervised NER with partial annotation
https://github.com/nooralahzadeh/DSNER-pytorch
LSTM+CRF
ref:
https://github.com/ftnext/MLPaperSummary/issues/2
関連論文?(Projectに入れる?)
Applying Conditional Random Fields to Japanese Morphological Analysis
(MeCabの話?)