Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Confidence-based Partial Label Learning Model for Crowd-Annotated Named Entity Recognition

About

Existing models for named entity recognition (NER) are mainly based on large-scale labeled datasets, which always obtain using crowdsourcing. However, it is hard to obtain a unified and correct label via majority voting from multiple annotators for NER due to the large labeling space and complexity of this task. To address this problem, we aim to utilize the original multi-annotator labels directly. Particularly, we propose a Confidence-based Partial Label Learning (CPLL) method to integrate the prior confidence (given by annotators) and posterior confidences (learned by models) for crowd-annotated NER. This model learns a token- and content-dependent confidence via an Expectation-Maximization (EM) algorithm by minimizing empirical risk. The true posterior estimator and confidence estimator perform iteratively to update the true posterior and confidence respectively. We conduct extensive experimental results on both real-world and synthetic datasets, which show that our model can improve performance effectively compared with strong baselines.

Limao Xiong, Jie Zhou, Qunxi Zhu, Xiao Wang, Yuanbin Wu, Qi Zhang, Tao Gui, Xuanjing Huang, Jin Ma, Ying Shan• 2023

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionMSRA (test)
F1 Score95.42
63
Named Entity RecognitionWeibo (test)--
50
Named Entity RecognitionOntoNotes (test)
F1 Score81.47
34
Named Entity RecognitionResume (test)
F1 Score96.07
28
Named Entity RecognitionOntonotes (dev)
F1 Score79.39
7
Named Entity RecognitionWeibo (dev)
F1 Score69.72
7
Named Entity RecognitionResume (dev)
F1 Score96.57
7
Named Entity RecognitionReal-World (dev)
F1 Score90.37
5
Named Entity RecognitionReal-World (test)
F1 Score90.6
5
Showing 9 of 9 rows

Other info

Code

Follow for update