paper-with-me

Papers

Modelling Instance-Level Annotator Reliability for Natural Language Labelling Tasks

2019-05-13 · NAACL 2019 6 · Maolin Li, Arvid Fahlström Myrman, Tingting Mu, Sophia Ananiadou

When constructing models that learn from noisy labels produced by multiple annotators, it is important to accurately estimate the reliability of annotators. Annotators may provide labels of inconsistent quality due to their varying expertise and reliability in a domain. Previous studies have mostly focused on estimating each annotator's overall reliability on the entire annotation task. However, in practice, the reliability of an annotator may depend on each specific instance. Only a limited number of studies have investigated modelling per-instance reliability and these only considered binary labels. In this paper, we propose an unsupervised model which can handle both binary and multi-class labels. It can automatically estimate the per-instance reliability of each annotator and the correct label for each instance. We specify our model as a probabilistic model which incorporates neural networks to model the dependency between latent variables and instances. For evaluation, the proposed method is applied to both synthetic and real data, including two labelling tasks: text classification and textual entailment. Experimental results demonstrate our novel method can not only accurately estimate the reliability of annotators across different instances, but also achieve superior performance in predicting the correct labels and detecting the least reliable annotators compared to state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:1905.04981

Code (1)

createmomo/instance-level-reliability 공식 구현 pytorch

Tasks

Natural Language Inferencetext-classificationText Classification

Similar Papers 제목 키워드 기반

Efficient Annotator Reliability Assessment and Sample Weighting for Knowledge-Based Misinformation Detection on Social Media

2024-10-18 · Owen Cook, Charlie Grimshaw, Ben Wu, Sophie Dillon 외

Misinformation spreads rapidly on social media, confusing the truth and targeting potentially vulnerable people. To effectively mitigate the negative impact of misinformation, it must first be accurately detected before …

ClassificationMisinformationNatural Language Inference

QUORUM: QUality-Optimized Routing Using Multiple annotators

2026-08-28 · Antonio Purificato, Maria Sofia Bucarelli, Andrea Bacciu, Amin Mantrach 외 arxiv

Data annotation remains a central bottleneck in natural language processing, requiring human effort to obtain high-quality labels at scale. While Large Language Models (LLMs) offer a fast and cost-effective alternative, …

Modeling sequential annotations for sequence labeling with crowds

2022-09-20 · Xiaolei Lu, Tommy W. S. Chow

Crowd sequential annotations can be an efficient and cost-effective way to build large datasets for sequence labeling. Different from tagging independent instances, for crowd sequential annotations the quality of label s…

valid

Multi-Label Active Learning from Crowds

2015-08-04 · Shao-Yuan Li, Yuan Jiang, Zhi-Hua Zhou

Multi-label active learning is a hot topic in reducing the label cost by optimally choosing the most valuable instance to query its label from an oracle. In this paper, we consider the poolbased multi-label active learni…

Active LearningDiversity

iLab at SemEval-2023 Task 11 Le-Wi-Di: Modelling Disagreement or Modelling Perspectives?

2023-05-10 · Nikolas Vitsakis, Amit Parekh, Tanvi Dinkar, Gavin Abercrombie 외

There are two competing approaches for modelling annotator disagreement: distributional soft-labelling approaches (which aim to capture the level of disagreement) or modelling perspectives of individual annotators or gro…