paper-with-me

홈 › Papers

An Empirical Study on Fine-Grained Named Entity Recognition

2018-08-01 · COLING 2018 8 · Khai Mai, Thai-Hoang Pham, Minh Trung Nguyen, Tuan Duc Nguyen, Danushka Bollegala, Ryohei Sasano, Satoshi Sekine

Named entity recognition (NER) has attracted a substantial amount of research. Recently, several neural network-based models have been proposed and achieved high performance. However, there is little research on fine-grained NER (FG-NER), in which hundreds of named entity categories must be recognized, especially for non-English languages. It is still an open question whether there is a model that is robust across various settings or the proper model varies depending on the language, the number of named entity categories, and the size of training datasets. This paper first presents an empirical comparison of FG-NER models for English and Japanese and demonstrates that LSTM+CNN+CRF (Ma and Hovy, 2016), one of the state-of-the-art methods for English NER, also works well for English FG-NER but does not work well for Japanese, a language that has a large number of character types. To tackle this problem, we propose a method to improve the neural network-based Japanese FG-NER performance by removing the CNN layer and utilizing dictionary and category embeddings. Experiment results show that the proposed method improves Japanese FG-NER F-score from 66.76{\%} to 75.18{\%}.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Chatbotnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NEROpen-Ended Question Answering

Similar Papers 제목 키워드 기반

Few-NERD: A Few-Shot Named Entity Recognition Dataset

2021-05-16 · ACL 2021 5 · Ning Ding, Guangwei Xu, Yulin Chen, Xiaobin Wang 외

Recently, considerable literature has grown up around the theme of few-shot named entity recognition (NER), but little published benchmark data specifically focused on the practical and challenging task. Current approach…

Few-shot NERNamed Entity RecognitionNamed Entity Recognition (NER)

Name Translation based on Fine-grained Named Entity Recognition in a Single Language

2016-05-01 · LREC 2016 5 · Kugatsu Sadamitsu, Itsumi Saito, Taichi Katayama, Hisako Asano 외

We propose named entity abstraction methods with fine-grained named entity labels for improving statistical machine translation (SMT). The methods are based on a bilingual named entity recognizer that uses a monolingual …

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Coarse-to-Fine Pre-training for Named Entity Recognition

2020-10-16 · EMNLP 2020 11 · Mengge Xue, Bowen Yu, Zhenyu Zhang, Tingwen Liu 외

More recently, Named Entity Recognition hasachieved great advances aided by pre-trainingapproaches such as BERT. However, currentpre-training techniques focus on building lan-guage modeling objectives to learn a gen-eral…

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

IXA/Cogcomp at SemEval-2023 Task 2: Context-enriched Multilingual Named Entity Recognition using Knowledge Bases

2023-04-20 · Iker García-Ferrero, Jon Ander Campos, Oscar Sainz, Ander Salaberria 외

Named Entity Recognition (NER) is a core natural language processing task in which pre-trained language models have shown remarkable performance. However, standard benchmarks like CoNLL 2003 do not address many of the ch…

Multilingual Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Fine-Grained Named Entity Recognition using ELMo and Wikidata

2019-04-23 · Cihan Dogan, Aimore Dutra, Adam Gara, Alfredo Gemma 외

Fine-grained Named Entity Recognition is a task whereby we detect and classify entity mentions to a large set of types. These types can span diverse domains such as finance, healthcare, and politics. We observe that when…

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