CLLGOct 17, 2023

Compositional preference models for aligning LMs

arXiv:2310.13011v227 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the lack of transparency and scalability in preference models for aligning LMs, offering a more interpretable and robust approach, though it is incremental as it builds on existing PM frameworks.

The authors tackled the problem of aligning language models with human preferences by proposing Compositional Preference Models (CPMs), which decompose preferences into interpretable features using a prompted LM and aggregate them with logistic regression, resulting in improved generalization and robustness compared to standard PMs, with best-of-n samples often preferred.

As language models (LMs) become more capable, it is increasingly important to align them with human preferences. However, the dominant paradigm for training Preference Models (PMs) for that purpose suffers from fundamental limitations, such as lack of transparency and scalability, along with susceptibility to overfitting the preference dataset. We propose Compositional Preference Models (CPMs), a novel PM framework that decomposes one global preference assessment into several interpretable features, obtains scalar scores for these features from a prompted LM, and aggregates these scores using a logistic regression classifier. Through these simple steps, CPMs allow to control which properties of the preference data are used to train the preference model and to build it based on features that are believed to underlie the human preference judgment. Our experiments show that CPMs not only improve generalization and are more robust to overoptimization than standard PMs, but also that best-of-n samples obtained using CPMs tend to be preferred over samples obtained using conventional PMs. Overall, our approach demonstrates the benefits of endowing PMs with priors about which features determine human preferences while relying on LM capabilities to extract those features in a scalable and robust way.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes