Bidirectional GRU with Multi-Head Attention for Chinese NER

Shuo Yan,Jianping Chai,Liyun Wu
DOI: https://doi.org/10.1109/itoec49072.2020.9141551
2020-01-01
Abstract:Named entity recognition (NER) is a basic task of natural language processing (nlp), which purpose is to locate the named entities in natural language text, and classify them into predefined categories such as persons (PER), locations (LOC), and organizations (ORG). Nowadays, deep learning methods have been widely used in this task and have achieved advanced results. However, most of the NER is conducted in English not in Chinese, and because of the complex language characteristics of Chinese itself, the current effect of named entity recognition in Chinese is not very satisfactory. In order to cope with the above problems, this paper proposes a new network structure, which is named BERT-BGRU-MHA-CRF. Experiments show that the model can achieve an F1 value of 94.14% on the MSRA corpus, which is better than the current mainstream model Bi-LSTM-CRF, and achieves a good accuracy on the Chinese named entity recognition task.
What problem does this paper attempt to address?