TL;DR
DALLMi is a novel semi-supervised domain adaptation method for multi-label text classification using LLMs, effectively handling domain shifts with limited labeled data and improving performance over existing approaches.
Contribution
It introduces a new variation loss, MixUp regularization, and label-balanced sampling for domain adaptation in multi-label text classification with LLMs.
Findings
DALLMi outperforms unsupervised methods by 19.9% mAP.
DALLMi outperforms partial supervision by 52.2% mAP.
Effective handling of domain shifts with limited labeled data.
Abstract
Large language models (LLMs) increasingly serve as the backbone for classifying text associated with distinct domains and simultaneously several labels (classes). When encountering domain shifts, e.g., classifier of movie reviews from IMDb to Rotten Tomatoes, adapting such an LLM-based multi-label classifier is challenging due to incomplete label sets at the target domain and daunting training overhead. The existing domain adaptation methods address either image multi-label classifiers or text binary classifiers. In this paper, we design DALLMi, Domain Adaptation Large Language Model interpolator, a first-of-its-kind semi-supervised domain adaptation method for text data models based on LLMs, specifically BERT. The core of DALLMi is the novel variation loss and MixUp regularization, which jointly leverage the limited positively labeled and large quantity of unlabeled text and,…
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
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · Dropout · Weight Decay · Attention Dropout · Residual Connection · Softmax · WordPiece · Mixup · Linear Layer
