Browse State-of-the-Art › Chinese Named Entity Recognition
Chinese Named Entity Recognition
40 papers with code · 7 benchmarks · 6 datasets archive 2025-07-28
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).
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
7 leaderboard tables shown for this task, 7 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| MSRA (21 rows) | BERT-MRC+DSC | Dice Loss for Data-imbalanced NLP Tasks | code | Syntology ran 0 of 3 samples · 3 unverified | Compare |
| Weibo NER (18 rows) | BERT-CRF (Replicated in AdaSeq) | Improving Named Entity Recognition by External Context Retrieving... | code | Syntology ran 0 of 4 samples · 4 unverified | Compare |
| OntoNotes 4 (15 rows) | BERT-MRC+DSC | Dice Loss for Data-imbalanced NLP Tasks | code | Syntology ran 0 of 3 samples · 3 unverified | Compare |
| Resume NER (13 rows) | BERT-CRF (Replicated in AdaSeq) | Improving Named Entity Recognition by External Context Retrieving... | code | Syntology ran 0 of 4 samples · 4 unverified | Compare |
| MSRA Dev (3 rows) | ERNIE 2.0 Large | ERNIE 2.0: A Continual Pre-training Framework for Language Understanding | code | Syntology ran 0 of 1 samples · 1 unverified | Compare |
| OntoNotes 5.0 (1 row) | DGLSTM-CRF | Dependency-Guided LSTM-CRF for Named Entity Recognition | code | — | Compare |
| SighanNER (1 row) | BiLSTM+CRF+adversarial+self-attention | Adversarial Transfer Learning for Chinese Named Entity Recognition... | code | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
6 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
No subtask under this task in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
30 shown of 40 papers with code (75 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
19 Apr 2019 19 repositories listed Syntology ran 0 of 7 samples · 7 unverifiedWe present a novel language representation model enhanced by knowledge called ERNIE (Enhanced Representation through kNowledge IntEgration).
-
25 Oct 2019 8 repositories listed Syntology ran 2 of 5 samples · 3 unverified · 2 pointer-only (licence)Instead of treating the task of NER as a sequence labeling problem, we propose to formulate it as a machine reading comprehension (MRC) task.
-
2 Nov 2019 7 repositories listed Syntology ran 7 of 35 samples · 28 unverifiedMoreover, it is shown that reasonable performance can be obtained when ZEN is trained on a small corpus, which is important for applying pre-training techniques to scenarios with limited data.
-
10 Nov 2019 6 repositories listed Syntology ran 0 of 1 samples · 1 unverifiedThe Bidirectional long short-term memory networks (BiLSTM) have been widely used as an encoder in models solving the named entity recognition (NER) task.
-
7 Nov 2019 4 repositories listed Syntology ran 0 of 3 samples · 3 unverifiedMany NLP tasks such as tagging and machine reading comprehension are faced with the severe data imbalance issue: negative examples significantly outnumber positive examples, and the huge number of background examples…
-
22 May 2023 3 repositories listedIn this paper, we propose DiffusionNER, which formulates the named entity recognition task as a boundary-denoising diffusion process and thus generates named entities from noisy spans.
-
8 May 2021 3 repositories listed Syntology ran 0 of 4 samples · 4 unverifiedWe 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…
-
13 Jan 2020 3 repositories listedIn this paper, we introduce the NER dataset from CLUE organization (CLUENER2020), a well-defined fine-grained dataset for named entity recognition in Chinese.
-
29 Jul 2019 3 repositories listed Syntology ran 0 of 1 samples · 1 unverified · 1 pointer-only (licence)Recently, pre-trained models have achieved state-of-the-art results in various language understanding tasks, which indicates that pre-training on large-scale corpora may play a crucial role in natural language…
-
5 May 2018 3 repositories listed Syntology ran 2 of 2 samples · 0 unverified · 2 pointer-only (licence)We investigate a lattice-structured LSTM model for Chinese NER, which encodes a sequence of input characters as well as all potential words that match a lexicon.
-
27 Oct 2022 2 repositories listedWe apply BABERT for feature induction of Chinese sequence labeling tasks.
-
16 Aug 2019 2 repositories listedThis method avoids designing a complicated sequence modeling architecture, and for any neural NER model, it requires only subtle adjustment of the character representation layer to introduce the lexicon information.
-
29 Jan 2019 2 repositories listed Syntology ran 3 of 8 samples · 5 unverifiedHowever, due to the lack of rich pictographic evidence in glyphs and the weak generalization ability of standard computer vision models on character data, an effective way to utilize the glyph information remains to be…
-
29 Mar 2025 1 repository listedThe Library offers 1-2 projects per year for students to engage with advanced technologies in practical contexts while supporting the Library in tackling challenges and streamlining operational tasks.
-
3 Mar 2025 1 repository listedIncorrect boundary division, complex semantic representation, and differences in pronunciation and meaning often lead to errors in Chinese Named Entity Recognition(CNER).
-
31 May 2023 1 repository listedSequence labeling tasks require the computation of sentence representations for each word within a given sentence.
-
6 Jul 2022 1 repository listedGazetteer is widely used in Chinese named entity recognition (NER) to enhance span boundary detection and type classification.
-
12 May 2022 1 repository listedTo deal with this issue, we advocate a novel lexical enhancement method, InterFormer, that effectively reduces the amount of computational and memory costs by constructing non-flat lattices.
-
26 Apr 2022 1 repository listedNeural named entity recognition (NER) models may easily encounter the over-confidence issue, which degrades the performance and calibration.
-
20 Mar 2022 1 repository listedEach instance query predicts one entity, and by feeding all instance queries simultaneously, we can query all entities in parallel.
-
12 Mar 2022 1 repository listedWe present a Chinese BERT model dubbed MarkBERT that uses word information in this work.
-
19 Dec 2021 1 repository listedSo far, named entity recognition (NER) has been involved with three major types, including flat, overlapped (aka.
-
16 Nov 2021 1 repository listedWe present a Chinese BERT model dubbed MarkBERT that uses word information in this work.
-
16 Sep 2021 1 repository listedSome Chinese characters are quite similar as they share the same components or have similar pronunciations.
-
1 Aug 2021 1 repository listedIn comparison with English, due to the lack of explicit word boundary and tenses information, Chinese Named Entity Recognition (NER) is much more challenging.
-
12 Jul 2021 1 repository listedThis 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.
-
14 May 2021 1 repository listedAlthough 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…
-
29 Oct 2020 1 repository listedNamed 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.
-
29 Oct 2020 1 repository listedIn 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.
-
16 Jul 2020 1 repository listedAlthough 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.
Syntology lines on 9 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections