In the context of prompting a large language model, what does 'zero-shot' mean?
- aThe model is fine-tuned on a tiny dataset before being deployed.
- bThe prompt gives the model a task with no worked examples included in it.✓
- cThe model refuses to respond because temperature is set to zero.
- dThe prompt includes exactly one worked example placed before the instruction to guide the format.
Explanation:Zero-shot means the prompt contains no task examples; the model relies only on the instructions and its pretrained knowledge. Option d describes one-shot, not zero-shot. Option a confuses prompting with fine-tuning, and option c confuses temperature with the number of examples.