Reward-free Alignment for Conflicting Objectives
Peter Chen, Xiaopeng Li, Xi Chen, Tianyi Lin
TL;DR
The paper tackles multi-objective alignment for large language models under conflicting objectives (e.g., helpfulness vs. harmlessness) using a reward-free approach. It introduces Reward-free Alignment for Conflicted Objectives (RACO), which applies a clipped conflict-averse gradient descent (CAGrad-Clip) to direct preference losses without explicit reward modeling, and proves convergence to weighted Pareto-critical points with acceleration in the two-objective case. The method integrates naturally with DPO-style objectives and remains scalable to high-dimensional LLM fine-tuning. Empirical results on multi-objective summarization and safety alignment across multiple model families show that RACO achieves superior Pareto-frontier trade-offs compared with existing reward-free baselines. The work offers a principled, practical tool for balancing multiple desirable properties in LLMs, enabling more controllable and safer deployments without resorting to reward-modeling pipelines.
Abstract
Direct alignment methods are increasingly used to align large language models (LLMs) with human preferences. However, many real-world alignment problems involve multiple conflicting objectives, where naive aggregation of preferences can lead to unstable training and poor trade-offs. In particular, weighted loss methods may fail to identify update directions that simultaneously improve all objectives, and existing multi-objective approaches often rely on explicit reward models, introducing additional complexity and distorting user-specified preferences. The contributions of this paper are two-fold. First, we propose a Reward-free Alignment framework for Conflicted Objectives (RACO) that directly leverages pairwise preference data and resolves gradient conflicts via a novel clipped variant of conflict-averse gradient descent. We provide convergence guarantees to Pareto-critical points that respect user-specified objective weights, and further show that clipping can strictly improve convergence rate in the two-objective setting. Second, we improve our method using some heuristics and conduct experiments to demonstrate the compatibility of the proposed framework for LLM alignment. Both qualitative and quantitative evaluations on multi-objective summarization and safety alignment tasks across multiple LLM families (Qwen 3, Llama 3, Gemma 3) show that our method consistently achieves better Pareto trade-offs compared to existing multi-objective alignment baselines.
