English

Learning to Contextually Aggregate Multi-Source Supervision for Sequence Labeling

Computation and Language 2020-04-17 v2 Machine Learning

Abstract

Sequence labeling is a fundamental framework for various natural language processing problems. Its performance is largely influenced by the annotation quality and quantity in supervised learning scenarios, and obtaining ground truth labels is often costly. In many cases, ground truth labels do not exist, but noisy annotations or annotations from different domains are accessible. In this paper, we propose a novel framework Consensus Network (ConNet) that can be trained on annotations from multiple sources (e.g., crowd annotation, cross-domain data...). It learns individual representation for every source and dynamically aggregates source-specific knowledge by a context-aware attention module. Finally, it leads to a model reflecting the agreement (consensus) among multiple sources. We evaluate the proposed framework in two practical settings of multi-source learning: learning with crowd annotations and unsupervised cross-domain model adaptation. Extensive experimental results show that our model achieves significant improvements over existing methods in both settings. We also demonstrate that the method can apply to various tasks and cope with different encoders.

Keywords

Cite

@article{arxiv.1910.04289,
  title  = {Learning to Contextually Aggregate Multi-Source Supervision for Sequence Labeling},
  author = {Ouyu Lan and Xiao Huang and Bill Yuchen Lin and He Jiang and Liyuan Liu and Xiang Ren},
  journal= {arXiv preprint arXiv:1910.04289},
  year   = {2020}
}

Comments

Accepted to the ACL 2020, code: https://github.com/INK-USC/ConNet