The Efficiency of Pre-training with Objective Masking in Pseudo Labeling for Semi-Supervised Text Classification
Arezoo Hatefi, Xuan-Son Vu, Monowar Bhuyan, Frank Drewes
TL;DR
The paper extends a semi-supervised text classification framework (Cformer) by introducing CformerM, which pre-trains language models with objective masking derived from an unsupervised topic model (LDA). This masking targets topic-relevant words to improve topic sensitivity, and the teacher–student Meta Pseudo Labels framework is retained to leverage unlabeled data. Across English and Swedish datasets, CformerM generally outperforms Cformer and strong baselines, with larger gains when labeled data are scarce and in domain-specific tasks (e.g., Medical Abstracts). The work also analyzes the impact on reliability, interpretability, zero-shot performance, and practical training considerations, highlighting that effectiveness depends on dataset characteristics such as text length and topic coherence of the LDA-derived word lists.
Abstract
We extend and study a semi-supervised model for text classification proposed earlier by Hatefi et al. for classification tasks in which document classes are described by a small number of gold-labeled examples, while the majority of training examples is unlabeled. The model leverages the teacher-student architecture of Meta Pseudo Labels in which a ''teacher'' generates labels for originally unlabeled training data to train the ''student'' and updates its own model iteratively based on the performance of the student on the gold-labeled portion of the data. We extend the original model of Hatefi et al. by an unsupervised pre-training phase based on objective masking, and conduct in-depth performance evaluations of the original model, our extension, and various independent baselines. Experiments are performed using three different datasets in two different languages (English and Swedish).
