paper-with-me

홈 › Papers

Conformal Predictor for Improving Zero-shot Text Classification Efficiency

2022-10-23 · Prafulla Kumar Choubey, Yu Bai, Chien-Sheng Wu, Wenhao Liu, Nazneen Rajani

Pre-trained language models (PLMs) have been shown effective for zero-shot (0shot) text classification. 0shot models based on natural language inference (NLI) and next sentence prediction (NSP) employ cross-encoder architecture and infer by making a forward pass through the model for each label-text pair separately. This increases the computational cost to make inferences linearly in the number of labels. In this work, we improve the efficiency of such cross-encoder-based 0shot models by restricting the number of likely labels using another fast base classifier-based conformal predictor (CP) calibrated on samples labeled by the 0shot model. Since a CP generates prediction sets with coverage guarantees, it reduces the number of target labels without excluding the most probable label based on the 0shot model. We experiment with three intent and two topic classification datasets. With a suitable CP for each dataset, we reduce the average inference time for NLI- and NSP-based models by 25.6% and 22.2% respectively, without dropping performance below the predefined error rate of 1%.

📄 PDF Abstract BibTeX arXiv:2210.12619

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationNatural Language InferenceSentencetext-classificationText ClassificationTopic ClassificationZero-Shot Text Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

CAOS: Conformal Aggregation of One-Shot Predictors

2026-01-08 · Maja Waldron arxiv

One-shot prediction enables rapid adaptation of pretrained foundation models to new tasks using only one labeled example, but lacks principled uncertainty quantification. While conformal prediction provides finite-sample…

Text Classification

Towards Reliable Zero Shot Classification in Self-Supervised Models with Conformal Prediction

2022-10-27 · Bhawesh Kumar, Anil Palepu, Rudraksh Tuwani, Andrew Beam

Self-supervised models trained with a contrastive loss such as CLIP have shown to be very powerful in zero-shot classification settings. However, to be used as a zero-shot classifier these models require the user to prov…

ClassificationConformal PredictionOutlier Detectionzero-shot-classification+1

Sparse Activations as Conformal Predictors

2025-02-20 · Margarida M. Campos, João Calém, Sophia Sklaviadis, Mário A. T. Figueiredo 외

Conformal prediction is a distribution-free framework for uncertainty quantification that replaces point predictions with sets, offering marginal coverage guarantees (i.e., ensuring that the prediction sets contain the t…

Conformal PredictionPredictiontext-classificationText Classification+1

Optimized conformal classification using gradient descent approximation

2021-05-24 · Anthony Bellotti

Conformal predictors are an important class of algorithms that allow predictions to be made with a user-defined confidence level. They are able to do this by outputting prediction sets, rather than simple point predictio…

BIG-bench Machine LearningClassificationvalid

Aggregation in conformal e-classification

2026-05-08 · Vladimir Vovk arxiv

Aggregating conformal predictors is a standard way of balancing their predictive and computational efficiency while retaining their validity, at least approximately. An important advantage of conformal e-predictors is th…

Computational Efficiency