Command Palette
Search for a command to run...
CAN-NER: Convolutional Attention Network for Chinese Named Entity Recognition
Yuying Zhu; Guoxin Wang; Börje F. Karlsson

Abstract
Named entity recognition (NER) in Chinese is essential but difficult because of the lack of natural delimiters. Therefore, Chinese Word Segmentation (CWS) is usually considered as the first step for Chinese NER. However, models based on word-level embeddings and lexicon features often suffer from segmentation errors and out-of-vocabulary (OOV) words. In this paper, we investigate a Convolutional Attention Network called CAN for Chinese NER, which consists of a character-based convolutional neural network (CNN) with local-attention layer and a gated recurrent unit (GRU) with global self-attention layer to capture the information from adjacent characters and sentence contexts. Also, compared to other models, not depending on any external resources like lexicons and employing small size of char embeddings make our model more practical. Extensive experimental results show that our approach outperforms state-of-the-art methods without word embedding and external lexicon resources on different domain datasets including Weibo, MSRA and Chinese Resume NER dataset.
Code Repositories
Benchmarks
| Benchmark | Methodology | Metrics |
|---|---|---|
| chinese-named-entity-recognition-on-msra | CAN-NER Model | F1: 92.97 Precision: 93.53 Recall: 92.42 |
| chinese-named-entity-recognition-on-ontonotes | CAN-NER Model | F1: 73.64 Precision: 75.05 Recall: 72.29 |
| chinese-named-entity-recognition-on-resume | CAN-NER Model | F1: 94.94 Precision: 95.05 Recall: 94.82 |
| chinese-named-entity-recognition-on-weibo-ner | CAN-NER Model | Accuracy-NE: 55.38 Accuracy-NM: 62.98 Overall: 59.31 |
Build AI with AI
From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.