Predictions For Pre-training Language Models
Tong Guo

TL;DR
This paper proposes a semi-supervised learning framework that leverages unlabeled data through pseudo-labeling to enhance pre-training and fine-tuning of language models, significantly improving performance especially with limited labeled data.
Contribution
It introduces a novel learning framework combining self-training and pre-training on unlabeled data, improving language model performance in low-resource and high-resource settings.
Findings
Improves performance by 3.6% with small labeled datasets
Further improves by 0.2% with larger labeled datasets
Outperforms methods using only pre-training or self-training
Abstract
Language model pre-training has proven to be useful in many language understanding tasks. In this paper, we investigate whether it is still helpful to add the self-training method in the pre-training step and the fine-tuning step. Towards this goal, we propose a learning framework that making best use of the unlabel data on the low-resource and high-resource labeled dataset. In industry NLP applications, we have large amounts of data produced by users or customers. Our learning framework is based on this large amounts of unlabel data. First, We use the model fine-tuned on manually labeled dataset to predict pseudo labels for the user-generated unlabeled data. Then we use the pseudo labels to supervise the task-specific training on the large amounts of user-generated data. We consider this task-specific training step on pseudo labels as a pre-training step for the next fine-tuning step.…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
