菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-25
📄 Abstract - MATO: Multi-objective Personalized Alignment with Test-time Optimization for Large Language Models

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.

顶级标签: llm model training
详细标签: personalized alignment multi-objective optimization test-time optimization reward modeling steerability 或 搜索:

MATO:基于测试时优化的多目标个性化大语言模型对齐方法 / MATO: Multi-objective Personalized Alignment with Test-time Optimization for Large Language Models


1️⃣ 一句话总结

本文提出MATO框架,无需额外训练或奖励模型,通过在解码阶段动态调整多个偏好目标的权重,并在生成过程中实时优化词概率分布,从而在不修改模型参数的前提下,灵活且可控地让大语言模型更好地匹配用户多样化的个性化需求。

源自 arXiv: 2605.25342