BERT Named Entity Recognition with Self-attention Mechanism

Liang Dou,Xinyi Li,Ying Qian
DOI: https://doi.org/10.1109/TOCS53301.2021.9688590
2021-12-10
Abstract:Named entity recognition, as one of the classic tasks of natural language processing, has experienced several different development stages since it was proposed. However, the current mainstream model for named entity recognition cannot well represent the polysemy of a word, and the recognition effect is still not ideal. Based on this, this paper constructs a BERT +BLSTM + CRF model to deal with the problem of Chinese named entity recognition. By using the emerging pre training model Bert, we obtain the dynamic word vector, and then input it into BLSTM+CRF model for further training. Experiments show that the BERT+BLSTM+CRF model constructed in this paper is significantly improved in terms of accuracy, recall rate and F1 value compared with other models used to deal with named entity recognition tasks, which indicates the effectiveness of BERT pre-training model in solving named entity recognition problems.
Computer Science
What problem does this paper attempt to address?