Procedural Fairness Failures in RLHF from Preference Averaging
Summary
This paper identifies procedural fairness failures in RLHF caused by averaging heterogeneous preferences, where majority groups dominate reward learning and minority preferences are under-represented. It proposes Preference-Aware RLHF (PA-RLHF), which improves alignment accuracy and reduces the fairness gap in controlled experiments.
View Cached Full Text
Cached at: 08/12/26, 08:27 AM
# Procedural Fairness Failures in RLHF from Preference Averaging Source: [https://arxiv.org/html/2608.10126](https://arxiv.org/html/2608.10126) M P V S GopinadhKarthik KamujuKummari AvinashMuppana John Joshua Srinivasa Raju Rudraraju Vishnu Institute of Technology mpavangopinadh@gmail\.com ###### Abstract Reinforcement Learning from Human Feedback \(RLHF\) aggregates heterogeneous preferences into a single reward model, assuming preference homogeneity\. When preferences are heterogeneous, this aggregation induces a procedural fairness failure where majority preference groups dominate reward learning while minority preferences are systematically under\-represented\. This work defines procedural fairness in alignment as preserving distinct preference signals during reward modeling and shows that standard RLHF violates this via preference averaging\. Preference\-Aware RLHF \(PA\-RLHF\) is introduced, separating optimization across preference modes at the reward learning stage\. In a controlled setting, PA\-RLHF improves overall alignment accuracy from 46\.9% to 67\.9% and reduces the fairness gap between best and worst aligned groups from 15\.9 to 9\.6 percentage points\. These results show that procedural fairness failures in alignment can arise from structural design choices in reward learning, even in controlled, noise\-free settings, with direct implications for large language models and agentic systems, where biased reward models can compound inequities across sequential decisions\. ## 1Introduction Large language models are increasingly deployed as general\-purpose systems serving diverse users and use cases\. As they interact with heterogeneous populations, expectations for their behavior vary substantially\. Preferences differ across dimensions such as verbosity, reasoning depth, and style\. These differences are often incompatible and not merely noisy\. Contemporary alignment pipelines, most notably Reinforcement Learning from Human Feedback \(RLHF\), aggregate such heterogeneous feedback into a single reward model, implicitly assuming that user preferences admit a shared normative targetZiegleret al\.\([2019](https://arxiv.org/html/2608.10126#bib.bib1)\); Ouyanget al\.\([2022](https://arxiv.org/html/2608.10126#bib.bib2)\)\. Standard RLHF optimizes a single reward model over aggregated preference data, causing preference influence to scale with dataset frequency\. Alignment behavior thus reflects prevalence alongside content, enabling majority preferences to dominate while systematically under\-optimizing minority groups\. This constitutes a procedural fairness failure, as the alignment objective itself disadvantages minority preferences even when groups are internally consistent\. In agentic systems, where reward models guide multi\-step planning and action, such early aggregation can repeatedly bias subsequent decisions, leading minority preferences to be persistently ignored over time\. Prior work on preference\-based alignment has primarily focused on personalization and controllability\. Latent\-variable preference models and preference\-conditioned reward learning enable adaptation to individual users without explicit labelsPoddaret al\.\([2024](https://arxiv.org/html/2608.10126#bib.bib3)\); Gonget al\.\([2025](https://arxiv.org/html/2608.10126#bib.bib4)\)\. Other approaches explore inference\-time control over multiple preference dimensions through conditional optimizationGuoet al\.\([2024](https://arxiv.org/html/2608.10126#bib.bib5)\)\. While effective at adapting models to users, these approaches do not address how the training objective itself prioritizes some preferences over others when preferences conflictKirket al\.\([2023](https://arxiv.org/html/2608.10126#bib.bib8)\)\. Recent work has largely evaluated fairness at the level of model outputs, with limited attention to how alignment procedures distribute optimization pressure across preference groups\. As a result, the role of preference aggregation in producing systematic group\-level misalignment remains under examinedXieet al\.\([2025](https://arxiv.org/html/2608.10126#bib.bib6)\); Alabi and Wick \([2024](https://arxiv.org/html/2608.10126#bib.bib7)\)\. This work identifies preference averaging in RLHF as a structural source of procedural unfairness that leads to systematic group\-level misalignment\. To address this, we introduce Preference\-Aware RLHF \(PA\-RLHF\), which separates reward optimization across preference modes to preserve heterogeneous preference signals during training\. In a controlled experimental setting, we show that this approach reduces fairness gaps and improves alignment accuracy across preference groups, demonstrating that procedural design choices in reward learning can directly shape group\-level alignment outcomes\. The analysis focuses on how aggregating heterogeneous preferences in RLHF shapes group\-level alignment, and whether separating reward learning improves fairness\. ## 2Methodology PA\-RLHF intervenes at the reward learning stage of RLHF by preventing heterogeneous preferences from collapsing into a single optimization objective\. The alignment process preserves distinct preference signals during reward learning\. ### 2\.1Experimental Setting and Preference Data This study evaluates PA\-RLHF in a controlled setting isolating preference aggregation effects under heterogeneity\. The dataset contains 971 pairwise comparisons from 60 simulated raters across 20 prompts\. Raters are programmatically assigned to three groups of 20, each with a distinct preference profile: concise responses \(20\-35 words, 85% within\-group consistency\), detailed responses \(60\-90 words, 85% consistency\), and technical/formal responses \(40\-60 words, 80% consistency\)\. Each rater evaluated 15\-18 randomly sampled prompts\. This controlled simulation isolates preference aggregation effects from annotation noise and demographic confounds\. Repeated preference comparisons reveal three latent preference groups characterized by internally consistent yet mutually conflicting alignment criteria—for example, preferences favoring concise answers over detailed explanations, or technical rigor over stylistic flexibility\. Each feedback instance consists of a prompt, two candidate responses, and a binary preference label\. Data are split by raters using a 75/25 train\-test partition\. Ground\-truth group assignments are used exclusively for evaluation\. The base language model is held fixed throughout reward learning to ensure that observed effects arise from preference aggregation over representation learning\. ### 2\.2Preference\-Aware RLHF Pipeline PA\-RLHF modifies reward learning by explicitly separating optimization across inferred preference modes\. Each preference comparison is embedded using fixed sentence\-level representations over prompt–response pairs\. Representations are clustered intok=3k=3preference modes, selected via silhouette score sweep overk=2k=2–66on held\-out data \(silhouette=0\.199=0\.199, ARI=0\.443=0\.443\)\. The low silhouette score reflects that preference groups differ stylistically, not semantically, producing soft geometric boundaries in embedding space\. ARI=0\.443=0\.443confirms meaningful alignment with ground\-truth group structure, supportingk=3k=3as a principled choice\. Fixing the number of modes isolates procedural effects from errors in preference discovery\. Adaptive mode selection is deferred to future work\. A separate reward model is trained for each mode using only the feedback assigned to that cluster, with a simple parametric model to isolate procedural effects and avoid confounding model capacity\. Reward learning proceeds independently within each mode, ensuring that optimization updates for one preference group are not influenced by the relative frequency of other, potentially conflicting preferences\. Clustering is used only to separate preference signals; the observed improvements arise from eliminating cross\-group interference during reward learning, not from clustering itself\. Prompt\-response pairs are embedded using all\-MiniLM\-L6\-v2 \(SBERT, 384\-dim, frozen weights\)\. User feature vectors are the mean of preferred\-response embeddings concatenated with a response\-length scalar \(385\-dim\), normalized to zero mean and unit variance\. Clustering uses K\-Means with 20 restarts \(seed 42\)\. The reward model is Logistic Regression trained on the concatenation of the prompt embedding and the difference between response embeddings \(768\-dim total\), approximating Bradley\-Terry pairwise preference\. Alignment is evaluated by scoring candidate responses using the corresponding preference\-specific reward model, without performing full policy optimization\. This separation ensures that minority preference modes receive comparable optimization attention to majority modes during reward learning, preventing dominance through aggregation\. By separating reward optimization across preference modes, PA\-RLHF ensures that no group’s influence is diminished solely due to lower prevalence, enforcing procedural fairness directly at alignment time\. ## 3Results Procedural fairness is assessed through group\-level alignment accuracy disaggregated by preference group \(Table[1](https://arxiv.org/html/2608.10126#S3.T1)\)\. Alignment accuracy measures agreement with group\-specific preference judgments\. Standard RLHF exhibits substantial group\-level imbalance despite moderate aggregate performance\. While overall alignment accuracy reaches 46\.9%, the most aligned preference group achieves 56\.2% accuracy, whereas the least aligned groups reach only 40\.3\-41\.2%, producing a fairness gap of 15\.9 percentage points between best and worst\-aligned preference groups\. PA\-RLHF directly addresses this outcome by separating reward learning across preference modes, reducing the fairness gap to 9\.6 percentage points \(a 40% reduction\)\. While PA\-RLHF substantially reduces the fairness gap, the residual 9\.6 pp difference suggests that clustering\-based separation alone does not eliminate all group\-level misalignment, motivating further procedural refinements\. Minority preference groups experience large absolute gains in alignment accuracy \(\+27\.6 and \+32\.8 percentage points\), while the majority group improves only marginally \(\+7\.3 percentage points\)\. These results show that aggregation reallocates optimization pressure toward majority preferences as a consequence of objective construction, producing predictable minority under\-alignment even in noise\-free settings\. Table 1:Alignment accuracy by preference group under standard RLHF and PA\-RLHF ## 4Discussion Procedural fairness in alignment requires that no preference group is systematically disadvantaged by the construction of the learning objective itself\. Standard RLHF enforces a single normative objective over inherently pluralistic preferences, producing a procedural fairness failure that systematically under\-aligns minority preference groups\. Downstream interventions address symptoms after deployment, whereas the inequities observed here originate upstream, at design time, through the construction of the learning objective itself\. Preserving preference heterogeneity during reward learning offers a principled alternative, suggesting that equitable alignment requires explicit structural accommodation of diversity rather than reliance on averaged objectives that obscure minority signals\. The goal of this work is diagnostic and scope\-limited: to isolate a procedural failure mode and establish its role in group\-level misalignment within RLHF\. The controlled setting isolates procedural effects but limits generalizability beyond this diagnostic context\. This study uses controlled preference data, fixed clustering assumptions, and intervenes only at the reward learning stage\. These choices clarify aggregation’s role in group\-level misalignment but defer questions of mode interpretability, adaptive clustering, and end\-to\-end deployment dynamics to future work\. Future work should extend these findings to production preference datasets and motivate procedural audits of alignment pipelines prior to deployment, particularly for agentic systems whose behavior compounds over time\. ## References - Reinforcement learning from human feedback: aligning ai systems with human preferences\.Cited by:[§1](https://arxiv.org/html/2608.10126#S1.p4.1)\. - Z\. Gong, J\. Guan, W\. Wu, H\. Zhang, and D\. Zhao \(2025\)Latent preference coding: aligning large language models via discrete latent codes\.arXiv preprint arXiv:2505\.04993\.Cited by:[§1](https://arxiv.org/html/2608.10126#S1.p3.1)\. - Y\. Guo, G\. Cui, L\. Yuan, N\. Ding, Z\. Sun, B\. Sun, H\. Chen, R\. Xie, J\. Zhou, Y\. Lin, Z\. Liu, and M\. Sun \(2024\)Controllable preference optimization: toward controllable multi\-objective alignment\.arXiv preprint arXiv:2402\.19085\.Cited by:[§1](https://arxiv.org/html/2608.10126#S1.p3.1)\. - H\. R\. Kirk, B\. Whitehouse, P\. Muhlgay, V\. Padmakumar, K\. Markert, Y\. Levine, S\. Shai, F\. Barez, A\. Dixit, A\. Liu, Q\. Liu, and Y\. Gal \(2023\)Personalisation within bounds: a risk taxonomy and policy framework for the alignment of large language models with personalised feedback\.arXiv preprint arXiv:2303\.05453\.Cited by:[§1](https://arxiv.org/html/2608.10126#S1.p3.1)\. - L\. Ouyang, J\. Wu, X\. Jiang, D\. Almeida, C\. Wainwright, P\. Mishkin, C\. Zhang, S\. Agarwal, K\. Slama, A\. Ray,et al\.\(2022\)Training language models to follow instructions with human feedback\.arXiv preprint arXiv:2203\.02155\.Cited by:[§1](https://arxiv.org/html/2608.10126#S1.p1.1)\. - S\. Poddar, Y\. Wan, H\. Ivison, A\. Gupta, and N\. Jaques \(2024\)Personalizing reinforcement learning from human feedback with variational preference learning\.arXiv preprint arXiv:2410\.16791\.Cited by:[§1](https://arxiv.org/html/2608.10126#S1.p3.1)\. - Z\. Xie, J\. Wu, Y\. Shen, Y\. Xia, X\. Li, A\. Chang, R\. Rossi, S\. Kumar, B\. P\. Majumder, J\. Shang, P\. Ammanabrolu, and J\. McAuley \(2025\)A survey on personalized and pluralistic preference alignment in large language models\.arXiv preprint arXiv:2504\.07070\.Cited by:[§1](https://arxiv.org/html/2608.10126#S1.p4.1)\. - D\. M\. Ziegler, N\. Stiennon, J\. Wu, T\. B\. Brown, A\. Radford, D\. Amodei, P\. Christiano, and G\. Irving \(2019\)Fine\-tuning language models from human preferences\.arXiv preprint arXiv:1909\.08593\.Cited by:[§1](https://arxiv.org/html/2608.10126#S1.p1.1)\.
Similar Articles
Fair Reinforcement Learning
Fair Reinforcement Learning introduces Democratic Alignment to incorporate multiple competing value sets from different agents, overcoming traditional RLHF limitations, and achieves orders of magnitude faster optimization via a black-box policy wrapper.
Hidden Consensus:Preference-Validity Compression in Human Feedback
This paper argues that standard RLHF's scalarization of human preferences collapses multiple valid interpretations into a single target, mis-measuring alignment in culturally plural societies. Analyzing a Malaysian dataset, they find 79% of prompts have multiple majority-supported responses that single-winner aggregation discards.
Mitigating Cognitive Bias in RLHF by Altering Rationality
This academic paper proposes a method to mitigate cognitive biases in Reinforcement Learning from Human Feedback (RLHF) by dynamically adjusting the rationality parameter based on LLM assessments of annotator reliability.
PAFO: Pareto Fairness Optimization for Personalized Reward Modeling
This paper proposes PAFO, a Pareto fairness optimization framework to mitigate personalized reward bias in reward models for LLMs, improving accuracy for minority user groups without harming majority groups.
Rater State Bias in RLHF Preference Data: An Audit Framework
This paper identifies and formalizes rater state bias in RLHF preference data, where annotator emotional state can confound preference labels. It proposes an audit framework with falsifiable predictions to detect such biases.