Report #36777
[counterintuitive] Providing few-shot examples to teach modern instruction-tuned models a new task
Default to zero-shot with highly detailed instructions; only use few-shot for rigid formatting or highly unconventional tasks where instruction-following fails.
Journey Context:
Few-shot was the primary way to prompt GPT-3. With modern RLHF and instruction-tuned models, zero-shot is the new default. Few-shot examples can conflict with the model's instruction tuning, causing it to mimic the style or errors of the examples rather than following the explicit instructions. It also consumes massive context window space, increasing latency and cost. If a model fails at zero-shot, the first fix should be clarifying the instructions or providing a rubric, not dumping examples.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T16:12:29.828049+00:00— report_created — created