paper-with-me

Papers

Weakly-supervised Text Classification Based on Keyword Graph

2021-10-06 · EMNLP 2021 11 · Lu Zhang, Jiandong Ding, Yi Xu, Yingyao Liu, Shuigeng Zhou

Weakly-supervised text classification has received much attention in recent years for it can alleviate the heavy burden of annotating massive data. Among them, keyword-driven methods are the mainstream where user-provided keywords are exploited to generate pseudo-labels for unlabeled texts. However, existing methods treat keywords independently, thus ignore the correlation among them, which should be useful if properly exploited. In this paper, we propose a novel framework called ClassKG to explore keyword-keyword correlation on keyword graph by GNN. Our framework is an iterative process. In each iteration, we first construct a keyword graph, so the task of assigning pseudo labels is transformed to annotating keyword subgraphs. To improve the annotation quality, we introduce a self-supervised task to pretrain a subgraph annotator, and then finetune it. With the pseudo labels generated by the subgraph annotator, we then train a text classifier to classify the unlabeled texts. Finally, we re-extract keywords from the classified texts. Extensive experiments on both long-text and short-text datasets show that our method substantially outperforms the existing ones

📄 PDF Abstract BibTeX arXiv:2110.02591

Code (1)

zhanglu-cst/classkg 공식 구현 pytorch

Tasks

Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

LogLG: Weakly Supervised Log Anomaly Detection via Log-Event Graph Construction

2022-08-23 · Hongcheng Guo, Yuhui Guo, Renjie Chen, Jian Yang 외

Fully supervised log anomaly detection methods suffer the heavy burden of annotating massive unlabeled log data. Recently, many semi-supervised methods have been proposed to reduce annotation costs with the help of parse…

Anomaly Detectiongraph constructionScene Recognition

FastClass: A Time-Efficient Approach to Weakly-Supervised Text Classification

2022-12-11 · Tingyu Xia, Yue Wang, Yuan Tian, Yi Chang

Weakly-supervised text classification aims to train a classifier using only class descriptions and unlabeled data. Recent research shows that keyword-driven methods can achieve state-of-the-art performance on various tas…

Classificationtext-classificationText ClassificationWeakly Supervised Classification

PIEClass: Weakly-Supervised Text Classification with Prompting and Noise-Robust Iterative Ensemble Training

2023-05-23 · Yunyi Zhang, Minhao Jiang, Yu Meng, Yu Zhang 외

Weakly-supervised text classification trains a classifier using the label name of each target class as the only supervision, which largely reduces human annotation efforts. Most existing methods first use the label names…

Pseudo LabelSentiment AnalysisSentiment Classificationtext-classification+1

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

Associating Inter-Image Salient Instances for Weakly Supervised Semantic Segmentation

2018-09-01 · ECCV 2018 9 · Ruochen Fan, Qibin Hou, Ming-Ming Cheng, Gang Yu 외

Effectively bridging between image level keyword annotations and corresponding image pixels is one of the main challenges in weakly supervised semantic segmentation. In this paper, we use an instance-level salient object…

Clusteringgraph partitioningImage-level Supervised Instance SegmentationInstance Segmentation+6