PassDrill Free practice questions with explanations that actually teach.

AI-ENGINEERING · prompting · Q001 · easy

According to the original GPT-3 paper, "Language Models are Few-Shot Learners" (Brown et al., 2020), which best describes the difference between zero-shot and few-shot prompting?

  1. Zero-shot provides no task examples in the prompt, relying only on a natural language instruction, while few-shot includes a small number of input-output examples in the prompt before the actual query
  2. Zero-shot requires the model to be fine-tuned on the target task first, while few-shot requires no training at all
  3. Zero-shot and few-shot both require gradient updates to the model's weights; they differ only in how many examples are used per update
  4. Few-shot prompting means the model is shown zero examples but asked to solve the task in fewer than five reasoning steps