Report #94043
[counterintuitive] Do few-shot prompts always outperform zero-shot prompts
Start with zero-shot, then add few-shot examples only if the model fails to follow the format or task logic. Ensure few-shot examples are perfectly balanced and representative, or they will skew the output distribution.
Journey Context:
The standard practice is to stuff prompts with examples. However, few-shot examples can introduce bias \(e.g., if 3 out of 5 examples output 'Positive', the model will be biased toward 'Positive' regardless of input\). Furthermore, for highly capable models, zero-shot often matches or exceeds few-shot performance because the examples constrain the model's reasoning or introduce conflicting patterns if they aren't perfectly curated.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T16:26:16.726466+00:00— report_created — created