Linear Alignment: A Closed-form Solution for Aligning Human Preferences without Tuning and Feedback
Songyang Gao, Qiming Ge, Wei Shen, Shihan Dou, Junjie Ye, Xiao Wang, Rui Zheng, Yicheng Zou, Zhi Chen, Hang Yan, Qi Zhang, Dahua Lin
TL;DR
Linear Alignment addresses the resource-intensive RLHF pipeline by proposing a closed-form, tuning-free method to align LLMs with human preferences in one inference step. It builds a local linear approximation to the policy optimization objective under a divergence constraint and uses Self-Contrastive Decoding to estimate the optimization direction without data labeling or training. The method achieves competitive performance compared to PPO-based RLHF on general preferences and demonstrates strong gains on personalized preferences, with modest increases in inference cost. The work contributes a principled, parameter-free alignment paradigm and an open-source dataset to benchmark personalization in LLMs.
Abstract
The success of AI assistants based on Language Models (LLMs) hinges on Reinforcement Learning from Human Feedback (RLHF) to comprehend and align with user intentions. However, traditional alignment algorithms, such as PPO, are hampered by complex annotation and training requirements. This reliance limits the applicability of RLHF and hinders the development of professional assistants tailored to diverse human preferences. In this work, we introduce \textit{Linear Alignment}, a novel algorithm that aligns language models with human preferences in one single inference step, eliminating the reliance on data annotation and model training. Linear alignment incorporates a new parameterization for policy optimization under divergence constraints, which enables the extraction of optimal policy in a closed-form manner and facilitates the direct estimation of the aligned response. Extensive experiments on both general and personalized preference datasets demonstrate that linear alignment significantly enhances the performance and efficiency of LLM alignment across diverse scenarios. Our code and dataset is published on \url{https://github.com/Wizardcoast/Linear_Alignment.git}.
