paper-with-me

홈 › Papers

Aligning Language Models with Human Preferences via a Bayesian Approach

2023-10-09 · NeurIPS 2023 11 · Jiashuo Wang, Haozhao Wang, Shichao Sun, Wenjie Li

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.

📄 PDF Abstract BibTeX arXiv:2310.05782

Code (1)

wangjs9/aligned-dpm 공식 구현 pytorch

Tasks

Contrastive LearningReinforcement Learning (RL)Text Generation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Aligning language models with human preferences

2024-04-18 · Tomasz Korbak

Language models (LMs) trained on vast quantities of text data can acquire sophisticated skills such as generating summaries, answering questions or generating code. However, they also manifest behaviors that violate huma…

Bayesian Inference

Aligning Crowd Feedback via Distributional Preference Reward Modeling

2024-02-15 · Dexun Li, Cong Zhang, Kuicai Dong, Derrick Goh Xin Deik 외

Deep Reinforcement Learning is widely used for aligning Large Language Models (LLM) with human preference. However, the conventional reward modelling is predominantly dependent on human annotations provided by a select c…

Deep Reinforcement Learning

Aligning Model Evaluations with Human Preferences: Mitigating Token Count Bias in Language Model Assessments

2024-07-05 · Roland Daynauth, Jason Mars

The SLAM paper demonstrated that on-device Small Language Models (SLMs) are a viable and cost-effective alternative to API-based Large Language Models (LLMs), such as OpenAI's GPT-4, offering comparable performance and s…

Language ModelingLanguage Modellingmodel

Statistical Impossibility and Possibility of Aligning LLMs with Human Preferences: From Condorcet Paradox to Nash Equilibrium

2025-03-14 · Kaizhao Liu, Qi Long, Zhekun Shi, Weijie J. Su 외

Aligning large language models (LLMs) with diverse human preferences is critical for ensuring fairness and informed outcomes when deploying these models for decision-making. In this paper, we seek to uncover fundamental …

Fairness

Bayesian Preference Elicitation with Language Models

2024-03-08 · Kunal Handa, Yarin Gal, Ellie Pavlick, Noah Goodman 외

Aligning AI systems to users' interests requires understanding and incorporating humans' complex values and preferences. Recently, language models (LMs) have been used to gather information about the preferences of human…

Experimental Design