Document-Level Named Entity Recognition By Incorporating Global And Neighbor Features

Anwen Hu,Zhicheng Dou,Ji-Rong Wen
DOI: https://doi.org/10.1007/978-3-030-31624-2_7
2019-01-01
Abstract:State-of-the-art named entity recognition models mostly process sentences within a document separately. Sentence-level named entity recognition is easy to cause tagging inconsistency problems for long text documents. In this paper, we first propose to use the neural network to encode global consistency and neighbor relevance among occurrences of a particular token within a document. We first encode sentences within a document independently by a sentence-level BiLSTM layer, then we design a document-level module to encode the relation between occurrences of a particular token. In our document-level module, we use CNN to encode global consistency features and apply BiLSTM to model neighbor relevance features. We further apply a gate to effectively fuse these two non-local features and use a CRF layer to decode labels. We evaluate our model on the CoNLL-2003 dataset. Experimental results show that our model outperforms existing methods.
What problem does this paper attempt to address?