paper-with-me

Papers

Practical Dataless Text Classification Through Dense Retrieval

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Dataless text classification aims to classify documents using only class descriptions without any training data. Recent research shows that pre-trained textual entailment models can achieve state-of-the-art dataless classification performance on various tasks. However, such models are not practical in that their prediction speed is slow as they need k forward passes to predict k classes and they are not built for fine-tuning to further improve the initial (often mediocre) performance.This work proposes a simple, effective, and practical dataless classification approach. We use class descriptions as queries to retrieve task-specific or external unlabeled data on which pseudo-labels are assigned to train a classifier. Experiments on a wide range of classification tasks show that the proposed approach consistently outperforms entailment-based models in terms of classification accuracy, prediction speed, and performance gain when fine-tuned on labeled data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationNatural Language InferenceRetrievaltext-classificationText Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Unsupervised Label Refinement Improves Dataless Text Classification

2020-12-08 · Findings (ACL) 2021 8 · Zewei Chu, Karl Stratos, Kevin Gimpel

Dataless text classification is capable of classifying documents into previously unseen labels by assigning a score to any document paired with a label description. While promising, it crucially relies on accurate descri…

ClassificationClusteringGeneral ClassificationText Classification+1

A Pseudo Label based Dataless Naive Bayes Algorithm for Text Classification with Seed Words

2018-08-01 · COLING 2018 8 · Xi-Ming Li, Bo Yang

Traditional supervised text classifiers require a large number of manually labeled documents, which are often expensive to obtain. Recently, dataless text classification has attracted more attention, since it only requir…

General ClassificationPseudo Labeltext-classificationText Classification

Exploring Description-Augmented Dataless Intent Classification

2024-07-25 · Ruoyu Hu, Foaad Khosmood, Abbas Edalat

In this work, we introduce several schemes to leverage description-augmented embedding similarity for dataless intent classification using current state-of-the-art (SOTA) text embedding models. We report results of our m…

AvgClassificationintent-classificationIntent Classification

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

Dataless Neural Networks for Resource-Constrained Project Scheduling

2025-07-07 · Marc Bara arxiv

Dataless neural networks represent a paradigm shift in applying neural architectures to combinatorial optimization problems, eliminating the need for training datasets by encoding problem instances directly into network …