Report #92607
[counterintuitive] adding few-shot examples to a prompt always improves model accuracy
Start with zero-shot; only add few-shot examples if they are perfectly formatted, highly diverse, and zero-shot fails. Prefer clear instructions over noisy examples.
Journey Context:
Developers reflexively add few-shot examples assuming they strictly guide the model. However, modern instruction-tuned models are highly capable at zero-shot. Poorly chosen few-shot examples can introduce formatting artifacts, bias the model toward specific lengths, or cause it to mimic the style of the examples rather than answering the prompt. Zero-shot forces the model to rely on its internalized instruction-following capabilities, which is often more robust.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T14:01:52.303415+00:00— report_created — created