What is zero-shot prompting?

“Zero-shot prompting” means getting a machine learning system to generate some output for a given input without giving it any examples of the kind of output that should go with that input. “One-shot prompting” and “few-shot prompting” are related concepts that use one and a few examples instead. For more details and examples, see here.