paper-with-me

Papers

SimPO: Simultaneous Prediction and Optimization

2022-03-31 · Bing Zhang, Yuya Jeremy Ong, Taiga Nakamura

Many machine learning (ML) models are integrated within the context of a larger system as part of a key component for decision making processes. Concretely, predictive models are often employed in estimating the parameters for the input values that are utilized for optimization models as isolated processes. Traditionally, the predictive models are built first, then the model outputs are used to generate decision values separately. However, it is often the case that the prediction values that are trained independently of the optimization process produce sub-optimal solutions. In this paper, we propose a formulation for the Simultaneous Prediction and Optimization (SimPO) framework. This framework introduces the use of a joint weighted loss of a decision-driven predictive ML model and an optimization objective function, which is optimized end-to-end directly through gradient-based methods.

📄 PDF Abstract BibTeX arXiv:2204.00062

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingPrediction

Similar Papers 제목 키워드 기반

SimPO: Simple Preference Optimization with a Reference-Free Reward

2024-05-23 · Yu Meng, Mengzhou Xia, Danqi Chen

Direct Preference Optimization (DPO) is a widely used offline preference optimization algorithm that reparameterizes reward functions in reinforcement learning from human feedback (RLHF) to enhance simplicity and trainin…

ChatbotInstruction Following

$ξ$-DPO: Direct Preference Optimization via Ratio Reward Margin

2026-05-09 · Zhengyuan Fan, Zhonghua Wu, Yuxuan Du, Qun Chen arxiv

Reference-free preference optimization has emerged as an efficient alternative to reinforcement learning from human feedback, with Simple Preference Optimization(SimPO) demonstrating strong performance by eliminating the…

Reinforcement Learning

RePO: ReLU-based Preference Optimization

2025-03-10 · Junkang Wu, Kexin Huang, Xue Wang, Jinyang Gao 외

Aligning large language models (LLMs) with human preferences is critical for real-world deployment, yet existing methods like RLHF face computational and stability challenges. While DPO establishes an offline paradigm wi…

Failure Modes of Maximum Entropy RLHF

2025-09-24 · Ömer Veysel Çağatan, Barış Akgün arxiv

In this paper, we show that Simple Preference Optimization (SimPO) can be derived as Maximum Entropy Reinforcement Learning, providing a theoretical foundation for this reference-free method. Motivated by SimPO's strong …

Reinforcement Learning

$α$-DPO: Adaptive Reward Margin is What Direct Preference Optimization Needs

2024-10-14 · Junkang Wu, Xue Wang, Zhengyi Yang, Jiancan Wu 외

Aligning large language models (LLMs) with human values and intentions is crucial for their utility, honesty, and safety. Reinforcement learning from human feedback (RLHF) is a popular approach to achieve this alignment,…

Computational Efficiency