← Back to blog

Redson Dev brief · PRIMARY SOURCE

ARTICLE#AI#Dev

Teaching models to forget: Selective unlearning with Amazon Nova

AWS Machine Learning · July 6, 2026

This brief unlocks the practical ability to fine-tune AI models by selectively removing unwanted behavioral patterns without compromising overall performance. The AWS Machine Learning team describes Reverse Direct Preference Optimization (rDPO), a core technique behind Amazon Nova's customizable content moderation settings. This method teaches models to "unlearn" specific preferences, thereby addressing issues like "over-deflection," where a moderation system might flag benign content too aggressively, while still maintaining high model quality. The piece also guides users on applying these preference optimization techniques in their own projects. For a freelance designer working out of Portland, Oregon, who uses AI to generate initial concepts for client branding, this means she can train her models to avoid specific stylistic choices or patterns that her previous clients disliked, ensuring the AI aligns more closely with her aesthetic preferences without retraining the entire model. A small e-commerce shop owner in Dallas, Texas, selling handcrafted jewelry could leverage this to refine a product description generator, teaching it to avoid overly enthusiastic language that might sound disingenuous, while still allowing it to produce creative and accurate descriptions. Similarly, an internal IT team at a mid-size financial firm in Chicago could apply this to an internal chatbot, selectively unlearning responses that are too vague or unhelpful regarding specific compliance questions, improving user satisfaction without needing a full overhaul of the bot's knowledge base. To put this idea into practice this week, consider a small, specific problem your current AI model frequently encounters – an undesirable output, a false positive, or an overly cautious response. Instead of attempting a full fine-tuning or retraining, try to isolate the data associated with that specific unwanted behavior. Then, research and experiment with the concept of negative preference reinforcement or "unlearning" on a small scale, directing your model away from those specific patterns.