← Back to AI Glossary

AI Glossary

Zero-Shot Learning

The ability of an AI model to perform a task without receiving specific examples of that task during training.

Zero-Shot Learning

Overview

One of the most impressive capabilities of modern AI systems is their ability to perform tasks they were never explicitly trained to perform.

This capability is known as zero-shot learning.

In traditional machine learning, models often require examples before they can perform a task successfully. Modern foundation models, however, can sometimes generalize existing knowledge to new situations without receiving specific training examples.

A helpful way to think about zero-shot learning is asking someone to solve a new problem using knowledge they already possess. Even if they have never encountered the exact situation before, they may still be able to reason their way toward a solution.

Modern Large Language Models (LLMs) frequently demonstrate zero-shot learning capabilities by answering questions, summarizing information, or completing tasks without receiving examples beforehand.

This flexibility is one reason foundation models have become so widely adopted across industries.

Why It Matters

Zero-shot learning allows AI systems to adapt to new tasks without requiring additional examples or retraining.

Real-World Example

A language model may successfully summarize a document even if it was never specifically trained on that exact document type.

Related Concepts

Related Articles