paper-with-me

Papers

Neural Chinese Named Entity Recognition via CNN-LSTM-CRF and Joint Training with Word Segmentation

2019-04-26 · Fangzhao Wu, Junxin Liu, Chuhan Wu, Yongfeng Huang, Xing Xie

Chinese named entity recognition (CNER) is an important task in Chinese natural language processing field. However, CNER is very challenging since Chinese entity names are highly context-dependent. In addition, Chinese texts lack delimiters to separate words, making it difficult to identify the boundary of entities. Besides, the training data for CNER in many domains is usually insufficient, and annotating enough training data for CNER is very expensive and time-consuming. In this paper, we propose a neural approach for CNER. First, we introduce a CNN-LSTM-CRF neural architecture to capture both local and long-distance contexts for CNER. Second, we propose a unified framework to jointly train CNER and word segmentation models in order to enhance the ability of CNER model in identifying entity boundaries. Third, we introduce an automatic method to generate pseudo labeled samples from existing labeled data which can enrich the training data. Experiments on two benchmark datasets show that our approach can effectively improve the performance of Chinese named entity recognition, especially when training data is insufficient.

📄 PDF Abstract BibTeX arXiv:1905.01964

Code (1)

rxy007/cnn-lstm-crf

Tasks

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

RoBERTa-based Traditional Chinese Medicine Named Entity Recognition Model

2022-11-01 · ROCLING 2022 11 · Ming-Hsiang Su, Chin-Wei Lee, Chi-Lun Hsu, Ruei-Cyuan Su

In this study, a named entity recognition was constructed and applied to the identification of Chinese medicine names and disease names. The results can be further used in a human-machine dialogue system to provide peopl…

Articlesnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Improving Named Entity Recognition for Chinese Social Media with Word Segmentation Representation Learning

2016-03-02 · ACL 2016 8 · Nanyun Peng, Mark Dredze

Named entity recognition, and other information extraction tasks, frequently use linguistic features such as part of speech tags or chunkings. For languages where word boundaries are not readily identified in text, word …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2

Recognizing Chinese Judicial Named Entity using BiLSTM-CRF

2020-05-31 · Pin Tang, Pinli Yang, Yuang Shi, Yi Zhou 외

Named entity recognition (NER) plays an essential role in natural language processing systems. Judicial NER is a fundamental component of judicial information retrieval, entity relation extraction, and knowledge map buil…

Information Retrievalnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

NCUEE-NLP at SemEval-2022 Task 11: Chinese Named Entity Recognition Using the BERT-BiLSTM-CRF Model

2022-07-01 · SemEval (NAACL) 2022 7 · Lung-Hao Lee, Chien-Huan Lu, Tzu-Mi Lin

This study describes the model design of the NCUEE-NLP system for the Chinese track of the SemEval-2022 MultiCoNER task. We use the BERT embedding for character representation and train the BiLSTM-CRF model to recognize …

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

A Joint Chinese Named Entity Recognition and Disambiguation System

2012-12-01 · WS 2012 12 · Long-Yue Wang, Shuo Li, Derek F. Wong, Lidia S. Chao
Chinese Named Entity RecognitionEntity LinkingInformation RetrievalMachine Translation+3