English

Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self-Training Approach

Computation and Language 2021-04-01 v3 Machine Learning

Abstract

Fine-tuned pre-trained language models (LMs) have achieved enormous success in many natural language processing (NLP) tasks, but they still require excessive labeled data in the fine-tuning stage. We study the problem of fine-tuning pre-trained LMs using only weak supervision, without any labeled data. This problem is challenging because the high capacity of LMs makes them prone to overfitting the noisy labels generated by weak supervision. To address this problem, we develop a contrastive self-training framework, COSINE, to enable fine-tuning LMs with weak supervision. Underpinned by contrastive regularization and confidence-based reweighting, this contrastive self-training framework can gradually improve model fitting while effectively suppressing error propagation. Experiments on sequence, token, and sentence pair classification tasks show that our model outperforms the strongest baseline by large margins on 7 benchmarks in 6 tasks, and achieves competitive performance with fully-supervised fine-tuning methods.

Keywords

Cite

@article{arxiv.2010.07835,
  title  = {Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self-Training Approach},
  author = {Yue Yu and Simiao Zuo and Haoming Jiang and Wendi Ren and Tuo Zhao and Chao Zhang},
  journal= {arXiv preprint arXiv:2010.07835},
  year   = {2021}
}

Comments

NAACL-HLT 2021. Code: \url{https://github.com/yueyu1030/COSINE}

R2 v1 2026-06-23T19:22:47.130Z