CLSep 4, 2024

A Comparative Study of Pre-training and Self-training

arXiv:2409.02751v11 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses confusion in semi-supervised learning for NLP and computer vision researchers, but it is incremental as it systematically compares existing methods without introducing new techniques.

The study compared pre-training and self-training in semi-supervised learning, finding that pre-training with fine-tuning performed best overall, while self-training added no benefits when combined with pre-training, based on experiments across six datasets and four data augmentation methods.

Pre-training and self-training are two approaches to semi-supervised learning. The comparison between pre-training and self-training has been explored. However, the previous works led to confusing findings: self-training outperforms pre-training experienced on some tasks in computer vision, and contrarily, pre-training outperforms self-training experienced on some tasks in natural language processing, under certain conditions of incomparable settings. We propose, comparatively and exhaustively, an ensemble method to empirical study all feasible training paradigms combining pre-training, self-training, and fine-tuning within consistent foundational settings comparable to data augmentation. We conduct experiments on six datasets, four data augmentation, and imbalanced data for sentiment analysis and natural language inference tasks. Our findings confirm that the pre-training and fine-tuning paradigm yields the best overall performances. Moreover, self-training offers no additional benefits when combined with semi-supervised pre-training.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes