AICLFeb 5, 2024

DeAL: Decoding-time Alignment for Large Language Models

arXiv:2402.06147v356 citationsh-index: 16ACL
AI Analysis

This addresses the limitation of current alignment methods for LLMs by enabling user-customized rewards and decoding-time control, though it is incremental as it builds upon existing strategies.

The paper tackles the problem of aligning large language models with human preferences by proposing DeAL, a decoding-time alignment framework that allows customization of reward functions and improves adherence to alignment objectives, such as harmlessness and helpfulness, while being complementary to existing methods like RLHF.

Large Language Models (LLMs) are nowadays expected to generate content aligned with human preferences. Current work focuses on alignment at model training time, through techniques such as Reinforcement Learning with Human Feedback (RLHF). However, it is unclear if such methods are an effective choice to teach alignment objectives to the model. First, the inability to incorporate multiple, custom rewards and reliance on a model developer's view of universal and static principles are key limitations. Second, the reliability of such approaches is also questionable (e.g. susceptibility to jailbreaking even after safety training). To address these issues, we propose DeAL, a framework that allows the user to customize reward functions and enables Decoding-time Alignment of LLMs (DeAL). At its core, we view decoding as a heuristic-guided search process and facilitate the use of a wide variety of alignment objectives. Our experiments with programmatic constraints such as keyword and length constraints, and abstract objectives such as harmlessness and helpfulness, show that we can DeAL with fine-grained trade-offs and improve adherence to alignment objectives. Lastly, we demonstrate that DeAL is largely complementary to existing alignment strategies, and can be effectively paired with RLHF and prompting techniques to achieve better alignment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes