What is Zero-shot Learning?
The ability of a model to perform a task without having seen any specific examples of that task during training.
Short answer
Zero-shot learning refers to an AI model's ability to successfully perform a task it has never explicitly been trained to do, relying solely on its general knowledge and the instructions in the prompt.
LLMs exhibit zero-shot capabilities when they can translate a language or write code based solely on a description of the task, without needing specific training examples for that exact scenario.
Build your own AI Agent
Ready to put this concept into action? Create your own custom AI agent with Agent One in minutes. No coding required.
Build Your AI AgentFrequently Asked Questions
Related Terms
Retrieval-Augmented Generation (RAG)
A technique that enhances the accuracy and reliability of generative AI models with facts fetched from external sources.
Prompt Engineering
The practice of designing inputs for AI models to produce optimal outputs.
Fine-tuning
The process of training a pre-trained model on a smaller, specific dataset to adapt it for a particular task.