paper-with-me

Papers

X-Class: Text Classification with Extremely Weak Supervision

2020-10-24 · NAACL 2021 4 · Zihan Wang, Dheeraj Mekala, Jingbo Shang

In this paper, we explore text classification with extremely weak supervision, i.e., only relying on the surface text of class names. This is a more challenging setting than the seed-driven weak supervision, which allows a few seed words per class. We opt to attack this problem from a representation learning perspective -- ideal document representations should lead to nearly the same results between clustering and the desired classification. In particular, one can classify the same corpus differently (e.g., based on topics and locations), so document representations should be adaptive to the given class names. We propose a novel framework X-Class to realize the adaptive representations. Specifically, we first estimate class representations by incrementally adding the most similar word to each class until inconsistency arises. Following a tailored mixture of class attention mechanisms, we obtain the document representation via a weighted average of contextualized word representations. With the prior of each document assigned to its nearest class, we then cluster and align the documents to classes. Finally, we pick the most confident documents from each cluster to train a text classifier. Extensive experiments demonstrate that X-Class can rival and even outperform seed-driven weakly supervised methods on 7 benchmark datasets. Our dataset and code are released at https://github.com/ZihanWangKi/XClass/ .

📄 PDF Abstract BibTeX arXiv:2010.12794

Code (3)

ZihanWangKi/XClass 공식 구현 pytorch
codingperson/pearl pytorch
zhanglu-cst/classkg pytorch

Tasks

ClassificationClusteringGeneral ClassificationRepresentation Learningtext-classificationText Classification

Similar Papers 제목 키워드 기반

Few-shot Node Classification with Extremely Weak Supervision

2023-01-06 · Song Wang, Yushun Dong, Kaize Ding, Chen Chen 외

Few-shot node classification aims at classifying nodes with limited labeled nodes as references. Recent few-shot node classification methods typically learn from classes with abundant labeled nodes (i.e., meta-training c…

ClassificationMeta-LearningNode Classification

MEGClass: Extremely Weakly Supervised Text Classification via Mutually-Enhancing Text Granularities

2023-04-04 · Priyanka Kargupta, Tanay Komarlu, Susik Yoon, Xuan Wang 외

Text classification is essential for organizing unstructured text. Traditional methods rely on human annotations or, more recently, a set of class seed words for supervision, which can be costly, particularly for special…

text-classificationText Classification

Can Graph Neural Networks Learn Language with Extremely Weak Text Supervision?

2024-12-11 · Zihao Li, Lecheng Zheng, Bowen Jin, Dongqi Fu 외

While great success has been achieved in building vision models with Contrastive Language-Image Pre-training (CLIP) over internet-scale image-text pairs, building transferable Graph Neural Networks (GNNs) with CLIP pipel…

Prompt Learningzero-shot-classificationZero-Shot Learning

XAI-CLASS: Explanation-Enhanced Text Classification with Extremely Weak Supervision

2023-10-31 · Daniel Hajialigol, Hanwen Liu, Xuan Wang

Text classification aims to effectively categorize documents into pre-defined categories. Traditional methods for text classification often rely on large amounts of manually annotated training data, making the process ti…

ClassificationQuestion AnsweringSaliency Predictiontext-classification+1

Open-world Multi-label Text Classification with Extremely Weak Supervision

2024-07-08 · Xintong Li, Jinya Jiang, Ria Dharmani, Jayanth Srinivasa 외

We study open-world multi-label text classification under extremely weak supervision (XWS), where the user only provides a brief description for classification objectives without any labels or ground-truth label space. S…

Keyword ExtractionLanguage ModellingLarge Language ModelMulti-Label Classification+5