CRENER: A Character Relation Enhanced Chinese NER Model
Yaqiong Qiao, Shixuan Peng

TL;DR
CRENER introduces a novel Chinese NER model that leverages character relationships and an enhanced transformer encoder to improve entity boundary detection and overall accuracy, outperforming existing methods.
Contribution
The paper proposes a character relation enhanced NER model with a fine-grained relationship classification approach and a specialized transformer encoder for better Chinese NER performance.
Findings
Outperforms state-of-the-art baselines on four Chinese NER datasets
Effective modeling of character relationships improves boundary recognition
Ablation studies confirm the model's components contribute to accuracy
Abstract
Chinese Named Entity Recognition (NER) is an important task in information extraction, which has a significant impact on downstream applications. Due to the lack of natural separators in Chinese, previous NER methods mostly relied on external dictionaries to enrich the semantic and boundary information of Chinese words. However, such methods may introduce noise that affects the accuracy of named entity recognition. To this end, we propose a character relation enhanced Chinese NER model (CRENER). This model defines four types of tags that reflect the relationships between characters, and proposes a fine-grained modeling of the relationships between characters based on three types of relationships: adjacency relations between characters, relations between characters and tags, and relations between tags, to more accurately identify entity boundaries and improve Chinese NER accuracy.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Handwritten Text Recognition Techniques
