You're tuning a customer-service LLM to stop suggesting refunds in cases where refunds aren't allowed. Which directive is more reliably effective?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Positive 'do this' beats negative 'don't do that' because the model has an action to execute instead of an action to suppress.
Imagine telling a toddler 'don't think about a red balloon.' What do they think about? Models behave the same way when you say 'do not suggest refunds.' To follow the rule, the model has to model the prohibited action first, then try to suppress it. Sometimes it works, sometimes the prohibited thing slips through. The fix is to give the model something to do instead. 'For refund requests outside policy, redirect the user to the support portal.' Now there is a clear action attached to the trigger, and the model just executes it. No suppression required.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
3 min: asymmetry of positive vs negative directives + suppression as the failure mode + priming risk of repetition + policy as action map pattern + expected lift from a positive rewrite.
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Strengthening a negative directive with capitalization or repetition instead of replacing it with a positive substitute action.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.