Chinese Named Entity Recognition

37 papers with code • 7 benchmarks • 6 datasets

Chinese named entity recognition is a subtask of information extraction that seeks to locate and classify named entities mentioned in unstructured text into pre-defined categories such as person names, organizations, locations, medical codes, time expressions, quantities, monetary values, percentages, etc. from Chinese text (Source: Adapted from Wikipedia).

Libraries

Use these libraries to find Chinese Named Entity Recognition models and implementations
2 papers
6,199

Enhancing Entity Boundary Detection for Better Chinese Named Entity Recognition

cchen-reese/Boundary-Enhanced-NER ACL 2021

In comparison with English, due to the lack of explicit word boundary and tenses information, Chinese Named Entity Recognition (NER) is much more challenging.

26
01 Aug 2021

MECT: Multi-Metadata Embedding based Cross-Transformer for Chinese Named Entity Recognition

CoderMusou/MECT4CNER ACL 2021

This paper presents a novel Multi-metadata Embedding based Cross-Transformer (MECT) to improve the performance of Chinese NER by fusing the structural information of Chinese characters.

64
12 Jul 2021

Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition

tricktreat/locate-and-label ACL 2021

Although these methods have the innate ability to handle nested NER, they suffer from high computational cost, ignorance of boundary information, under-utilization of the spans that partially match with entities, and difficulties in long entity recognition.

102
14 May 2021

Improving Named Entity Recognition by External Context Retrieving and Cooperative Learning

modelscope/AdaSeq ACL 2021

We find empirically that the contextual representations computed on the retrieval-based input view, constructed through the concatenation of a sentence and its external contexts, can achieve significantly improved performance compared to the original input view based only on the sentence.

364
08 May 2021

Named Entity Recognition for Social Media Texts with Semantic Augmentation

cuhksz-nlp/SANER EMNLP 2020

In particular, we obtain the augmented semantic information from a large-scale corpus, and propose an attentive semantic augmentation module and a gate module to encode and aggregate such information, respectively.

38
29 Oct 2020

Improving Named Entity Recognition with Attentive Ensemble of Syntactic Information

cuhksz-nlp/AESINER Findings of the Association for Computational Linguistics 2020

Named entity recognition (NER) is highly sensitive to sentential syntactic and semantic properties where entities may be extracted according to how they are used and placed in the running text.

32
29 Oct 2020

SLK-NER: Exploiting Second-order Lexicon Knowledge for Chinese NER

zerohd4869/SLK-NER 16 Jul 2020

Although character-based models using lexicon have achieved promising results for Chinese named entity recognition (NER) task, some lexical words would introduce erroneous information due to wrongly matched words.

16
16 Jul 2020

FLAT: Chinese NER Using Flat-Lattice Transformer

LeeSureman/Flat-Lattice-Transformer ACL 2020

Recently, the character-word lattice structure has been proved to be effective for Chinese named entity recognition (NER) by incorporating the word information.

988
24 Apr 2020

FGN: Fusion Glyph Network for Chinese Named Entity Recognition

AidenHuen/FGN-NER 15 Jan 2020

Except for adding glyph information, this method may also add extra interactive information with the fusion mechanism.

49
15 Jan 2020

CLUENER2020: Fine-grained Named Entity Recognition Dataset and Benchmark for Chinese

CLUEbenchmark/CLUENER2020 13 Jan 2020

In this paper, we introduce the NER dataset from CLUE organization (CLUENER2020), a well-defined fine-grained dataset for named entity recognition in Chinese.

1,397
13 Jan 2020