2024/01/23 by Maxim Khanov, Khanov, Maxim, Jirayu Burapacheep +3 · 38 citations
Business, Management and Accounting · Computer Science · Psychology · #Artificial Intelligence (cs.AI) #Artificial intelligence #Computation and Language (cs.CL) #Computer science #Consumer Market Behavior and Pricing #FOS: Computer and information sciences #Machine Learning (cs.LG) #Psychology #Semantic Web and Ontologies
paper · pdf · doi:10.48550/arxiv.2402.01694
published in arXiv (Cornell University) (Cornell University)
openalex publication_date 2024/01/23 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
Aligning large language models with human objectives is paramount, yet common approaches including RLHF suffer from unstable and resource-intensive training. In response to this challenge, we introduce ARGS, Alignment as Reward-Guided Search, a novel framework that integrates alignment into the decoding process, eliminating the need for expensive RL training. By adjusting the model's probabilistic predictions using a reward signal, ARGS generates texts with semantic diversity while being aligned with human preferences, offering a promising and flexible solution for aligning language models. Notably, ARGS demonstrates consistent enhancements in average reward compared to baselines across diverse alignment tasks and various model dimensions. For example, under the same greedy-based decoding strategy, our method improves the average reward by 19.56% relative to the baseline and secures a preference or tie score of 64.33% in GPT-4 evaluation. We believe that our framework, emphasizing decoding-time alignment, paves the way for more responsive language models in the future. Code is publicly available at: \urlhttps://github.com/deeplearning-wisc/args.