One Model for All: Multi-Objective Controllable Language Models

arXiv cs.LG / 4/7/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that standard RLHF often optimizes a single, averaged reward signal, limiting how well LLMs adapt to different users and multi-objective preference trade-offs.
  • It proposes Multi-Objective Control (MOC), training one preference-conditioned LLM to generate outputs across regions of the Pareto front corresponding to user-defined mixes of competing objectives.
  • MOC adapts multi-objective optimization ideas into an RLHF-style pipeline by treating the LLM as a preference-conditioned policy network.
  • The authors improve efficiency by applying multi-objective optimization at the policy level, enabling fine-tuning of a 7B model on a single NVIDIA A6000 GPU.
  • Experiments report improved controllability, better quality/diversity using hyper-volume metrics, and stronger generalization to unseen preferences compared with baseline approaches.

Abstract

Aligning large language models (LLMs) with human preferences is critical for enhancing LLMs' safety, helpfulness, humor, faithfulness, etc. Current reinforcement learning from human feedback (RLHF) mainly focuses on a fixed reward learned from average human ratings, which may weaken the adaptability and controllability of varying preferences. However, creating personalized LLMs requires aligning LLMs with individual human preferences, which is non-trivial due to the scarce data per user and the diversity of user preferences in multi-objective trade-offs, varying from emphasizing empathy in certain contexts to demanding efficiency and precision in others. Can we train one LLM to produce personalized outputs across different user preferences on the Pareto front? In this paper, we introduce Multi-Objective Control (MOC), which trains a single LLM to directly generate responses in the preference-defined regions of the Pareto front. Our approach introduces multi-objective optimization (MOO) principles into RLHF to train an LLM as a preference-conditioned policy network. We improve the computational efficiency of MOC by applying MOO at the policy level, enabling us to fine-tune a 7B-parameter model on a single A6000 GPU. Extensive experiments demonstrate the advantages of MOC over baselines in three aspects: (i) controllability of LLM outputs w.r.t. user preferences on the trade-off among multiple rewards; (ii) quality and diversity of LLM outputs, measured by the hyper-volume of multiple solutions achieved; and (iii) generalization to unseen preferences. These results highlight MOC's potential for real-world applications requiring scalable and customizable LLMs.