Generalizing while preserving monotonicity in comparison-based preference learning models
Julien Fageot, Peva Blanchard, Gilles Bareilles, Lê-Nguyên Hoang
TL;DR
This work investigates monotonicity guarantees in comparison-based preference learning and identifies that many existing models fail to preserve a previously preferred item's score after updates. It introduces Linear Generalized Bradley-Terry with Diffusion Priors, which combines linear embeddings and a prior similarity structure to generalize to uncompared alternatives while preserving monotonicity under suitable embeddings. A key contribution is the notion of good embeddings and the proof that diffusion embeddings (including one-hot encodings) are good, yielding monotonicity. Empirically, diffusion-prior models achieve higher accuracy with limited data and show benefits on real-world data, such as YouTube video rankings, indicating practical impact for trustworthy preference learning systems.
Abstract
If you tell a learning model that you prefer an alternative $a$ over another alternative $b$, then you probably expect the model to be monotone, that is, the valuation of $a$ increases, and that of $b$ decreases. Yet, perhaps surprisingly, many widely deployed comparison-based preference learning models, including large language models, fail to have this guarantee. Until now, the only comparison-based preference learning algorithms that were proved to be monotone are the Generalized Bradley-Terry models. Yet, these models are unable to generalize to uncompared data. In this paper, we advance the understanding of the set of models with generalization ability that are monotone. Namely, we propose a new class of Linear Generalized Bradley-Terry models with Diffusion Priors, and identify sufficient conditions on alternatives' embeddings that guarantee monotonicity. Our experiments show that this monotonicity is far from being a general guarantee, and that our new class of generalizing models improves accuracy, especially when the dataset is limited.
