CLMar 26, 2024

"You are an expert annotator": Automatic Best-Worst-Scaling Annotations for Emotion Intensity Modeling

arXiv:2403.17612v24 citationsh-index: 3NAACL
Originality Incremental advance
AI Analysis

This addresses the bottleneck of labeling corpora for regression tasks in NLP, offering an incremental improvement for researchers and practitioners in emotion modeling.

The paper tackled the problem of automating annotations for continuous label assignments in emotion intensity prediction, finding that best-worst scaling annotations yield the highest reliability and enable a transformer regressor to perform nearly on par with models trained on manual annotations.

Labeling corpora constitutes a bottleneck to create models for new tasks or domains. Large language models mitigate the issue with automatic corpus labeling methods, particularly for categorical annotations. Some NLP tasks such as emotion intensity prediction, however, require text regression, but there is no work on automating annotations for continuous label assignments. Regression is considered more challenging than classification: The fact that humans perform worse when tasked to choose values from a rating scale lead to comparative annotation methods, including best-worst scaling. This raises the question if large language model-based annotation methods show similar patterns, namely that they perform worse on rating scale annotation tasks than on comparative annotation tasks. To study this, we automate emotion intensity predictions and compare direct rating scale predictions, pairwise comparisons and best-worst scaling. We find that the latter shows the highest reliability. A transformer regressor fine-tuned on these data performs nearly on par with a model trained on the original manual annotations.

Foundations

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

Your Notes