CLAIJul 12, 2021

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

arXiv:2107.05418v1712 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of segmentation errors and limited semantic information in Chinese NER for NLP researchers, though it is incremental by building on existing word enhancement methods.

The paper tackles Chinese Named Entity Recognition by integrating structural information of Chinese characters, such as radicals, to improve semantic understanding, achieving superior performance on several benchmark datasets.

Recently, word enhancement has become very popular for Chinese Named Entity Recognition (NER), reducing segmentation errors and increasing the semantic and boundary information of Chinese words. However, these methods tend to ignore the information of the Chinese character structure after integrating the lexical information. Chinese characters have evolved from pictographs since ancient times, and their structure often reflects more information about the characters. 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. Specifically, we use multi-metadata embedding in a two-stream Transformer to integrate Chinese character features with the radical-level embedding. With the structural characteristics of Chinese characters, MECT can better capture the semantic information of Chinese characters for NER. The experimental results obtained on several well-known benchmarking datasets demonstrate the merits and superiority of the proposed MECT method.\footnote{The source code of the proposed method is publicly available at https://github.com/CoderMusou/MECT4CNER.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes