paper-with-me

Papers

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

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

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 specialized or emerging domains. To address this, using class surface names alone as extremely weak supervision has been proposed. However, existing approaches treat different levels of text granularity (documents, sentences, or words) independently, disregarding inter-granularity class disagreements and the context identifiable exclusively through joint extraction. In order to tackle these issues, we introduce MEGClass, an extremely weakly-supervised text classification method that leverages Mutually-Enhancing Text Granularities. MEGClass utilizes coarse- and fine-grained context signals obtained by jointly considering a document's most class-indicative words and sentences. This approach enables the learning of a contextualized document representation that captures the most discriminative class indicators. By preserving the heterogeneity of potential classes, MEGClass can select the most informative class-indicative documents as iterative feedback to enhance the initial word-based class representations and ultimately fine-tune a pre-trained text classifier. Extensive experiments on seven benchmark datasets demonstrate that MEGClass outperforms other weakly and extremely weakly supervised methods.

📄 PDF Abstract BibTeX arXiv:2304.01969

Code (1)

pkargupta/MEGClass 공식 구현 pytorch

Tasks

text-classificationText Classification

Methods 이 논문이 사용한 방법론

fail 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

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

Towards Weakly-Supervised Hate Speech Classification Across Datasets

2023-05-04 · Yiping Jin, Leo Wanner, Vishakha Laxman Kadam, Alexander Shvets

As pointed out by several scholars, current research on hate speech (HS) recognition is characterized by unsystematic data creation strategies and diverging annotation schemata. Subsequently, supervised-learning models t…

Classificationtext-classificationText Classification

LIME: Weakly-Supervised Text Classification Without Seeds

2022-10-13 · COLING 2022 10 · Seongmin Park, Jihwa Lee

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 assign…

ClassificationNatural Language Inferencetext-classificationText Classification+1

A Benchmark on Extremely Weakly Supervised Text Classification: Reconcile Seed Matching and Prompting Approaches

2023-05-22 · Zihan Wang, Tianle Wang, Dheeraj Mekala, Jingbo Shang

Etremely Weakly Supervised Text Classification (XWS-TC) refers to text classification based on minimal high-level human guidance, such as a few label-indicative seed words or classification instructions. There are two ma…

BenchmarkingClassificationtext-classificationText Classification

PPR-FCN: Weakly Supervised Visual Relation Detection via Parallel Pairwise R-FCN

2017-08-07 · ICCV 2017 10 · Hanwang Zhang, Zawlin Kyaw, Jinyang Yu, Shih-Fu Chang

We aim to tackle a novel vision task called Weakly Supervised Visual Relation Detection (WSVRD) to detect "subject-predicate-object" relations in an image with object relation groundtruths available only at the image lev…

Objectobject-detectionObject DetectionRelation+1