LIME: Weakly-Supervised Text Classification Without Seeds
Seongmin Park, Jihwa Lee

TL;DR
LIME introduces a weakly-supervised text classification method that replaces seed-word reliance with entailment-based pseudo-labeling, achieving state-of-the-art results across multiple benchmarks.
Contribution
The paper presents LIME, a novel framework that eliminates seed-word dependency by using textual entailment for pseudo-labeling in weakly-supervised text classification.
Findings
LIME outperforms recent baselines in weakly-supervised classification.
Achieves state-of-the-art results on 4 benchmark datasets.
Simplifies the classification pipeline by removing seed-word generation.
Abstract
In weakly-supervised text classification, only label names act as sources of supervision. Predominant approaches to weakly-supervised text classification utilize a two-phase framework, where test samples are first assigned pseudo-labels and are then used to train a neural text classifier. In most previous work, the pseudo-labeling step is dependent on obtaining seed words that best capture the relevance of each class label. We present LIME, a framework for weakly-supervised text classification that entirely replaces the brittle seed-word generation process with entailment-based pseudo-classification. We find that combining weakly-supervised classification and textual entailment mitigates shortcomings of both, resulting in a more streamlined and effective classification pipeline. With just an off-the-shelf textual entailment model, LIME outperforms recent baselines in weakly-supervised…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
MethodsTest · Local Interpretable Model-Agnostic Explanations
