Normalized Rewards Improve LLM Preference Optimization

Shawn Im, Federico Danieli, Skyler Seto, Barry-John Theobald, Katherine Metcalf· July 21, 2026 View original

Summary

This paper explores using normalized rewards in Direct Alignment Algorithms (DAAs) like DPO to counteract over-optimization and maintain the likelihood of preferred responses. It finds that this regularization improves the trade-off between generation quality and general benchmark capability, mitigating likelihood displacement in LLMs.

Direct Alignment Algorithms (DAAs), such as DPO, are widely used to align large language models (LLMs) with human preferences. However, these methods can sometimes over-optimize their implicit reward models, leading to a decrease in the overall likelihood of preferred responses and potentially undesirable model behavior. This research investigates the impact of incorporating a regularization term that maintains the total length-normalized probabilities of both chosen and rejected responses. By analyzing how response likelihood changes are distributed, the study found that a small set of outlier tokens often accounts for a significant portion of these changes, explaining how DAAs improve quality despite reducing overall likelihoods. Applying this proposed regularization to both reference-based (DPO) and reference-free (SimPO) methods yielded notable improvements. For instance, on Llama-3.1-8B-Instruct, it resulted in over 20% relative increase in AlpacaEval2 scores and more than 9% relative gains on general benchmarks. The regularization effectively mitigated likelihood displacement, particularly for outlier tokens, demonstrating a better balance between generation quality and general model capabilities.

Why it matters

For AI developers and researchers working on LLM alignment and fine-tuning, this method offers a way to achieve better-performing models that are more aligned with human preferences without sacrificing general capabilities or introducing undesirable side effects like likelihood collapse.

How to implement this in your domain

  1. 1Integrate length-normalized probability regularization into preference optimization algorithms like DPO or SimPO.
  2. 2Monitor the distribution of likelihood changes during preference optimization to identify and address outlier tokens.
  3. 3Evaluate the trade-off between generation quality and general benchmark performance when applying alignment techniques.
  4. 4Consider using normalized rewards to prevent over-optimization and maintain the robustness of LLMs post-training.

Who benefits

AI DevelopmentContent GenerationCustomer ServiceResearch & DevelopmentSoftware Engineering

Key takeaways

  • DAAs can over-optimize, decreasing the likelihood of preferred responses despite improving quality.
  • Normalized rewards with regularization mitigate this over-optimization and likelihood displacement.
  • This approach improves the trade-off between generation quality and general LLM capabilities.
  • Outlier tokens significantly contribute to likelihood changes during preference optimization.

Original post by Shawn Im, Federico Danieli, Skyler Seto, Barry-John Theobald, Katherine Metcalf

"arXiv:2607.16240v1 Announce Type: new Abstract: Direct Alignment Algorithms (DAAs) such as DPO have become a common way to post-train and align LLMs with human preferences. However, DAAs have been observed to over-optimize their implicit reward model and decrease the likelihood o…"

View on X

Originally posted by Shawn Im, Federico Danieli, Skyler Seto, Barry-John Theobald, Katherine Metcalf on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses