paper-with-me

Papers

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 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.

📄 PDF Abstract BibTeX arXiv:2209.09430

Code (0)

등록된 구현이 없습니다.

Tasks

valid

Similar Papers 제목 키워드 기반

Learning Ambiguity from Crowd Sequential Annotations

2023-01-04 · Xiaolei Lu

Most crowdsourcing learning methods treat disagreement between annotators as noisy labelings while inter-disagreement among experts is often a good indicator for the ambiguity and uncertainty that is inherent in natural …

NERPOSPOS Tagging

Truth Discovery in Sequence Labels from Crowds

2021-09-09 · Nasim Sabetpour, Adithya Kulkarni, Sihong Xie, Qi Li

Annotation quality and quantity positively affect the learning performance of sequence labeling, a vital task in Natural Language Processing. Hiring domain experts to annotate a corpus is very costly in terms of money an…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

OptSLA: an Optimization-Based Approach for Sequential Label Aggregation

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Nasim Sabetpour, Adithya Kulkarni, Qi Li

The need for the annotated training dataset on which data-hungry machine learning algorithms feed has increased dramatically with advanced acclaim of machine learning applications. To annotate the data, people with domai…

BIG-bench Machine Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

A Bayesian Approach for Sequence Tagging with Crowds

2018-11-02 · IJCNLP 2019 11 · Edwin Simpson, Iryna Gurevych

Current methods for sequence tagging, a core task in NLP, are data hungry, which motivates the use of crowdsourcing as a cheap way to obtain labelled data. However, annotators are often unreliable and current aggregation…

Active LearningArgument Miningnamed-entity-recognitionNamed Entity Recognition+1

Sequential Multi-Class Labeling in Crowdsourcing

2017-11-06 · Qiyu Kang, Wee Peng Tay

We consider a crowdsourcing platform where workers' responses to questions posed by a crowdsourcer are used to determine the hidden state of a multi-class labeling problem. As workers may be unreliable, we propose to per…