CLMar 17, 2025

Enhancing LLM Reasoning with Iterative DPO: A Comprehensive Empirical Investigation

arXiv:2503.12854v333 citationsh-index: 26
Originality Incremental advance
AI Analysis

This provides a scalable and cost-effective alternative to RL for improving LLM reasoning, particularly beneficial in resource-constrained situations.

The study tackled the problem of high computational costs in reinforcement learning for enhancing large language model reasoning by investigating Direct Preference Optimization (DPO), showing that iterative DPO with verifiable rewards achieves RL-level performance with significantly lower overhead.

Recent advancements in post-training methodologies for large language models (LLMs) have highlighted reinforcement learning (RL) as a critical component for enhancing reasoning. However, the substantial computational costs associated with RL-based approaches have led to growing interest in alternative paradigms, such as Direct Preference Optimization (DPO). In this study, we investigate the effectiveness of DPO in facilitating self-improvement for LLMs through iterative preference-based learning. We demonstrate that a single round of DPO with coarse filtering significantly enhances mathematical reasoning performance, particularly for strong base model. Furthermore, we design an iterative enhancement framework for both the generator and the reward model (RM), enabling their mutual improvement through online interaction across multiple rounds of DPO. Finally, with simple verifiable rewards, our model DPO-VP achieves RL-level performance with significantly lower computational overhead. These findings highlight DPO as a scalable and cost-effective alternative to RL, offering a practical solution for enhancing LLM reasoning in resource-constrained situations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes