JointMatch: A Unified Approach for Diverse and Collaborative Pseudo-Labeling to Semi-Supervised Text Classification
Henry Peng Zou, Cornelia Caragea

TL;DR
JointMatch is a novel semi-supervised text classification method that reduces bias and error accumulation by adaptively thresholding and cross-teaching between two networks, achieving state-of-the-art results especially with scarce labels.
Contribution
The paper introduces JointMatch, a unified approach that combines adaptive classwise thresholding and dual-network teaching to improve semi-supervised text classification.
Findings
Achieves 5.13% higher accuracy on benchmark datasets.
Performs well with only 5 labels per class, reaching 86% accuracy on AG News.
Effectively mitigates pseudo-label bias and error accumulation.
Abstract
Semi-supervised text classification (SSTC) has gained increasing attention due to its ability to leverage unlabeled data. However, existing approaches based on pseudo-labeling suffer from the issues of pseudo-label bias and error accumulation. In this paper, we propose JointMatch, a holistic approach for SSTC that addresses these challenges by unifying ideas from recent semi-supervised learning and the task of learning with noise. JointMatch adaptively adjusts classwise thresholds based on the learning status of different classes to mitigate model bias towards current easy classes. Additionally, JointMatch alleviates error accumulation by utilizing two differently initialized networks to teach each other in a cross-labeling manner. To maintain divergence between the two networks for mutual learning, we introduce a strategy that weighs more disagreement data while also allowing the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Topic Modeling
