paper-with-me

Papers

Aligning to What? Limits to RLHF Based Alignment

2025-03-12 · Logan Barnhart, Reza Akbarian Bafghi, Stephen Becker, Maziar Raissi

Reinforcement Learning from Human Feedback (RLHF) is increasingly used to align large language models (LLMs) with human preferences. However, the effectiveness of RLHF in addressing underlying biases remains unclear. This study investigates the relationship between RLHF and both covert and overt biases in LLMs, particularly focusing on biases against African Americans. We applied various RLHF techniques (DPO, ORPO, and RLOO) to Llama 3 8B and evaluated the covert and overt biases of the resulting models using matched-guise probing and explicit bias testing. We performed additional tests with DPO on different base models and datasets; among several implications, we found that SFT before RLHF calcifies model biases. Additionally, we extend the tools for measuring biases to multi-modal models. Through our experiments we collect evidence that indicates that current alignment techniques are inadequate for nebulous tasks such as mitigating covert biases, highlighting the need for capable datasets, data curating techniques, or alignment tools.

📄 PDF Abstract BibTeX arXiv:2503.09025

Code (1)

loganbarnhart01/aligning-to-what 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

DPO 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…
BASE 설명 없음
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

ChatGLM-RLHF: Practices of Aligning Large Language Models with Human Feedback

2024-04-01 · Zhenyu Hou, Yilin Niu, Zhengxiao Du, Xiaohan Zhang 외

ChatGLM is a free-to-use AI service powered by the ChatGLM family of large language models (LLMs). In this paper, we present the ChatGLM-RLHF pipeline -- a reinforcement learning from human feedback (RLHF) system -- desi…

Linear Alignment: A Closed-form Solution for Aligning Human Preferences without Tuning and Feedback

2024-01-21 · Songyang Gao, Qiming Ge, Wei Shen, Shihan Dou 외

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 PP…

Form

The Neutral Mask: How RLHF Provides Shallow Alignment while Leaving Partisan Structure Intact in a Large Language Model

2026-06-08 · Wendy K. Tam arxiv

The ambition behind alignment training is to make large language models safe and useful. The primary mechanism, reinforcement learning from human feedback (RLHF), shapes the behavior of deployed language models by aligni…

Reinforcement Learning

AI Alignment and Social Choice: Fundamental Limitations and Policy Implications

2023-10-24 · Abhilash Mishra

Aligning AI agents to human intentions and values is a key bottleneck in building safe and deployable AI applications. But whose values should AI agents be aligned with? Reinforcement learning with human feedback (RLHF) …

A Good Plan is Hard to Find: Aligning Models with Preferences is Misaligned with What Helps Users

2025-09-23 · Nishant Balepur, Matthew Shu, Yoo Yeon Sung, Seraphina Goldfarb-Tarrant 외 arxiv

To assist users in complex tasks, LLMs generate plans: step-by-step instructions towards a goal. While alignment methods aim to ensure LLM plans are helpful, they train (RLHF) or evaluate (ChatbotArena) on what users pre…

Question Similarity