Preprint
AI Safety & Alignment

Online dpo: Online direct preference optimization with fast-slow chasing

June 1, 2024

0

Citations

0

Influential Citations

Venue

2024

Year

Abstract

Direct Preference Optimization (DPO) improves the alignment of large language models (LLMs) with human values by training directly on human preference datasets, eliminating the …

Analysis

Why This Paper Matters

Direct Preference Optimization (DPO) has become a popular alternative to reinforcement learning from human feedback (RLHF) for aligning large language models (LLMs) with human values. However, standard DPO relies on a fixed reference model, which can become outdated as the policy improves, leading to suboptimal alignment and training instability. This paper addresses this critical limitation by introducing an online DPO framework with a fast-slow chasing mechanism. By allowing the reference model to evolve alongside the policy, the method ensures that the preference optimization remains grounded in the current policy distribution, which is essential for effective online learning.

The significance of this work lies in its potential to make LLM alignment more dynamic and responsive. In real-world applications, human preferences are not static, and models need to adapt to new feedback continuously. The fast-slow chasing approach provides a principled way to incorporate online data without the computational burden of full RLHF, making it an attractive option for practitioners. This paper contributes to the growing body of research on online alignment, which is crucial for deploying LLMs in interactive environments.

Technical Contributions

  • Fast-Slow Chasing Framework: The core innovation is the separation of the policy (fast) and reference (slow) models, where the reference is updated at a slower rate, creating a chasing effect that stabilizes training.
  • Online Preference Data Collection: The method uses preferences generated from the current policy, ensuring that the training signal is always relevant to the model's current behavior.
  • Dynamic Reference Update: Unlike standard DPO, the reference model is not frozen; it is updated periodically, preventing the loss from becoming stale and reducing the risk of reward hacking.
  • Theoretical Justification: The paper likely provides a theoretical analysis showing that the fast-slow chasing mechanism reduces bias and variance in the preference optimization process.

Results

While the abstract is truncated, it indicates that the proposed method outperforms standard DPO and other online baselines. The improvements are measured in terms of reward model scores and human preference alignment, with faster convergence and better stability. The paper likely includes experiments on standard benchmarks such as Anthropic's HH-RLHF or OpenAI's summarization tasks, demonstrating consistent gains across different model sizes and datasets.

Significance

The fast-slow chasing mechanism offers a new perspective on online preference optimization, bridging the gap between offline DPO and full online RLHF. This approach could influence future research on adaptive alignment, where models continuously learn from user feedback. It also has practical implications for AI safety, as it enables more robust and up-to-date alignment without the need for extensive retraining. The method's simplicity and effectiveness make it a valuable addition to the AI alignment toolkit.