Report #54102
[counterintuitive] Should I always add few-shot examples to improve LLM accuracy
Start with zero-shot with clear instructions. Add few-shot examples only if zero-shot fails or if you need to strictly constrain the output format, as few-shot examples can anchor the model to the specific distribution of the examples, hurting generalization.
Journey Context:
The belief is that examples always guide the model to the right answer. But poorly chosen few-shot examples introduce bias. If your examples are too similar, the model copies their pattern blindly. If they contain a subtle error, the model amplifies it. Modern instruction-tuned models often perform just as well or better with zero-shot, and few-shot can actively degrade performance by overriding the model's pre-trained priors.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T21:18:14.759059+00:00— report_created — created