Uncertainty-aware Self-training for Low-resource Neural Sequence Labeling
Jianing Wang, Chengyu Wang, Jun Huang, Ming Gao, Aoying Zhou

TL;DR
This paper introduces SeqUST, an uncertainty-aware self-training framework for neural sequence labeling that leverages Bayesian neural networks and uncertainty estimation to improve performance with limited labeled data.
Contribution
The paper proposes a novel self-training method using uncertainty estimation and noise-robust training to enhance low-resource neural sequence labeling tasks.
Findings
SeqUST outperforms strong baselines on six benchmarks.
Uncertainty estimation improves pseudo-label selection.
Gaussian-based regularization enhances model robustness.
Abstract
Neural sequence labeling (NSL) aims at assigning labels for input language tokens, which covers a broad range of applications, such as named entity recognition (NER) and slot filling, etc. However, the satisfying results achieved by traditional supervised-based approaches heavily depend on the large amounts of human annotation data, which may not be feasible in real-world scenarios due to data privacy and computation efficiency issues. This paper presents SeqUST, a novel uncertain-aware self-training framework for NSL to address the labeled data scarcity issue and to effectively utilize unlabeled data. Specifically, we incorporate Monte Carlo (MC) dropout in Bayesian neural network (BNN) to perform uncertainty estimation at the token level and then select reliable language tokens from unlabeled data based on the model confidence and certainty. A well-designed masked sequence labeling…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech Recognition and Synthesis
MethodsDropout
