Zero-Shot Learning
Zero-shot learning enables models to handle new tasks without task-specific examples by transferring learned semantic knowledge.
A machine learning capability that allows a model to perform tasks it was not explicitly trained on by leveraging generalised knowledge learned during training.
What Is Zero-Shot Learning
Zero-shot learning is a model behaviour where the system can solve a new task without receiving direct, task-specific training examples. Instead of memorising one narrow objective, the model applies broad concepts, semantic relationships, and latent patterns learned from diverse data.
How Zero-Shot Learning Works
During pretraining, large models internalise links between language, structure, and meaning. At inference time, they interpret an unseen instruction and map it to known representations. This transfer mechanism allows the model to perform classification, extraction, reasoning, and generation tasks even when no labelled examples for that exact task were present in training.
Zero-Shot vs Few-Shot vs Supervised Learning
- Zero-shot: no explicit examples are provided for the target task.
- Few-shot: a small set of examples is provided to steer behaviour.
- Supervised learning: the model is trained on a dedicated labelled dataset for that task.
In practice, zero-shot methods offer flexibility and speed, while few-shot and supervised setups usually provide stronger control for high-stakes use cases.
Role in Large Language Models
Zero-shot capability is central to large language models because it enables broad usability from a single foundation model. Organisations can deploy one model across many workflows, then adapt behaviour through prompting and guardrails instead of retraining separate systems for each task.
Applications in NLP and AI Systems
Common applications include intent detection, topic classification, multilingual text understanding, summarisation, content moderation, and translation support. Zero-shot learning is especially useful when new domains emerge quickly or labelled data is expensive, incomplete, or unavailable.
Related Terms
Zero Data Retention
A mode in which user data is deleted almost immediately after processing.
Zero-Shot Translation
A multilingual translation capability where models translate between language pairs not directly present in training data.
Z-Score
A statistical measure indicating how many standard deviations a data point is from a dataset mean.
Related Resources
Universal Language Models
Multilingual language models that use shared representations to support many languages and NLP tasks.
Zero-Shot Translation
A multilingual translation capability where models translate between language pairs not directly present in training data.
Large Language Model (LLM)
A neural model trained on vast text corpora, capable of understanding and generating natural language.
Multilingual Workflows
Processes for coordinating translation and localisation across multiple languages.
Federated Learning
A machine learning approach where models are trained across distributed devices or servers without centralising raw data.
Joint Training
A machine learning training approach where a model is trained simultaneously on multiple tasks or datasets.