English

Self-Training with Direct Preference Optimization Improves Chain-of-Thought Reasoning

Computation and Language 2024-07-26 v1

Abstract

Effective training of language models (LMs) for mathematical reasoning tasks demands high-quality supervised fine-tuning data. Besides obtaining annotations from human experts, a common alternative is sampling from larger and more powerful LMs. However, this knowledge distillation approach can be costly and unstable, particularly when relying on closed-source, proprietary LMs like GPT-4, whose behaviors are often unpredictable. In this work, we demonstrate that the reasoning abilities of small-scale LMs can be enhanced through self-training, a process where models learn from their own outputs. We also show that the conventional self-training can be further augmented by a preference learning algorithm called Direct Preference Optimization (DPO). By integrating DPO into self-training, we leverage preference data to guide LMs towards more accurate and diverse chain-of-thought reasoning. We evaluate our method across various mathematical reasoning tasks using different base models. Our experiments show that this approach not only improves LMs' reasoning performance but also offers a more cost-effective and scalable solution compared to relying on large proprietary LMs.

Keywords

Cite

@article{arxiv.2407.18248,
  title  = {Self-Training with Direct Preference Optimization Improves Chain-of-Thought Reasoning},
  author = {Tianduo Wang and Shichen Li and Wei Lu},
  journal= {arXiv preprint arXiv:2407.18248},
  year   = {2024}
}

Comments

ACL 2024. Code and data are available at https://github.com/TianduoWang/DPO-ST

R2 v1 2026-06-28T17:53:50.057Z