BiLSTM-CRF命名实体识别模型中的CRF层

Posted createMoMo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BiLSTM-CRF命名实体识别模型中的CRF层相关的知识,希望对你有一定的参考价值。

虽然网上的文章对BiLSTM-CRF模型介绍的文章有很多,但是一般对CRF层的解读比较少。

于是决定,写一系列专门用来解读BiLSTM-CRF模型中的CRF层的文章。

我是用英文写的,发表在了github pages上。

如果文章中有描述不对,不准确或者引起困惑的地方,欢迎随时发表评论。

文章链接:

---------------------------------------------------第一篇 (2017.09.15)-----------------------------------------------------------------------

标题:CRF Layer on the Top of BiLSTM - 1  链接:https://createmomo.github.io/2017/09/12/CRF_Layer_on_the_Top_of_BiLSTM_1/

文章预览:

Outline

The article series will include:

  • Introduction - the general idea of the CRF layer on the top of BiLSTM for named entity recognition tasks
  • A Detailed Example - a toy example to explain how CRF layer works step-by-step
  • Chainer Implementation - a chainer implementation of the CRF Layer

Who could be the readers of this article series?
This article series is for students or someone else who is the beginner of natural language processing or any other AI related areas, I hope you can find what you do want to know from my articles. Moreover, please be free to provide any comments or suggestions to improve the series.

... ...

---------------------------------------------------第二篇------------------------------------------------------------------------

CRF Layer on the Top of BiLSTM - 2

(进行中...)

以上是关于BiLSTM-CRF命名实体识别模型中的CRF层的主要内容,如果未能解决你的问题,请参考以下文章

基于深度学习做命名实体识别

命名实体识别常用算法及工程实现

crf-1 概述和简介(翻译)

知识图谱命名实体识别(NLP)

用CRF做命名实体识别

文本数据挖掘中文命名实体识别:HMM模型+BiLSTM_CRF模型(Pytorch)调研与实验分析