Glossary term
Few-Shot Prompting
What is Few-Shot Prompting?
Few-shot prompting is a technique used in natural language processing (NLP) models to generate desired outputs by providing a small number of demonstrations in the prompt, without explicit training on specific tasks.
Contrast with Zero-Shot Prompting
Zero-shot prompting asks the model to produce a result from an instruction alone, with no examples in the prompt. Few-shot prompting differs by including a handful of demonstrations to steer the model, which often improves performance on tasks where zero-shot results fall short.
How Few-Shot Prompting Works
While large language models demonstrate remarkable zero-shot capabilities, they may fall short on more complex tasks when using the zero-shot setting. Few-shot prompting is a technique that enables in-context learning by providing demonstrations in the prompt to steer the model towards better performance. These demonstrations serve as conditioning for subsequent examples where the model is expected to generate a response. The approach was popularized by Brown et al. in the 2020 GPT-3 paper "Language Models are Few-Shot Learners," which showed that sufficiently large models can perform new tasks from a handful of in-context examples alone.
Example
Consider a task where the model is asked to correctly use a new word in a sentence. In zero-shot prompting, the model is given a definition and asked to create a sentence without any examples. In few-shot prompting, the model is provided with one or more examples of sentences using the new word correctly, which helps guide the model's response.
Limitations and Advanced Prompting Techniques
Standard few-shot prompting works well for many tasks but may not be perfect for more complex reasoning tasks. In such cases, more advanced prompting techniques, such as zero-shot chain of thought or few-shot chain of thought, can be employed. These techniques involve guiding the model through a series of reasoning steps to arrive at the correct answer.
Zero-shot and few-shot prompting are techniques that allow NLP models to generate desired outputs without explicit training on specific tasks. Zero-shot prompting provides a prompt without examples, while few-shot prompting includes demonstrations to guide the model's response. For more complex tasks, advanced prompting techniques may be necessary to achieve better results.
More terms
Continue exploring the glossary.
Glossary term
What is a tensor network?
It's time to build
Collaborate with your team on reliable Generative AI features.
Want expert guidance? Book a 1:1 onboarding session from your dashboard.