2023

The Wisdom of Hindsight Makes Language Models Better Instruction Followers

Zhang, Tianjun, Liu, Fangchen, Wong, Justin et al.

Understand

Reinforcement learning has seen wide success in finetuning large language models to better align with instructions via human feedback.

  • The so-called algorithm, Reinforcement Learning with Human Feedback (RLHF) demonstrates impressive performance on the GPT series models.
  • However, the underlying Reinforcement Learning (RL) algorithm is complex and requires an additional training pipeline for reward and value networks.
  • In this paper, we consider an alternative approach: converting feedback to instruction by relabeling the original one and training the model for better alignment in a supervised manner.

Reading the bibliography…