2023

Automatic Pair Construction for Contrastive Post-training

Xu, Canwen, Rosset, Corby, Chau, Ethan C. et al.

Understand

Alignment serves as an important step to steer large language models (LLMs) towards human preferences.

  • In this paper, we propose an automatic way to construct contrastive data for LLM, using preference pairs from multiple models of varying strengths (e.g., InstructGPT, ChatGPT and GPT-4).
  • We compare the contrastive techniques of SLiC and DPO to SFT baselines and find that DPO provides a step-function improvement even after continuing SFT saturates.
  • We also explore a data curriculum learning scheme for contrastive post-training, which starts by learning from "easier" pairs and transitioning to "harder" ones, which further improves alignment.

Reading the bibliography…