
Research Article
Research on Domain Specific Chinese Named Entity Recognition Based on RTBC Algorithm
@INPROCEEDINGS{10.1007/978-3-031-65123-6_9, author={Xiaohua Ke and Xiaobo Wu and Zexian Ou and Binglong Li}, title={Research on Domain Specific Chinese Named Entity Recognition Based on RTBC Algorithm}, proceedings={Quality, Reliability, Security and Robustness in Heterogeneous Systems. 19th EAI International Conference, QShine 2023, Shenzhen, China, October 8 -- 9, 2023, Proceedings, Part II}, proceedings_a={QSHINE PART 2}, year={2024}, month={8}, keywords={Named Entity Recognition RoBERTa TextCNN-BiGRU Foreign Affair}, doi={10.1007/978-3-031-65123-6_9} }
- Xiaohua Ke
Xiaobo Wu
Zexian Ou
Binglong Li
Year: 2024
Research on Domain Specific Chinese Named Entity Recognition Based on RTBC Algorithm
QSHINE PART 2
Springer
DOI: 10.1007/978-3-031-65123-6_9
Abstract
In the task of Chinese named entity recognition, how to enhance the recognition ability of the model for the boundary between characters and words and how to process the common polysemy of words is a hot issue that many scholars are working on it. In this paper, we propose a Chinese entity recognition model incorporating language model, RoBERTa-WWM-TextCNN-BiGRU-CRF model, which uses RoBERTa model pretrained on large-scale corpus to dynamically generate word vector sequence according to its input context, and then uses BiGRU and TextCNN combined model to further extract sentence features and capture word boundary information, and finally input the sequences of feature vectors into the final prediction results are achieved by inputting some constraints into the CRF model. Experiments were performed on the resume dataset and a customized dataset foreign affair, and the precision, recall, and F1 values were all improved compared to current mainstream named entity recognition models.