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,189

Supplementary Features of BiLSTM for Enhanced Sequence Labeling

conglei2xu/global-context-mechanism 31 May 2023

Sequence labeling tasks require the computation of sentence representations for each word within a given sentence.

16
31 May 2023

DiffusionNER: Boundary Diffusion for Named Entity Recognition

tricktreat/diffusionner 22 May 2023

In 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.

73
22 May 2023

Unsupervised Boundary-Aware Language Model Pretraining for Chinese Sequence Labeling

modelscope/modelscope 27 Oct 2022

We apply BABERT for feature induction of Chinese sequence labeling tasks.

6,005
27 Oct 2022

Rethinking the Value of Gazetteer in Chinese Named Entity Recognition

knowledgeresearch/kaner 6 Jul 2022

Gazetteer is widely used in Chinese named entity recognition (NER) to enhance span boundary detection and type classification.

6
06 Jul 2022

NFLAT: Non-Flat-Lattice Transformer for Chinese Named Entity Recognition

codermusou/nflat4cner 12 May 2022

To 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.

33
12 May 2022

Boundary Smoothing for Named Entity Recognition

syuoni/eznlp ACL 2022

Neural named entity recognition (NER) models may easily encounter the over-confidence issue, which degrades the performance and calibration.

120
26 Apr 2022

Parallel Instance Query Network for Named Entity Recognition

tricktreat/piqn ACL 2022

Each instance query predicts one entity, and by feeding all instance queries simultaneously, we can query all entities in parallel.

68
20 Mar 2022

MarkBERT: Marking Word Boundaries Improves Chinese BERT

daiyongya/markbert 12 Mar 2022

We present a Chinese BERT model dubbed MarkBERT that uses word information in this work.

14
12 Mar 2022

Unified Named Entity Recognition as Word-Word Relation Classification

ljynlp/w2ner 19 Dec 2021

So far, named entity recognition (NER) has been involved with three major types, including flat, overlapped (aka.

476
19 Dec 2021

MarkBERT: Marking Word Boundaries Improves Chinese BERT

daiyongya/markbert ACL ARR November 2021

We present a Chinese BERT model dubbed MarkBERT that uses word information in this work.

14
16 Nov 2021