CLAug 26, 2024

Crowd-Calibrator: Can Annotator Disagreement Inform Calibration in Subjective Tasks?

arXiv:2408.14141v114 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses the challenge of incorporating human subjectivity into model predictions for NLP practitioners, though it is incremental as it builds on existing selective prediction frameworks.

The paper tackles the problem of handling annotator disagreement in subjective NLP tasks by proposing a calibration method that uses crowd worker agreement to inform model abstention decisions, achieving competitive or superior performance on hate speech detection and natural language inference compared to existing baselines.

Subjective tasks in NLP have been mostly relegated to objective standards, where the gold label is decided by taking the majority vote. This obfuscates annotator disagreement and the inherent uncertainty of the label. We argue that subjectivity should factor into model decisions and play a direct role via calibration under a selective prediction setting. Specifically, instead of calibrating confidence purely from the model's perspective, we calibrate models for subjective tasks based on crowd worker agreement. Our method, Crowd-Calibrator, models the distance between the distribution of crowd worker labels and the model's own distribution over labels to inform whether the model should abstain from a decision. On two highly subjective tasks, hate speech detection and natural language inference, our experiments show Crowd-Calibrator either outperforms or achieves competitive performance with existing selective prediction baselines. Our findings highlight the value of bringing human decision-making into model predictions.

Foundations

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

Your Notes