Fewshot Example Hygiene
Rules
- •Label all examples as FORMAT-ONLY unless they are truly from the same domain.
- •Add an explicit anti-import rule:
- •“Do NOT import constraints from examples unless they appear in the problem statement.”
- •Prefer adding a counterexample of what not to copy:
- •“Do not add government-ID checks, refunds, or time windows unless specified.”
- •Require an imported-constraint scan after drafting:
- •List any constraints you added that are not supported by the problem statement.
- •Remove them or mark them as explicit assumptions.
Prompt snippet (copy/paste)
text
Examples below are FORMAT-ONLY. Copy structure, not domain constraints. Anti-import rule: do NOT introduce any constraint not present in the system description. After drafting, run an Imported Constraint Check and remove foreign assumptions.