Supervised Graph Contrastive Pretraining for Text Classification
Samujjwal Ghosh, Subhadeep Maji, Maunendra Sankar Desarkar

TL;DR
This paper introduces a supervised graph contrastive pretraining method for text classification that leverages labeled data from related tasks, improving generalization and performance across multiple datasets and settings.
Contribution
The paper proposes a novel graph-based supervised contrastive learning approach that incorporates label information from related tasks into token embeddings for text classification.
Findings
Outperforms existing pretraining schemes by 2.5% on average.
Achieves 1.8% improvement over example-level contrastive learning.
Demonstrates 3.91% average gain in zero-shot cross-domain tasks.
Abstract
Contrastive pretraining techniques for text classification has been largely studied in an unsupervised setting. However, oftentimes labeled data from related tasks which share label semantics with current task is available. We hypothesize that using this labeled data effectively can lead to better generalization on current task. In this paper, we propose a novel way to effectively utilize labeled data from related tasks with a graph based supervised contrastive learning approach. We formulate a token-graph by extrapolating the supervised information from examples to tokens. Our formulation results in an embedding space where tokens with high/low probability of belonging to same class are near/further-away from one another. We also develop detailed theoretical insights which serve as a motivation for our method. In our experiments with datasets, we show our method outperforms…
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
MethodsContrastive Learning · Knowledge Distillation
