paper-with-me

홈 › Papers

BTZSC: A Benchmark for Zero-Shot Text Classification Across Cross-Encoders, Embedding Models, Rerankers and LLMs

2026-03-12 · Ilias Aarab arxiv

Zero-shot text classification (ZSC) offers the promise of eliminating costly task-specific annotation by matching texts directly to human-readable label descriptions. While early approaches have predominantly relied on cross-encoder models fine-tuned for natural language inference (NLI), recent advances in text-embedding models, rerankers, and instruction-tuned large language models (LLMs) have challenged the dominance of NLI-based architectures. Yet, systematically comparing these diverse approaches remains difficult. Existing evaluations, such as MTEB, often incorporate labeled examples through supervised probes or fine-tuning, leaving genuine zero-shot capabilities underexplored. To address this, we introduce BTZSC, a comprehensive benchmark of 22 public datasets spanning sentiment, topic, intent, and emotion classification, capturing diverse domains, class cardinalities, and document lengths. Leveraging BTZSC, we conduct a systematic comparison across four major model families, NLI cross-encoders, embedding models, rerankers and instruction-tuned LLMs, encompassing 38 public and custom checkpoints. Our results show that: (i) modern rerankers, exemplified by Qwen3-Reranker-8B, set a new state-of-the-art with macro F1 = 0.72; (ii) strong embedding models such as GTE-large-en-v1.5 substantially close the accuracy gap while offering the best trade-off between accuracy and latency; (iii) instruction-tuned LLMs at 4--12B parameters achieve competitive performance (macro F1 up to 0.67), excelling particularly on topic classification but trailing specialized rerankers; (iv) NLI cross-encoders plateau even as backbone size increases; and (v) scaling primarily benefits rerankers and LLMs over embedding models. BTZSC and accompanying evaluation code are publicly released to support fair and reproducible progress in zero-shot text understanding.

📄 PDF Abstract BibTeX arXiv:2603.11991

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceEmotion ClassificationText Classification

Similar Papers 제목 키워드 기반

Gen-Z: Generative Zero-Shot Text Classification with Contextualized Label Descriptions

2023-11-13 · Sachin Kumar, Chan Young Park, Yulia Tsvetkov

Language model (LM) prompting--a popular paradigm for solving NLP tasks--has been shown to be susceptible to miscalibration and brittleness to slight prompt variations, caused by its discriminative prompting approach, i.…

ClassificationLanguage ModelingLanguage Modellingtext-classification+4

Label Agnostic Pre-training for Zero-shot Text Classification

2023-05-25 · Christopher Clarke, Yuzhao Heng, Yiping Kang, Krisztian Flautner 외

Conventional approaches to text classification typically assume the existence of a fixed set of predefined labels to which a given text can be classified. However, in real-world applications, there exists an infinite lab…

Classificationtext-classificationText ClassificationZero-shot Generalization+1

PESCO: Prompt-enhanced Self Contrastive Learning for Zero-shot Text Classification

2023-05-24 · Yau-Shian Wang, Ta-Chung Chi, Ruohong Zhang, Yiming Yang

We present PESCO, a novel contrastive learning framework that substantially improves the performance of zero-shot text classification. We formulate text classification as a neural text matching problem where each documen…

ClassificationContrastive Learningtext-classificationText Classification+2

I2MVFormer: Large Language Model Generated Multi-View Document Supervision for Zero-Shot Image Classification

2022-12-05 · CVPR 2023 1 · Muhammad Ferjad Naeem, Muhammad Gul Zain Ali Khan, Yongqin Xian, Muhammad Zeshan Afzal 외

Recent works have shown that unstructured text (documents) from online sources can serve as useful auxiliary information for zero-shot image classification. However, these methods require access to a high-quality source …

Classificationimage-classificationImage ClassificationLanguage Modeling+3

What Do You See? Enhancing Zero-Shot Image Classification with Multimodal Large Language Models

2024-05-24 · Abdelrahman Abdelhamed, Mahmoud Afifi, Alec Go

Large language models (LLMs) have been effectively used for many computer vision tasks, including image classification. In this paper, we present a simple yet effective approach for zero-shot image classification using m…

Classificationimage-classificationImage ClassificationPrompt Engineering+3