MAESTRO: Meta-learning Adaptive Estimation of Scalarization Trade-offs for Reward Optimization
Yang Zhao, Hepeng Wang, Xiao Ding, Yangou Ouyang, Bibo Cai, Kai Xiong, Jinglong Gao, Zhouhao Sun, Li Du, Bing Qin, Ting Liu
TL;DR
MAESTRO tackles open-domain LLM alignment by reframing reward scalarization as a context-dependent decision. A lightweight Conductor network uses terminal hidden states to select among $K=5$ reward components, forming a dynamic scalarization that feeds a GRPO-based inner loop while a meta-objective updates the Conductor with group-relative advantages in an asynchronous bi-time-scale scheme. This contextual bandit and bi-level setup enables co-evolution of adaptively weighted evaluative criteria and generation strategies, yielding stronger multi-objective performance across seven open-domain benchmarks with preserved or improved training efficiency. The approach demonstrates that reward composition should be context-aware rather than fixed, enabling flexible balancing of rigor, creativity, and format validity in open-ended generation.
Abstract
Group-Relative Policy Optimization (GRPO) has emerged as an efficient paradigm for aligning Large Language Models (LLMs), yet its efficacy is primarily confined to domains with verifiable ground truths. Extending GRPO to open-domain settings remains a critical challenge, as unconstrained generation entails multi-faceted and often conflicting objectives - such as creativity versus factuality - where rigid, static reward scalarization is inherently suboptimal. To address this, we propose MAESTRO (Meta-learning Adaptive Estimation of Scalarization Trade-offs for Reward Optimization), which introduces a meta-cognitive orchestration layer that treats reward scalarization as a dynamic latent policy, leveraging the model's terminal hidden states as a semantic bottleneck to perceive task-specific priorities. We formulate this as a contextual bandit problem within a bi-level optimization framework, where a lightweight Conductor network co-evolves with the policy by utilizing group-relative advantages as a meta-reward signal. Across seven benchmarks, MAESTRO consistently outperforms single-reward and static multi-objective baselines, while preserving the efficiency advantages of GRPO, and in some settings even reducing redundant generation.
