English

Simultaneous Multi-objective Alignment Across Verifiable and Non-verifiable Rewards

Machine Learning 2025-10-02 v1 Artificial Intelligence Computation and Language

Abstract

Aligning large language models to human preferences is inherently multidimensional, yet most pipelines collapse heterogeneous signals into a single optimizeable objective. We seek to answer what it would take to simultaneously align a model across various domains spanning those with: verifiable rewards (mathematical accuracy), non-verifiable subjective preferences (human values), and complex interactive scenarios (multi-turn AI tutoring dialogues). Such multi-objective reinforcement learning setups are often plagued by the individual objectives being at odds with each other, resulting in inefficient training and little user control during inference. We propose a unified framework that: (i) standardizes {process reward model} (PRM) training across both verifiable and non-verifiable settings to better supervise models' chain-of-thought reasoning; (ii) performs {multi-objective alignment} by training the LLM with our M\textbf{M}ulti-A\textbf{A}ction-H\textbf{H}ead DPO\textbf{DPO} (MAH-DPO) and a vectorized reward where the dimensions of the vector correspond to the various objectives instead of a single scalar; and (iii) demonstrates how such a system provides fine-grained inference-time user control. Experiments across math reasoning, value alignment, and multi-turn dialogue show that our framework improves performance across multiple objectives simultaneously, while minimizing cross-objective trade-offs and enabling flexible inference time user control. The code can be found at https://github.com/pearls-lab/multiobj-align.

Keywords

Cite

@article{arxiv.2510.01167,
  title  = {Simultaneous Multi-objective Alignment Across Verifiable and Non-verifiable Rewards},
  author = {Yiran Shen and Yu Xia and Jonathan Chang and Prithviraj Ammanabrolu},
  journal= {arXiv preprint arXiv:2510.01167},
  year   = {2025}
}
R2 v1 2026-07-01T06:11:16.570Z