Artificial Intelligence

Zero-Shot Classification

Classifying text into categories that the model was never explicitly trained on, using only the category names or descriptions as guidance.

Why It Matters

Zero-shot classification eliminates the need for labeled training data for new categories. You can add new classes instantly by just naming them.

Example

Classifying customer emails into 'billing,' 'technical,' 'shipping,' and 'praise' categories without any labeled training examples — the model understands the categories from their names.

Think of it like...

Like a new employee who can sort mail into labeled bins on their first day — they understand the labels without being trained on example letters for each bin.

Related Terms