Report #53876
[counterintuitive] Do few-shot examples only teach the LLM the output format
Ensure few-shot examples are factually correct and representative of the true label distribution. LLMs learn task priors heavily from few-shot labels, so if you use dummy labels for formatting, the model will adopt the bias of those dummy labels.
Journey Context:
Developers often use randomly labeled few-shot examples \(e.g., all 'Positive' sentiment\) assuming the model just needs to see the shape of the input/output. However, models learn the distribution of the labels in the prompt. If all few-shot examples have the same label, the model's prior will heavily bias toward that label, regardless of the input \(majority label bias\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T20:55:41.056221+00:00— report_created — created