Artificial Intelligence

Zero-Shot Learning

A model's ability to perform a task it was never explicitly trained on or shown examples of. The model applies its general knowledge and reasoning to handle entirely new task types.

Why It Matters

Zero-shot capability is what makes LLMs so versatile — you can ask them to do things they were never specifically trained for and get reasonable results.

Example

Asking an LLM to classify movie reviews as positive or negative without providing any examples — the model understands the task from the instruction alone.

Think of it like...

Like a multilingual person who has never studied Portuguese but can roughly understand it because they speak Spanish and Italian — related knowledge transfers.

Related Terms