Sequence labeling with multiple annotators

AUTHORS:

Filipe Rodrigues (fmpr [at] dei.uc.pt)
Francisco Câmara Pereira
Bernardete Ribeiro

ABSTRACT:

The increasingly popular use of Crowdsourcing as a resource to obtain labeled data has been contributing to the wide awareness of the machine learning community to the problem of supervised learning from multiple annotators. Several approaches have been proposed to deal with this issue, but they disregard sequence labeling problems. However, these are very common, for example, among the Natural Language Processing and Bioinformatics communities. In this paper, we present a probabilistic approach for sequence labeling using Conditional Random Fields (CRF) for situations where label sequences from multiple annotators are available but there is no actual ground truth. The approach uses the Expectation-Maximization algorithm to jointly learn the CRF model parameters, the reliability of the annotators and the estimated ground truth. When it comes to performance, the proposed method (CRF-MA) significantly outperforms typical approaches such as majority voting.

KEYWORDS:

Multiple annotators, Crowdsourcing, Conditional random fields, Latent variable models, Expectation maximization

JOURNAL:

Machine Learning, Springer, 2014

DOWNLOAD:

PDF

DOI:

10.1007/s10994-013-5411-2

DATASETS AND SOURCE CODE:

Source code // Datasets