paper-with-me

홈 › Papers

Convex Optimization for Alignment and Preference Learning on a Single GPU

2026-05-22 · Miria Feng, Mert Pilanci arxiv

Fine-tuning large language models (LLMs) to align with human preferences has driven the success of systems such as Gemini and ChatGPT. However, approaches like Reinforcement Learning from Human Feedback (RLHF) remain computationally expensive and complex. Direct Preference Optimization (DPO) offers a simpler alternative but has limitations such as inconsistent ranking accuracy, high dependence on GPU resources, and expensive hyperparameter tuning. We propose the Convex Optimization for Alignment and Preference Learning Algorithm (COALA): a novel lightweight strategy with strong theoretical guarantees. By leveraging the convex optimization reformulation of neural networks, COALA eliminates the need for a reference model and obtains significant reduction in both training time and VRAM consumption, thus enabling efficient training on a single GPU. Experiments across four datasets--including a 26621-sample synthetic Educational Feedback dataset--and six models (including Llama-3.1-8B) demonstrate COALA's competitive performance and efficiency while utilizing as little as ~17.6% of DPO's total TFLOPs. COALA exhibits stable, monotonically increasing rewards and reaches peak margins in significantly shorter time in comparison to traditional methods such as DPO and ORPO. To the best of our knowledge, this is the first time convex optimization has been effectively applied to preference fine-tuning of LLMs.

📄 PDF Abstract BibTeX arXiv:2605.23244

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Generalized Preference Optimization: A Unified Approach to Offline Alignment

2024-02-08 · Yunhao Tang, Zhaohan Daniel Guo, Zeyu Zheng, Daniele Calandriello 외

Offline preference optimization allows fine-tuning large models directly from offline data, and has proved effective in recent alignment practices. We propose generalized preference optimization (GPO), a family of offlin…

BSO: Safety Alignment Is Density Ratio Matching

2026-05-12 · Tien-Phat Nguyen, Truong Nguyen, Thin Nguyen, Duy Minh Ho Nguyen 외 arxiv

Aligning language models for both helpfulness and safety typically requires complex pipelines-separate reward and cost models, online reinforcement learning, and primal-dual updates. Recent direct preference optimization…

Reinforcement Learning

Oracle-Robust Online Alignment for Large Language Models

2026-02-24 · Zimeng Li, Mudit Gaur, Vaneet Aggarwal arxiv

We study online alignment of large language models under misspecified preference feedback, where the observed preference oracle deviates from an ideal but unknown ground-truth oracle. The online LLM alignment problem is …

Rewards-in-Context: Multi-objective Alignment of Foundation Models with Dynamic Preference Adjustment

2024-02-15 · Rui Yang, Xiaoman Pan, Feng Luo, Shuang Qiu 외

We consider the problem of multi-objective alignment of foundation models with human preferences, which is a critical step towards helpful and harmless AI systems. However, it is generally costly and unstable to fine-tun…

GPUReinforcement Learning (RL)

Distributionally Robust Listwise Preference Optimization

2026-07-02 · Xudong Wu, Jian Qian, Pangpang Liu, Vaneet Aggarwal 외 arxiv

Existing robust preference optimization for language-model alignment mainly studies pairwise supervision and places robustness at the dataset, prompt, or preference-pair level. We instead study listwise preference optimi…