Glossary · Term

Zero shot

Also known as: zero-shot

Zero shot is a method of letting AI do the work right away without giving any examples.

Zero-shot is a method of asking AI to perform tasks it has never encountered for the first time with only instructions without showing any demonstration examples. This can be likened to a situation where an employee is asked to “divide these reviews into positive and negative” without any samples, and the employee does it right away. The method of showing a few examples and asking an employee to do so is called few-shot.

In the past, AI had to be trained separately with dedicated learning data for each task, but large language models showed the ability to perform tasks they had never learned just by following instructions, thanks to the general knowledge accumulated through prior learning. This zero-shot ability is the secret to being able to use a single model for all kinds of tasks, such as translation, summarization, and classification, and is also used as an evaluation standard to measure the model's versatility.

However, in specialized or difficult tasks, zero-shot performance can vary, so few-shot or fine-tuning that adds examples is often better.

✅ Why it matters

⚠️ Limits and debates

← View all glossary entries