2023

Compositional preference models for aligning LMs

Go, Dongyoung, Korbak, Tomasz, Kruszewski, Germán et al.

Understand

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.

Reading the bibliography…