Reusing Embeddings: Reproducible Reward Model Research in Large Language Model Alignment without GPUs
Hao Sun, Yunyi Shen, Jean-Francois Ton, Mihaela van der Schaar
TL;DR
This paper argues that reward models in RLHF are hindered by high computation and reproducibility barriers. It proposes embedding-based reward models, where inputs are embeddings rather than full LLM prompts, to reduce training/evaluation costs and improve reproducibility. Through a case study reproducing reward-model ensemble findings on CPU-only hardware, it demonstrates stable performance, scalable evaluation, and efficient inference-time optimization, while highlighting scenarios where embedding-based methods excel or underperform relative to LLM-based approaches. The work aims to democratize reward-model research, encourage public embedding assets, and spur developments in general-purpose reward embeddings for safer, more effective LLM deployments.
Abstract
Large Language Models (LLMs) have made substantial strides in structured tasks through Reinforcement Learning (RL), demonstrating proficiency in mathematical reasoning and code generation. However, applying RL in broader domains like chatbots and content generation -- through the process known as Reinforcement Learning from Human Feedback (RLHF) -- presents unique challenges. Reward models in RLHF are critical, acting as proxies that evaluate the alignment of LLM outputs with human intent. Despite advancements, the development of reward models is hindered by challenges such as computational heavy training, costly evaluation, and therefore poor reproducibility. We advocate for using embedding-based input in reward model research as an accelerated solution to those challenges. By leveraging embeddings for reward modeling, we can enhance reproducibility, reduce computational demands on hardware, improve training stability, and significantly reduce training and evaluation costs, hence facilitating fair and efficient comparisons in this active research area. We then show a case study of reproducing existing reward model ensemble research using embedding-based reward models. We discussed future avenues for research, aiming to contribute to safer and more effective LLM deployments.
