Report #78104
[counterintuitive] Adding more few-shot examples should improve in-context learning performance
After 3-5 well-chosen examples, additional in-context examples yield diminishing or negative returns. Invest in example quality, diversity, and ordering rather than quantity. If the task isn't working with 5 examples, more examples won't fix it — consider fine-tuning or tool augmentation instead.
Journey Context:
The common mental model treats in-context learning like giving a human more practice problems: more examples = better performance. Research reveals ICL is far shallower than this analogy suggests. A landmark finding showed that replacing few-shot labels with random labels barely hurts performance — the model is primarily learning the input-output format and task pattern, not the semantic content of examples. Performance often plateaus or degrades with more examples due to attention dilution and context noise. The model can't genuinely 'learn' new operations from examples; it can only activate capabilities already present in its weights. If the underlying capability is missing, 100 examples fail for the same reason 3 do.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T13:41:49.565311+00:00— report_created — created