arXiv:2602.09538cs.CL2026-02被引 4

统一奖励模型让大模型生成更贴合多重用户偏好。

UniARM: Towards a Unified Autoregressive Reward Model for Multi-Objective Test-Time Alignment

  • 用共享低秩适配+偏好调制,避免特征混淆。
  • 单个模型同时处理多目标偏好,推理时灵活权衡。
  • 适合需要精准控制输出风格的场景,如客服、内容生成。

多目标对齐旨在使大语言模型输出符合多个用户偏好目标。现有方法通过自回归奖励模型(ARM)引导冻结的LLM生成,实现低成本的测试时对齐。但这些方法通常为每个偏好目标独立设置参数:要么在各偏好维度上分别训练ARM,忽略偏好特征间的交互;要么使用单一ARM搭配独立特征提取模块,导致特征纠缠。这两种策略均可能导致生成结果与用户偏好错位。为此,本文提出偏好调制与共享低秩适配(MoSLoRA),先通过无偏好感知模块提取共享特征,再通过依赖混合偏好向量的调制模块对共享特征进行仿射变换。该设计有效缓解特征纠缠,实现在推理时对偏好权衡的精准控制。基于此,我们构建了统一自回归奖励模型(UniARM),将所有偏好维度联合建模于同一参数空间,无需为每个偏好目标单独配置参数。该框架可扩展至更大规模的LLM,显著提升实际可用性。

原文摘要 · Abstract (English)

Multi-objective alignment aims to align LLM responses with multiple human preference objectives. Among existing methods, guiding the generation of frozen LLMs through autoregressive reward models (ARMs) to accomplish multi-objective test-time alignment is a low-cost solution. However, these methods typically rely on independent parameters for each preference objective, either by training ARMs independently across preference dimensions, which neglects interactions among preference features, or by training a single ARM with separate feature extraction modules for each preference, which can cause feature entanglement. Both strategies can result in misalignment between generated outputs and user preferences. To address this limitation, we propose Preference-Modulated \& Shared Low-Rank Adaptation (MoSLoRA) for ARM training, which first extracts shared features via a preference-agnostic module and then applies affine transformations to shared features via a preference modulation module conditioned on mixed preference vectors. This design mitigates feature entanglement and enables precise control over preference trade-offs during inference. Building on this, we introduce the Unified Autoregressive Reward Model (UniARM), a novel framework for multi-objective test-time alignment. UniARM jointly models all preference dimensions in a single parameter space, eliminating the need for independent parameters for each preference objective. es on larger-scale LLMs, enhancing its practical usability.

大模型对齐奖励模型多目标生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。