paper-with-me

홈 › Papers

Rethinking the Value of Gazetteer in Chinese Named Entity Recognition

2022-07-06 · Qianglong Chen, Xiangji Zeng, Jiangang Zhu, Yin Zhang, Bojia Lin, Yang Yang, Daxin Jiang

Gazetteer is widely used in Chinese named entity recognition (NER) to enhance span boundary detection and type classification. However, to further understand the generalizability and effectiveness of gazetteers, the NLP community still lacks a systematic analysis of the gazetteer-enhanced NER model. In this paper, we first re-examine the effectiveness several common practices of the gazetteer-enhanced NER models and carry out a series of detailed analysis to evaluate the relationship between the model performance and the gazetteer characteristics, which can guide us to build a more suitable gazetteer. The findings of this paper are as follows: (1) the gazetteer improves most of the situations that the traditional NER model datasets are difficult to learn. (2) the performance of model greatly benefits from the high-quality pre-trained lexeme embeddings. (3) a good gazetteer should cover more entities that can be matched in both the training set and testing set.

📄 PDF Abstract BibTeX arXiv:2207.02802

Code (1)

knowledgeresearch/kaner 공식 구현 pytorch

Tasks

Boundary DetectionChinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

A Neural Multi-digraph Model for Chinese NER with Gazetteers

2019-07-01 · ACL 2019 7 · Ruixue Ding, Pengjun Xie, Xiaoyan Zhang, Wei Lu 외

Gazetteers were shown to be useful resources for named entity recognition (NER). Many existing approaches to incorporating gazetteers into machine learning based NER systems rely on manually defined selection strategies …

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

USTC-NELSLIP at SemEval-2022 Task 11: Gazetteer-Adapted Integration Network for Multilingual Complex Named Entity Recognition

2022-03-07 · SemEval (NAACL) 2022 7 · Beiduo Chen, Jun-Yu Ma, Jiajun Qi, Wu Guo 외

This paper describes the system developed by the USTC-NELSLIP team for SemEval-2022 Task 11 Multilingual Complex Named Entity Recognition (MultiCoNER). We propose a gazetteer-adapted integration network (GAIN) to improve…

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

Using Chinese Glyphs for Named Entity Recognition

2019-09-22 · Arijit Sehanobish, Chan Hee Song

Most Named Entity Recognition (NER) systems use additional features like part-of-speech (POS) tags, shallow parsing, gazetteers, etc. Such kind of information requires external knowledge like unlabeled texts and trained …

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

Improving Neural Named Entity Recognition with Gazetteers

2020-03-06 · Chan Hee Song, Dawn Lawrie, Tim Finin, James Mayfield

The goal of this work is to improve the performance of a neural named entity recognition system by adding input features that indicate a word is part of a name included in a gazetteer. This article describes how to gener…

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

Soft Gazetteers for Low-Resource Named Entity Recognition

2020-05-04 · ACL 2020 6 · Shruti Rijhwani, Shuyan Zhou, Graham Neubig, Jaime Carbonell

Traditional named entity recognition models use gazetteers (lists of entities) as features to improve performance. Although modern neural network models do not require such hand-crafted features for strong performance, r…

Cross-Lingual Entity LinkingEntity LinkingLow Resource Named Entity Recognitionnamed-entity-recognition+2