Table of Contents
Fetching ...

Differential Voting: Loss Functions For Axiomatically Diverse Aggregation of Heterogeneous Preferences

Zhiyu An, Duaa Nakshbandi, Wan Du

TL;DR

The paper addresses how RLHF-style preference aggregation implicitly selects a voting rule and argues that this choice encodes normative assumptions. It introduces Differential Voting, a framework of differentiable, instance-wise losses whose population optima correspond to classical voting rules such as BTL/majority, Copeland, and Kemeny, and analyzes their gradient fields and limiting behavior. The contributions include differentiable surrogates for Copeland and Kemeny, rigorous consistency results, axiomatic analyses, and controlled experiments that reveal how loss geometry shapes aggregation under heterogeneous preferences. This work enables explicit design choices over normative guarantees and optimization stability in alignment pipelines, offering principled trade-offs between axioms and practical learnability. The results demonstrate that loss design is not merely a statistical surrogate but a mechanism that determines the social-choice behavior of the learned reward function in RLHF contexts.

Abstract

Reinforcement learning from human feedback (RLHF) implicitly aggregates heterogeneous human preferences into a single utility function, even though the underlying utilities of the participants are in practice diverse. Hence, RLHF can be viewed as a form of voting, where the aggregation mechanism is defined by the loss function. Although Arrow's Impossibility Theorem suggests that different mechanisms satisfy different sets of desirable axioms, most existing methods rely on a single aggregation principle, typically the Bradley-Terry-Luce (BTL) model, which corresponds to Borda count voting. This restricts the axiomatic properties of the learned reward and obscures the normative assumptions embedded in optimization. In this work, we introduce Differential Voting, a unifying framework that constructs instance-wise, differentiable loss functions whose population-level optima provably correspond to distinct classical voting rules. We develop differentiable surrogates for majority-based aggregation (BTL), Copeland, and Kemeny rules, and formally analyze their calibration properties, gradient fields, and limiting behavior as smoothing parameters vanish. For each loss, we establish consistency with the corresponding social choice rule and characterize the axioms it satisfies or violates. Our analysis shows how design choices in loss geometry-such as margin sensitivity and boundary concentration-directly translate into normative aggregation behavior. Differential Voting makes preference aggregation an explicit and controllable design choice in RLHF, enabling principled trade-offs between axiomatic guarantees and optimization stability. Code to reproduce our experiments is open-sourced.

Differential Voting: Loss Functions For Axiomatically Diverse Aggregation of Heterogeneous Preferences

TL;DR

The paper addresses how RLHF-style preference aggregation implicitly selects a voting rule and argues that this choice encodes normative assumptions. It introduces Differential Voting, a framework of differentiable, instance-wise losses whose population optima correspond to classical voting rules such as BTL/majority, Copeland, and Kemeny, and analyzes their gradient fields and limiting behavior. The contributions include differentiable surrogates for Copeland and Kemeny, rigorous consistency results, axiomatic analyses, and controlled experiments that reveal how loss geometry shapes aggregation under heterogeneous preferences. This work enables explicit design choices over normative guarantees and optimization stability in alignment pipelines, offering principled trade-offs between axioms and practical learnability. The results demonstrate that loss design is not merely a statistical surrogate but a mechanism that determines the social-choice behavior of the learned reward function in RLHF contexts.

Abstract

Reinforcement learning from human feedback (RLHF) implicitly aggregates heterogeneous human preferences into a single utility function, even though the underlying utilities of the participants are in practice diverse. Hence, RLHF can be viewed as a form of voting, where the aggregation mechanism is defined by the loss function. Although Arrow's Impossibility Theorem suggests that different mechanisms satisfy different sets of desirable axioms, most existing methods rely on a single aggregation principle, typically the Bradley-Terry-Luce (BTL) model, which corresponds to Borda count voting. This restricts the axiomatic properties of the learned reward and obscures the normative assumptions embedded in optimization. In this work, we introduce Differential Voting, a unifying framework that constructs instance-wise, differentiable loss functions whose population-level optima provably correspond to distinct classical voting rules. We develop differentiable surrogates for majority-based aggregation (BTL), Copeland, and Kemeny rules, and formally analyze their calibration properties, gradient fields, and limiting behavior as smoothing parameters vanish. For each loss, we establish consistency with the corresponding social choice rule and characterize the axioms it satisfies or violates. Our analysis shows how design choices in loss geometry-such as margin sensitivity and boundary concentration-directly translate into normative aggregation behavior. Differential Voting makes preference aggregation an explicit and controllable design choice in RLHF, enabling principled trade-offs between axiomatic guarantees and optimization stability. Code to reproduce our experiments is open-sourced.
Paper Structure (42 sections, 8 theorems, 32 equations, 3 figures, 1 table)

This paper contains 42 sections, 8 theorems, 32 equations, 3 figures, 1 table.

Key Result

Proposition 1

Consider the conditional risk Thus, whenever $\eta\neq\tfrac{1}{2}$, minimizing the BTL loss recovers the correct pairwise majority direction.

Figures (3)

  • Figure 1: Population-level recovery of classical aggregation rules under smoothing. Top row: agreement with the Copeland winner; bottom row: Kendall distance to the Kemeny-optimal ranking. Soft Copeland and Soft Kemeny converge to their respective classical rules with appropriate $\tau$, while BTL remains misaligned across cyclic, near-tie, and transitive regimes.
  • Figure 2: Aggregation under heterogeneous (hidden-context) preferences. Left: Condorcet winner criterion; middle: distance to the Kemeny optimum; right: Copeland-winner agreement. Soft Copeland and Soft Kemeny inherit the axiomatic behavior of their classical counterparts, whereas BTL systematically violates Condorcet consistency as context mixtures vary.
  • Figure 3: Loss geometry analysis. Average gradient magnitude as a function of margin $\Delta$ at convergence. BTL concentrates gradients near zero margins, Soft Kemeny targets pairwise disagreement boundaries, and Soft Copeland exhibits tunable majority-style saturation controlled by $\beta$.

Theorems & Definitions (17)

  • Definition 1: BTL / logistic loss
  • Proposition 1: Pairwise majority calibration
  • Definition 2: Regularized Soft Copeland Loss
  • Theorem 1: Pairwise Copeland direction consistency with finite optima
  • proof
  • Theorem 2: Limit to classical Copeland counting
  • proof
  • Proposition 2: Neutrality and anonymity
  • proof
  • Proposition 3: Pairwise monotonicity
  • ...and 7 more