paper-with-me

Papers

Contextualized Weak Supervision for Text Classification

2020-07-01 · ACL 2020 6 · Dheeraj Mekala, Jingbo Shang

Weakly supervised text classification based on a few user-provided seed words has recently attracted much attention from researchers. Existing methods mainly generate pseudo-labels in a context-free manner (e.g., string matching), therefore, the ambiguous, context-dependent nature of human language has been long overlooked. In this paper, we propose a novel framework ConWea, providing contextualized weak supervision for text classification. Specifically, we leverage contextualized representations of word occurrences and seed word information to automatically differentiate multiple interpretations of the same word, and thus create a contextualized corpus. This contextualized corpus is further utilized to train the classifier and expand seed words in an iterative manner. This process not only adds new contextualized, highly label-indicative keywords but also disambiguates initial seed words, making our weak supervision fully contextualized. Extensive experiments and case studies on real-world datasets demonstrate the necessity and significant advantages of using contextualized weak supervision, especially when the class labels are fine-grained.

📄 PDF Abstract BibTeX

Code (1)

dheeraj7596/ConWea 공식 구현

Tasks

ClassificationGeneral Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Weakly-Supervised Modeling of Contextualized Event Embedding for Discourse Relations

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · I-Ta Lee, Maria Leonor Pacheco, Dan Goldwasser

Representing, and reasoning over, long narratives requires models that can deal with complex event structures connected through multiple relationship types. This paper suggests to represent this type of information as a …

Graph Neural Network

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…

ClassificationClusteringGeneral ClassificationRepresentation Learning+2

Self-Training with Weak Supervision

2021-04-12 · NAACL 2021 4 · Giannis Karamanolakis, Subhabrata Mukherjee, Guoqing Zheng, Ahmed Hassan Awadallah

State-of-the-art deep neural networks require large-scale labeled training data that is often expensive to obtain or not available for many tasks. Weak supervision in the form of domain-specific rules has been shown to b…

text-classificationText 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

Bootstrapping Multilingual AMR with Contextual Word Alignments

2021-02-03 · EACL 2021 2 · Janaki Sheth, Young-suk Lee, Ramon Fernandez Astudillo, Tahira Naseem 외

We develop high performance multilingualAbstract Meaning Representation (AMR) sys-tems by projecting English AMR annotationsto other languages with weak supervision. Weachieve this goal by bootstrapping transformer-based…

Multilingual Word EmbeddingsWord AlignmentWord EmbeddingsXLM-R