Multi-objective Large Language Model Alignment with Hierarchical Experts
Zhuo Li, Guodong Du, Weiyang Guo, Yigeng Zhou, Xiucheng Li, Wenya Wang, Fangming Liu, Yequan Wang, Deheng Ye, Min Zhang, Jing Li
TL;DR
This work tackles the challenge of aligning LLMs to diverse human objectives by introducing HoE, a hierarchical Mixture-of-Experts framework that is lightweight, parameter-efficient, and plug-and-play. HoE decomposes multi-objective alignment into single-preference subproblems, leveraging off-the-shelf single-objective models to build compact LoRA experts via task-SVD, and synthesizes multi-objective capabilities through model merging. A lightweight router expert ensemble plus a tertiary preference routing module enables dynamic, input-conditioned activation of LoRA experts, with Tchebycheff scalarization optimized via Online Mirror Descent within a PPO framework to robustly cover the Pareto frontier. Empirically, HoE achieves superior Pareto fronts across 14 objectives, 200 preferences, and 6 benchmarks, outperforming 15 baselines while reducing training and inference costs, and generalizes to unseen datasets and tasks, indicating strong practical impact for scalable, user-preference-driven LLM alignment.
Abstract
Aligning large language models (LLMs) to simultaneously satisfy multiple objectives remains a significant challenge, especially given the diverse and often conflicting nature of human preferences. Existing alignment methods struggle to balance trade-offs effectively, often requiring costly retraining or yielding suboptimal results across the Pareto frontier of preferences. In this paper, we introduce \textit{HoE}(Hierarchical Mixture-of-Experts), a \textit{lightweight}, \textit{parameter-efficient}, and \textit{plug-and-play} approach that eliminates the need for model training, while enabling LLMs to adapt across the entire Pareto frontier and accommodate diverse user preferences. In particular, \textit{HoE} consists of three hierarchical components: LoRA Experts, Router Experts and Preference Routing, reaching optimal Pareto frontiers and achieving a trade-off between parameter size, training cost, and performance. We evaluate \textit{HoE} across various tasks on 14 objectives and 200 different preferences among 6 benchmarks, demonstrating superior performance over 15 recent baselines. Code is available in the supplementary materials.
