CLNov 16, 2023

Capturing Perspectives of Crowdsourced Annotators in Subjective Learning Tasks

arXiv:2311.09743v246 citationsh-index: 37
Originality Incremental advance
AI Analysis

This addresses bias in machine learning models for subjective tasks, particularly in crowdsourced settings, by focusing on individual annotator perspectives rather than aggregated labels.

The paper tackles the problem of low annotator agreement in subjective classification tasks like toxicity detection, where aggregating labels can bias models against minority opinions, by proposing AART to learn annotator representations and showing improvements in capturing individual perspectives and fairness for marginalized annotators.

Supervised classification heavily depends on datasets annotated by humans. However, in subjective tasks such as toxicity classification, these annotations often exhibit low agreement among raters. Annotations have commonly been aggregated by employing methods like majority voting to determine a single ground truth label. In subjective tasks, aggregating labels will result in biased labeling and, consequently, biased models that can overlook minority opinions. Previous studies have shed light on the pitfalls of label aggregation and have introduced a handful of practical approaches to tackle this issue. Recently proposed multi-annotator models, which predict labels individually per annotator, are vulnerable to under-determination for annotators with few samples. This problem is exacerbated in crowdsourced datasets. In this work, we propose \textbf{Annotator Aware Representations for Texts (AART)} for subjective classification tasks. Our approach involves learning representations of annotators, allowing for exploration of annotation behaviors. We show the improvement of our method on metrics that assess the performance on capturing individual annotators' perspectives. Additionally, we demonstrate fairness metrics to evaluate our model's equability of performance for marginalized annotators compared to others.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes