CLOct 9, 2023

Aligning Language Models with Human Preferences via a Bayesian Approach

arXiv:2310.05782v337 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the problem of subjective human preference alignment in natural language generation for applications like emotional support and rule generation, offering a novel approach to handle disagreements, though it is incremental in improving existing methods.

The paper tackles the challenge of aligning language models with human preferences by addressing disagreements in subjective feedback, proposing a Bayesian framework (d-PM) and contrastive learning to improve training. The method outperforms previous state-of-the-art models on emotional support conversation and integrity generation tasks in both automatic and human evaluations.

In the quest to advance human-centric natural language generation (NLG) systems, ensuring alignment between NLG models and human preferences is crucial. For this alignment, current popular methods leverage a reinforcement learning (RL) approach with a reward model trained on feedback from humans. However, inherent disagreements due to the subjective nature of human preferences pose a significant challenge for training the reward model, resulting in a deterioration of the NLG performance. To tackle this issue, previous approaches typically rely on majority voting or averaging to consolidate multiple inconsistent preferences into a merged one. Although straightforward to understand and execute, such methods suffer from an inability to capture the nuanced degrees of disaggregation among humans and may only represent a specialized subset of individuals, thereby lacking the ability to quantitatively disclose the universality of human preferences. To address this challenge, this paper proposes a novel approach, which employs a Bayesian framework to account for the distribution of disagreements among human preferences as training a preference model, and names it as d-PM. Besides, considering the RL strategy's inefficient and complex training process over the training efficiency, we further propose utilizing the contrastive learning strategy to train the NLG model with the preference scores derived from the d-PM model. Extensive experiments on two human-centric NLG tasks, i.e., emotional support conversation and integrity "Rule-of-Thumb" generation, show that our method consistently exceeds previous SOTA models in both automatic and human evaluations.

Code Implementations1 repo
Foundations

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

Your Notes