CLLGSep 20, 2022

Modeling sequential annotations for sequence labeling with crowds

arXiv:2209.09430v11 citationsh-index: 53
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently creating high-quality labeled datasets for sequence labeling tasks, but it is incremental as it builds on existing crowd annotation methods.

The paper tackles the problem of building large datasets for sequence labeling using crowd sequential annotations by proposing a model that jointly models sequential data and annotators' expertise, with results showing effectiveness on several NLP tasks.

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 sequence relies on the expertise level of annotators in capturing internal dependencies for each token in the sequence. In this paper, we propose Modeling sequential annotation for sequence labeling with crowds (SA-SLC). First, a conditional probabilistic model is developed to jointly model sequential data and annotators' expertise, in which categorical distribution is introduced to estimate the reliability of each annotator in capturing local and non-local label dependency for sequential annotation. To accelerate the marginalization of the proposed model, a valid label sequence inference (VLSE) method is proposed to derive the valid ground-truth label sequences from crowd sequential annotations. VLSE derives possible ground-truth labels from the token-wise level and further prunes sub-paths in the forward inference for label sequence decoding. VLSE reduces the number of candidate label sequences and improves the quality of possible ground-truth label sequences. The experimental results on several sequence labeling tasks of Natural Language Processing show the effectiveness of the proposed model.

Foundations

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

Your Notes