Zero-Shot Learning
Performing tasks without any examples in the prompt, relying solely on the model's pre-trained knowledge and the task description.
In-Depth Explanation
Zero-shot learning is the ability of AI models to perform tasks they haven't been explicitly shown examples of, using only a natural language description of what's needed. This demonstrates the generalisation power of modern LLMs.
How zero-shot works:
- Provide a clear task description
- Model draws on pre-trained knowledge
- Generates appropriate output without examples
- Works because training exposed the model to similar patterns
Zero-shot vs few-shot:
- Zero-shot: Task description only, no examples
- One-shot: Single example provided
- Few-shot: Multiple examples provided
When zero-shot works well:
- Common, well-defined tasks
- Clear, unambiguous instructions
- Tasks similar to training distribution
- Larger, more capable models
When to add examples (few-shot):
- Complex or nuanced tasks
- Specific formatting requirements
- Domain-specific applications
- When zero-shot produces inconsistent results
The emergence of zero-shot capability is one of the remarkable properties of large-scale language models - they can generalise to new tasks without explicit training on them.
Business Context
Zero-shot works for straightforward tasks. For complex or specialised tasks, few-shot learning typically performs better.
How Clever Ops Uses This
Example Use Case
"Asking "Classify this text as positive, negative, or neutral" without any examples - the model understands the task from the description alone."
Frequently Asked Questions
Related Resources
Few-Shot Learning
A technique where models learn to perform tasks from just a few examples provide...
In-Context Learning
The ability of LLMs to learn and adapt their behaviour based on examples and ins...
Prompt Engineering
The practice of designing and optimising prompts to get better results from AI m...
Learning Centre
Guides, articles, and resources on AI and automation.
AI & Automation Services
Explore our full AI automation service offering.
AI Readiness Assessment
Check if your business is ready for AI automation.
