paper-with-me

Papers

Step-Controlled DPO: Leveraging Stepwise Error for Enhanced Mathematical Reasoning

2024-06-30 · Zimu Lu, Aojun Zhou, Ke Wang, Houxing Ren, Weikang Shi, Junting Pan, Mingjie Zhan, Hongsheng Li

Direct Preference Optimization (DPO) has proven effective at improving the performance of large language models (LLMs) on downstream tasks such as reasoning and alignment. In this work, we propose Step-Controlled DPO (SCDPO), a method for automatically providing stepwise error supervision by creating negative samples of mathematical reasoning rationales that start making errors at a specified step. By applying these samples in DPO training, SCDPO can better align the model to understand reasoning errors and output accurate reasoning steps. We apply SCDPO to both code-integrated and chain-of-thought solutions, empirically showing that it consistently improves the performance compared to naive DPO on three different SFT models, including one existing SFT model and two models we finetuned. Qualitative analysis of the credit assignment of SCDPO and DPO demonstrates the effectiveness of SCDPO at identifying errors in mathematical solutions. We then apply SCDPO to an InternLM2-20B model, resulting in a 20B model that achieves high scores of 88.5% on GSM8K and 58.1% on MATH, rivaling all other open-source LLMs, showing the great potential of our method.

📄 PDF Abstract BibTeX arXiv:2407.00782

Code (1)

mathllm/Step-Controlled_DPO 공식 구현 pytorch

Tasks

GSM8KMathMathematical Reasoning

Methods 이 논문이 사용한 방법론

DPO 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Stepwise Credit Assignment for GRPO on Flow-Matching Models

2026-03-30 · Yash Savani, Branislav Kveton, Yuchen Liu, Yilin Wang 외 arxiv

Flow-GRPO successfully applies reinforcement learning to flow models, but uses uniform credit assignment across all steps. This ignores the temporal structure of diffusion generation: early steps determine composition an…

Reinforcement Learning

SR-Stereo & DAPE: Stepwise Regression and Pre-trained Edges for Practical Stereo Matching

2024-06-11 · Weiqing Xiao, Wei Zhao

Due to the difficulty in obtaining real samples and ground truth, the generalization performance and domain adaptation performance are critical for the feasibility of stereo matching methods in practical applications. Ho…

Disparity EstimationDomain AdaptationregressionStereo Matching

StepPRM-RTL: Stepwise Process-Reward Guided LLM Fine-Tuning for Enhanced RTL Synthesis

2026-06-02 · Prashanth Vijayaraghavan, Apoorva Nitsure, Luyao Shi, Ehsan Degan 외 arxiv

Automatic generation of RTL code for digital hardware designs remains challenging due to long-horizon reasoning, multi-step dependencies, and strict correctness constraints in Verilog and VHDL. We present StepPRM-RTL, a …

Trajectory ModelingCode Generation

CausalStep: A Benchmark for Explicit Stepwise Causal Reasoning in Videos

2025-07-22 · Xuchen Li, Xuzhao Li, Shiyu Hu, Kaiqi Huang 외 arxiv

Recent advances in large language models (LLMs) have improved reasoning in text and image domains, yet achieving robust video reasoning remains a significant challenge. Existing video benchmarks mainly assess shallow und…

Rethinking Stepwise Model Routing: A Cost-Efficient Table Reasoning Perspective

2026-05-28 · Shenghao Ye, Yuxiang Wang, Yu Guo, Dong Jin 외 arxiv

Large Reasoning Models (LRMs) achieve strong performance on table reasoning tasks but incur substantial inference cost due to long reasoning traces. Stepwise model routing mitigates this issue by dynamically assigning re…