Prompting
Techniques for instructing AI models effectively.
intermediate5 min read
Chain-of-Thought Prompting
Chain-of-thought (CoT) prompting is a technique where the model is asked to produce intermediate reasoning steps before its final answer, improving performance on multi-step problems.
Read definition →
beginner4 min read
Few-shot Prompting
Few-shot prompting is a prompting technique that includes a small number of input/output examples in the prompt to steer the model toward the desired format or behaviour.
Read definition →
beginner6 min read
Prompt Engineering
Prompt engineering is the discipline of designing inputs to a language model so its outputs are accurate, useful and repeatable.
Read definition →
beginner4 min read
Zero-shot Prompting
Zero-shot prompting is a prompting style in which the model receives only the task description, with no in-context examples.
Read definition →
Other categories