passdrill
AI & LLM Engineering · Prompt Engineering · Card 013/024 easy

Kojima et al. (2022), "Large Language Models are Zero-Shot Reasoners," show that a specific technique substantially improves LLM performance on multi-step reasoning benchmarks without any task-specific worked examples in the prompt. What is this zero-shot chain-of-thought technique, and how does it differ from the few-shot chain-of-thought prompting of Wei et al. (2022)?

  1. Fine-tuning the model on a small labeled set of step-by-step solutions before inference, whereas Wei et al.'s method requires no training at all
  2. Providing the correct final answer to the model up front and asking it to work backward to justify it, whereas Wei et al.'s method asks for the answer with no justification
  3. Appending a task-agnostic trigger phrase such as "Let's think step by step" before the answer, with no worked examples in the prompt at all, whereas Wei et al.'s method requires several few-shot exemplars that each include their own written-out reasoning steps
  4. Replacing the multiple-choice options with open-ended text so the model can no longer guess from answer choices, a change unrelated to Wei et al.'s few-shot method
Next card → Shuffle