paper-with-me

Papers

Seed Word Selection for Weakly-Supervised Text Classification with Unsupervised Error Estimation

2021-04-20 · NAACL 2021 4 · Yiping Jin, Akshay Bhatia, Dittaya Wanvarie

Weakly-supervised text classification aims to induce text classifiers from only a few user-provided seed words. The vast majority of previous work assumes high-quality seed words are given. However, the expert-annotated seed words are sometimes non-trivial to come up with. Furthermore, in the weakly-supervised learning setting, we do not have any labeled document to measure the seed words' efficacy, making the seed word selection process "a walk in the dark". In this work, we remove the need for expert-curated seed words by first mining (noisy) candidate seed words associated with the category names. We then train interim models with individual candidate seed words. Lastly, we estimate the interim models' error rate in an unsupervised manner. The seed words that yield the lowest estimated error rates are added to the final seed word set. A comprehensive evaluation of six binary classification tasks on four popular datasets demonstrates that the proposed method outperforms a baseline using only category name seed words and obtained comparable performance as a counterpart using expert-annotated seed words.

📄 PDF Abstract BibTeX arXiv:2104.09765

Code (1)

YipingNUS/OptimSeed 공식 구현

Tasks

Binary ClassificationGeneral Classificationtext-classificationText ClassificationWeakly-supervised Learning

Similar Papers 제목 키워드 기반

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 Prototype Topic Model with Discriminative Seed Words: Modifying the Category Prior by Self-exploring Supervised Signals

2021-11-20 · Bing Wang, Yue Wang, Ximing Li, Jihong Ouyang

Dataless text classification, i.e., a new paradigm of weakly supervised learning, refers to the task of learning with unlabeled documents and a few predefined representative words of categories, known as seed words. The …

text-classificationText ClassificationWeakly-supervised Learning

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

Training Neural Networks for Aspect Extraction Using Descriptive Keywords Only

2019-03-14 · ICLR Workshop LLD 2019 · Giannis Karamanolakis, Daniel Hsu, Luis Gravano

Aspect extraction in online product reviews is a key task in sentiment analysis and opinion mining. Training supervised neural networks for aspect extraction is not possible when ground truth aspect labels are not availa…

Aspect ExtractionDescriptiveOpinion MiningSentiment Analysis+1

Leveraging Just a Few Keywords for Fine-Grained Aspect Detection Through Weakly Supervised Co-Training

2019-09-01 · IJCNLP 2019 11 · Giannis Karamanolakis, Daniel Hsu, Luis Gravano

User-generated reviews can be decomposed into fine-grained segments (e.g., sentences, clauses), each evaluating a different aspect of the principal entity (e.g., price, quality, appearance). Automatically detecting these…

Aspect Category DetectionOpinion MiningTopic ModelsWord Embeddings