paper-with-me

Papers

Eliciting and Learning with Soft Labels from Every Annotator

2022-07-02 · Katherine M. Collins, Umang Bhatt, Adrian Weller

The labels used to train machine learning (ML) models are of paramount importance. Typically for ML classification tasks, datasets contain hard labels, yet learning using soft labels has been shown to yield benefits for model generalization, robustness, and calibration. Earlier work found success in forming soft labels from multiple annotators' hard labels; however, this approach may not converge to the best labels and necessitates many annotators, which can be expensive and inefficient. We focus on efficiently eliciting soft labels from individual annotators. We collect and release a dataset of soft labels (which we call CIFAR-10S) over the CIFAR-10 test set via a crowdsourcing study (N=248). We demonstrate that learning with our labels achieves comparable model performance to prior approaches while requiring far fewer annotators -- albeit with significant temporal costs per elicitation. Our elicitation methodology therefore shows nuanced promise in enabling practitioners to enjoy the benefits of improved model performance and reliability with fewer annotators, and serves as a guide for future dataset curators on the benefits of leveraging richer information, such as categorical uncertainty, from individual annotators.

📄 PDF Abstract BibTeX arXiv:2207.00810

Code (1)

cambridge-mlg/cifar-10s 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Efficient Online Scalar Annotation with Bounded Support

2018-06-04 · ACL 2018 7 · Keisuke Sakaguchi, Benjamin Van Durme

We describe a novel method for efficiently eliciting scalar annotations for dataset construction and system quality estimation by human judgments. We contrast direct assessment (annotators assign scores to items directly…

Approximating Wisdom of Crowds using K-RBMs

2016-11-16 · Abhay Gupta

An important way to make large training sets is to gather noisy labels from crowds of non experts. We propose a method to aggregate noisy labels collected from a crowd of workers or annotators. Eliciting labels is import…

Clustering

Beyond Black \& White: Leveraging Annotator Disagreement via Soft-Label Multi-Task Learning

2021-06-01 · NAACL 2021 4 · Tommaso Fornaciari, Alexandra Uma, Silviu Paun, Barbara Plank 외

Supervised learning assumes that a ground truth label exists. However, the reliability of this ground truth depends on human annotators, who often disagree. Prior work has shown that this disagreement can be helpful in t…

Multi-Task Learning

Don't Waste a Single Annotation: Improving Single-Label Classifiers Through Soft Labels

2023-11-09 · Ben Wu, Yue Li, Yida Mu, Carolina Scarton 외

In this paper, we address the limitations of the common data annotation and training methods for objective single-label classification tasks. Typically, when annotating such tasks annotators are only asked to provide a s…

Everyone's Voice Matters: Quantifying Annotation Disagreement Using Demographic Information

2023-01-12 · Ruyuan Wan, Jaehyung Kim, Dongyeop Kang

In NLP annotation, it is common to have multiple annotators label the text and then obtain the ground truth labels based on the agreement of major annotators. However, annotators are individuals with different background…