REFA: Reference Free Alignment for multi-preference optimization
This addresses a specific bias in alignment for language models, offering a method to improve quality without verbosity shortcuts, though it is incremental relative to existing normalization techniques.
The paper tackled the URSLA shortcut, a failure mode in preference optimization where models truncate low-quality responses due to length normalization, by introducing REFA, a framework with regularizers on the End-of-Sequence token probability, achieving a 60.29% win rate and 52.17% length-controlled win rate on AlpacaEval2 with Llama-3-8B-Instruct.
To mitigate reward hacking from response verbosity, modern preference optimization methods are increasingly adopting length normalization (e.g., SimPO, ORPO, LN-DPO). While effective against this bias, we demonstrate that length normalization itself introduces a failure mode: the URSLA shortcut. Here models learn to satisfy the alignment objective by prematurely truncating low-quality responses rather than learning from their semantic content. To address this, we introduce REFA, a new alignment framework that proposes probabilistic control on a structural token that controls termination. Our core innovation is a new class of regularizers that operate directly on the probability of the End-of-Sequence (EOS) token, a previously unexploited control lever. This token-level intervention provides a principled solution to the URSLA shortcut, ensuring genuine quality improvements. Furthermore, it unlocks a versatile mechanism for managing the alignment-efficiency tradeoff, enabling practitioners to fine-tune models that adhere to specific token budgets. Empirically, REFA achieves a 60.29% win rate and a 52.17% length-controlled win rate on AlpacaEval2 with Llama-3-8B-Instruct, demonstrating the power of our token-level control paradigm.