Search papers, labs, and topics across Lattice.
This paper introduces MATO, a training-free framework for multi-objective personalized alignment of LLMs that uses test-time optimization to steer the relative importance of multiple objectives during decoding. MATO recovers preference rewards directly from the LLM using a reward discovery module and dynamically adjusts objective weights based on user preferences and the partially generated response. Experiments across multiple datasets and LLMs demonstrate that MATO outperforms strong baselines in achieving Pareto-improving multi-objective alignment and stronger steerability.
Forget costly training or reward models: MATO unlocks personalized LLM alignment by optimizing objective weights *during* generation, offering unprecedented control and adaptability.
Aligning large language models (LLMs) with diverse and multifaceted user preferences is a fundamental challenge in personalized AI systems. Existing multi-objective alignment methods either rely on costly training or require pre-trained reward models for each preference, making it difficult for them to adapt to evolving preferences. Prompt-based personalization offers a training-free alternative, but prompting alone often provides limited steerability, as LLMs may overemphasize or overlook certain preferences and fail to give users reliable control over the relative importance of different objectives when conflicts arise, leading to suboptimal alignment. In this paper, we introduce MATO, a training-free framework for Multi-objective personalized Alignment with Test-time Optimization. MATO formulates personalization as a test-time optimization problem that steers the relative importance of multiple objectives through controllable weights during decoding, without modifying model parameters or requiring external reward models. Specifically, a reward discovery module recovers preference rewards directly from the backbone LLM for diverse objectives specified in natural language, while a weight optimization module dynamically adjusts objective weights based on the user's initial preferences and the partially generated response to balance competing objectives during generation. The resulting rewards and weights jointly guide an online optimization procedure over the token distribution, enabling better alignment with the target objectives. Extensive experiments across multiple datasets and backbone LLMs show that MATO consistently outperforms strong baselines, achieving Pareto-improving multi-objective alignment and stronger steerability. These results highlight test-time optimization as a promising direction for scalable, controllable, and model-agnostic personalized alignment.