Pith. sign in

REVIEW 3 cited by

Building Efficient Universal Classifiers with Natural Language Inference

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2312.17543 v2 pith:YVPQDTP3 submitted 2023-12-29 cs.CL cs.AI

classification cs.CLcs.AI
keywords universalclassificationgenerativellmszeroshotclassifierlanguagetask
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Generative Large Language Models (LLMs) have become the mainstream choice for fewshot and zeroshot learning thanks to the universality of text generation. Many users, however, do not need the broad capabilities of generative LLMs when they only want to automate a classification task. Smaller BERT-like models can also learn universal tasks, which allow them to do any text classification task without requiring fine-tuning (zeroshot classification) or to learn new tasks with only a few examples (fewshot), while being significantly more efficient than generative LLMs. This paper (1) explains how Natural Language Inference (NLI) can be used as a universal classification task that follows similar principles as instruction fine-tuning of generative LLMs, (2) provides a step-by-step guide with reusable Jupyter notebooks for building a universal classifier, and (3) shares the resulting universal classifier that is trained on 33 datasets with 389 diverse classes. Parts of the code we share has been used to train our older zeroshot classifiers that have been downloaded more than 55 million times via the Hugging Face Hub as of December 2023. Our new classifier improves zeroshot performance by 9.4%.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. OpenAlex reports about 11 citations worldwide. Full citation record

  1. A Tale of LLMs and Induced Small Proxies: Scalable Small Language Models for Knowledge Mining

    cs.AI 2025-10 conditional novelty 6.0 of 10

    LLM-written pipelines and LLM-generated labels are distilled into one small instruction-following model that performs classification and span extraction cheaply at corpus scale.

  2. Population-Level Profiling of DSM-5 Depressive Symptoms Among Self-Reported ADHD and ASD Users on Twitter: An Exploratory Study Using Advanced NLP and Statistical Analysis

    cs.CL 2026-07 conditional novelty 5.5 of 10

    ADHD Twitter users lean toward cognitive, sleep, appetite, and fatigue language in depression-related tweets, while ASD users lean toward anhedonia and suicidal ideation, with shared co-occurrence structure.

  3. GLiNER2: An Efficient Multi-Task Information Extraction System with Schema-Driven Interface

    cs.CL 2025-07 conditional novelty 5.0 of 10

    A single 205M-parameter encoder model unifies named entity recognition, text classification, and hierarchical structured extraction through declarative schemas.

Pith tools