AWS introduces rDPO unlearning technique to reduce false content moderation in Amazon Nova models by 53 percentage point

TL;DR

AWS has developed Reverse Direct Preference Optimization (rDPO), a novel unlearning technique that reduces over-deflection in Amazon Nova models by up to 53 percentage points. The approach allows organizations to selectively adjust content moderation safeguards while preserving general model capabilities through LoRA adapters.

2 min read
0

AWS introduces rDPO unlearning technique to reduce false content moderation in Amazon Nova models by 53 percentage points

AWS has developed Reverse Direct Preference Optimization (rDPO), a novel unlearning technique that enables Amazon Nova models to process legitimate business-critical content while maintaining safety alignment. The approach addresses over-deflection issues where models refuse to handle requests like cybersecurity simulations or legal document processing due to overly broad content moderation.

How rDPO works

rDPO reverses the preference pair in the Direct Preference Optimization (DPO) objective. According to AWS, traditional unlearning methods like Negative Preference Optimization (NPO) only teach models to forget deflection behavior without guiding them toward quality alternatives. rDPO simultaneously moves the model away from refusal responses while steering it toward generating high-quality outputs in approved policy areas.

The technique trains Low-Rank Adaptation (LoRA) adapters that modify specific model behaviors without retraining from scratch. AWS reports that rDPO achieves convergence at approximately 30 training steps, with training accuracy reaching nearly 1.0.

Measured deflection reductions

AWS tested the approach across five evaluation categories, measuring deflection rate—the percentage of prompts the model refuses to answer:

  • Safety: 86.51% baseline → 32.77% customized (53.74 percentage point reduction)
  • Security: 91.61% → 45.73% (45.88 pp reduction)
  • Sensitive Content: 79.02% → 33.58% (45.44 pp reduction)
  • Fairness: 51.84% → 23.83% (28.01 pp reduction)
  • Red Team Prompts: 98.10% → 47% (51.1 pp reduction)

The customized models now process the majority of previously-blocked legitimate requests while maintaining alignment in non-targeted areas.

Customizable Content Moderation Settings

The technology powers Amazon Nova Customizable Content Moderation Settings (CCMS), which allows approved customers to adjust safeguards across four responsible AI pillars: Safety, Sensitive Content, Fairness, and Security. Essential controls for child safety and privacy remain non-configurable.

Customers receive a custom model variant identified by a unique ARN when importing the LoRA adapter. At inference time, the adapter steers the core model away from deflecting approved content categories while Nova's output moderation guardrails are automatically configured for the customer's approved policies.

Training efficiency comparison

According to AWS's internal benchmarks, rDPO demonstrated superior training efficiency compared to NPO. The training rewards for target responses in rDPO continued growing throughout training, while NPO's rewards for chosen responses dropped. AWS attributes this to the strong RAI alignment in the base model, which makes it difficult for NPO to effectively move away from safe responses while guiding toward quality alternatives.

What this means

This marks a notable technical approach to the over-deflection problem that has limited enterprise adoption of aligned models. By using LoRA adapters rather than full model retraining, the technique offers a practical path for organizations with legitimate use cases that conflict with broad content policies. The 53 percentage point reduction in safety deflections suggests the approach effectively distinguishes between genuine threats and contextually appropriate content. However, AWS has not disclosed which customers can access CCMS, the approval process, or whether general capabilities benchmarks were maintained—critical details for evaluating real-world viability.

Related Articles

product update

AWS enables fine-tuning of Amazon Nova models for email extraction, achieving 94.77% accuracy with 50% cost reduction

AWS released guidance on fine-tuning Amazon Nova Micro and Nova Lite models for automated email data extraction using SageMaker AI. In collaboration with Parcel Perform, the fine-tuned Nova Micro achieved 94.77% extraction accuracy—a 16.6 percentage point improvement—while reducing inference costs by 50% and latency by 30% compared to previous models.

research

Mistral AI fine-tunes Pixtral-12B on satellite imagery, boosting classification accuracy from 56% to 91%

Mistral AI has published research showing that fine-tuning its Pixtral-12B vision language model on satellite imagery increases classification accuracy from 56% to 91% on the Aerial Image Dataset. Using Low-Rank Adaptation (LoRA) with 8,000 training samples across 30 scene categories, the company reduced hallucinations from 5% to 0.1% for under $10 in compute costs.

product update

AWS launches MiniMax M2 family on Amazon Bedrock with 1M token context and MoE architecture

Amazon Web Services has added three MiniMax models to Amazon Bedrock: M2, M2.1, and M2.5. The newest model, M2.5, uses a mixture-of-experts architecture with 230 billion total parameters and 10 billion active per token, trained specifically for agent-native execution and coding tasks.

product update

AWS Ships Multi-Turn RL Infrastructure for Amazon Nova on SageMaker HyperPod

AWS has released infrastructure for deploying multi-turn reinforcement learning to train Amazon Nova models on SageMaker HyperPod. The system requires a minimum of 10 ml.p5.48xlarge instances and costs approximately $786-$1,180 per hour when running.

Comments

Loading...