paper-with-me

Papers

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

2023-05-21 · Limao Xiong, Jie zhou, Qunxi Zhu, Xiao Wang, Yuanbin Wu, Qi Zhang, Tao Gui, Xuanjing Huang, Jin Ma, Ying Shan

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.

📄 PDF Abstract BibTeX arXiv:2305.12485

Code (1)

LemXiong/CPLL 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPartial Label Learning

Similar Papers 제목 키워드 기반

Rethinking Crowdsourcing Annotation: Partial Annotation with Salient Labels for Multi-Label Image Classification

2021-09-06 · Jianzhe Lin, Tianze Yu, Z. Jane Wang

Annotated images are required for both supervised model training and evaluation in image classification. Manually annotating images is arduous and expensive, especially for multi-labeled images. A recent trend for conduc…

Active Learningimage-classificationImage ClassificationMulti-Label Image Classification

Named Entity Recognition with Partially Annotated Training Data

2019-09-20 · CONLL 2019 11 · Stephen Mayhew, Snigdha Chaturvedi, Chen-Tse Tsai, Dan Roth

Supervised machine learning assumes the availability of fully-labeled data, but in many cases, such as low-resource languages, the only data available is partially annotated. We study the problem of Named Entity Recognit…

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

Aggregating and Predicting Sequence Labels from Crowd Annotations

2017-07-01 · ACL 2017 7 · An Thanh Nguyen, Byron Wallace, Junyi Jessy Li, Ani Nenkova 외

Despite sequences being core to NLP, scant work has considered how to handle noisy sequence labels from multiple annotators for the same text. Given such annotations, we consider two complementary tasks: (1) aggregating …

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

Crowd Counting With Partial Annotations in an Image

2021-01-01 · ICCV 2021 10 · Yanyu Xu, Ziming Zhong, Dongze Lian, Jing Li 외

To fully leverage the data captured from different scenes with different view angles while reducing the annotation cost, this paper studies a novel crowd counting setting, i.e. only using partial annotations in each …

Active LearningCrowd Counting

PLMCL: Partial-Label Momentum Curriculum Learning for Multi-Label Image Classification

2022-08-22 · Rabab Abdelfattah, Xin Zhang, Zhenyao Wu, Xinyi Wu 외

Multi-label image classification aims to predict all possible labels in an image. It is usually formulated as a partial-label learning problem, given the fact that it could be expensive in practice to annotate all labels…

image-classificationImage ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2