paper-with-me

Papers

Named Entity Recognition with Context-Aware Dictionary Knowledge

2020-10-01 · CCL 2020 10 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Named entity recognition (NER) is an important task in the natural language processing field. Existing NER methods heavily rely on labeled data for model training, and their performance on rare entities is usually unsatisfactory. Entity dictionaries can cover many entities including both popular ones and rare ones, and are useful for NER. However, many entity names are context-dependent and it is not optimal to directly apply dictionaries without considering the context. In this paper, we propose a neural NER approach which can exploit dictionary knowledge with contextual information. We propose to learn context-aware dictionary knowledge by modeling the interactions between the entities in dictionaries and their contexts via context-dictionary attention. In addition, we propose an auxiliary term classification task to predict the types of the matched entity names, and jointly train it with the NER model to fuse both contexts and dictionary knowledge into NER. Extensive experiments on the CoNLL-2003 benchmark dataset validate the effectiveness of our approach in exploiting entity dictionaries to improve the performance of various NER models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Class LM and word mapping for contextual biasing in End-to-End ASR

2020-07-10 · Rongqing Huang, Ossama Abdel-hamid, Xinwei Li, Gunnar Evermann

In recent years, all-neural, end-to-end (E2E) ASR systems gained rapid interest in the speech recognition community. They convert speech input to text units in a single trainable Neural Network model. In ASR, many uttera…

speech-recognitionSpeech Recognition

PAI at SemEval-2022 Task 11: Name Entity Recognition with Contextualized Entity Representations and Robust Loss Functions

2022-07-01 · SemEval (NAACL) 2022 7 · Long Ma, Xiaorong Jian, Xuan Li

This paper describes our system used in the SemEval-2022 Task 11 Multilingual Complex Named Entity Recognition, achieving 3rd for track 1 on the leaderboard. We propose Dictionary-fused BERT, a flexible approach for enti…

Binary Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

TEBNER: Domain Specific Named Entity Recognition with Type Expanded Boundary-aware Network

2021-11-01 · EMNLP 2021 11 · Zheng Fang, Yanan Cao, Tai Li, Ruipeng Jia 외

To alleviate label scarcity in Named Entity Recognition (NER) task, distantly supervised NER methods are widely applied to automatically label data and identify entities. Although the human effort is reduced, the generat…

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

Multi-Task Learning with Contextualized Word Representations for Extented Named Entity Recognition

2019-02-26 · Thai-Hoang Pham, Khai Mai, Nguyen Minh Trung, Nguyen Tuan Duc 외

Fine-Grained Named Entity Recognition (FG-NER) is critical for many NLP applications. While classical named entity recognition (NER) has attracted a substantial amount of research, FG-NER is still an open research domain…

Multi-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

A Trigger-Aware Multi-Task Learning for Chinese Event Entity Recognition

2021-08-01 · CCL 2021 8 · Xiang Yangxiao, Li Chenliang

“This paper tackles a new task for event entity recognition (EER). Different from named entity recognizing (NER) task it only identifies the named entities which are related to a specific event type. Currently there is n…

ARCMulti-Task LearningNERRelation+1