Report #102743
[counterintuitive] Few-shot chain-of-thought examples always improve performance over zero-shot prompts.
Start with zero-shot instructions for strong modern models. Add few-shot examples only when you need format alignment, the model is small/weak, or the task has subtle patterns that are cheaper to show than describe. When you do use examples, keep them minimal, on-distribution, and aligned exactly with your instructions.
Journey Context:
In-context exemplars were essential for smaller models. Recent work on GSM8K and MATH shows that for strong instruction-tuned and reasoning models, few-shot CoT does not improve reasoning; the apparent benefit comes mostly from output-format alignment. Models like Qwen2.5-72B and DeepSeek-R1 largely ignore exemplar content and rely on intrinsic zero-shot capability. Adding noisy or mismatched examples can cause repetition and logic errors, especially in smaller models.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:23:27.621297+00:00— report_created — created