HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

CAN-NER: Convolutional Attention Network for Chinese Named Entity Recognition

Yuying Zhu; Guoxin Wang; Börje F. Karlsson

CAN-NER: Convolutional Attention Network for Chinese Named Entity Recognition

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

BenchmarkMethodologyMetrics
chinese-named-entity-recognition-on-msraCAN-NER Model
F1: 92.97
Precision: 93.53
Recall: 92.42
chinese-named-entity-recognition-on-ontonotesCAN-NER Model
F1: 73.64
Precision: 75.05
Recall: 72.29
chinese-named-entity-recognition-on-resumeCAN-NER Model
F1: 94.94
Precision: 95.05
Recall: 94.82
chinese-named-entity-recognition-on-weibo-nerCAN-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.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
CAN-NER: Convolutional Attention Network for Chinese Named Entity Recognition | Papers | HyperAI