
Zero-Shot Learning is when an AI model performs a task it was never explicitly trained or given examples for, relying purely on its general knowledge and your instructions.
What it means in plain English
Modern large language models are so broadly trained that they can often do a task the first time they see it, with no examples — just a clear instruction. This is zero-shot: “zero” examples provided. The model draws on the general patterns it learned during training to handle a request it has not been specifically prepared for.
It is one of the abilities that makes today’s AI feel so flexible and general-purpose.
A simple example
Asking a chatbot “classify this review as positive, negative, or neutral” and getting the right answer without showing it any labelled examples is zero-shot learning. The model already understands the concepts well enough to comply.
Why it matters
Zero-shot ability is a big part of why large language models are so useful out of the box. It means you can point them at a huge range of tasks just by describing what you want, without any setup or training data.
Related terms
- Few-Shot Learning — providing a few examples to improve results.
- Prompt — the instruction that enables zero-shot tasks.
- Large Language Model — the systems capable of zero-shot learning.
Frequently asked questions
What is zero-shot learning?
It is when a model performs a task it was not explicitly trained on and given no examples of, relying on its general knowledge — for instance, classifying text into new categories described only in the prompt.
How does it differ from few-shot learning?
Zero-shot provides no examples, while few-shot gives a small number of examples to guide the model. Zero-shot relies entirely on prior knowledge and instructions.