paper-with-me

Papers

Weakly Supervised Text Classification using Supervision Signals from a Language Model

2022-05-13 · Findings (NAACL) 2022 7 · Ziqian Zeng, Weimin Ni, Tianqing Fang, Xiang Li, Xinran Zhao, Yangqiu Song

Solving text classification in a weakly supervised manner is important for real-world applications where human annotations are scarce. In this paper, we propose to query a masked language model with cloze style prompts to obtain supervision signals. We design a prompt which combines the document itself and "this article is talking about [MASK]." A masked language model can generate words for the [MASK] token. The generated words which summarize the content of a document can be utilized as supervision signals. We propose a latent variable model to learn a word distribution learner which associates generated words to pre-defined categories and a document classifier simultaneously without using any annotated data. Evaluation on three datasets, AGNews, 20Newsgroups, and UCINews, shows that our method can outperform baselines by 2%, 4%, and 3%.

📄 PDF Abstract BibTeX arXiv:2205.06604

Code (1)

hkust-knowcomp/wddc 공식 구현 pytorch

Tasks

Language ModelingLanguage Modellingtext-classificationText Classification

Similar Papers 제목 키워드 기반

Constrained Labeling for Weakly Supervised Learning

2020-09-15 · Chidubem Arachie, Bert Huang

Curation of large fully supervised datasets has become one of the major roadblocks for machine learning. Weak supervision provides an alternative to supervised learning by training with cheap, noisy, and possibly correla…

image-classificationImage ClassificationWeakly-supervised Learning

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

Weakly-Supervised Hierarchical Text Classification

2018-12-29 · Yu Meng, Jiaming Shen, Chao Zhang, Jiawei Han

Hierarchical text classification, which aims to classify text documents into a given hierarchy, is an important task in many real-world applications. Recently, deep neural models are gaining increasing popularity for tex…

BlockingClassificationFeature EngineeringGeneral Classification+2

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

Weakly Supervised Veracity Classification with LLM-Predicted Credibility Signals

2023-09-14 · João A. Leite, Olesya Razuvayevskaya, Kalina Bontcheva, Carolina Scarton

Credibility signals represent a wide range of heuristics typically used by journalists and fact-checkers to assess the veracity of online content. Automating the extraction of credibility signals presents significant cha…

MisinformationVeracity Classification