You are preparing a prompt template for a summarization task. You want to provide three distinct examples of input text and expected summaries before asking the model to process the target text. What is this prompting technique called?
Few-shot prompting guides the model by supplying demonstrations of the desired task.
Why this answer
Providing examples within the prompt is known as few-shot prompting. Zero-shot has no examples, and chain-of-thought involves reasoning steps.