Inverse-Q*: Token Level Reinforcement Learning for Aligning Large Language Models Without Preference Data
Han Xia, Songyang Gao, Qiming Ge, Zhiheng Xi, Qi Zhang, Xuanjing Huang
TL;DR
RLHF methods like PPO rely on reward models and complex optimization, which can hinder sample efficiency and stability. Inverse-Q* introduces token-level reinforcement learning without additional reward or value models by estimating a conditionally optimal policy $\pi^*(\cdot|\cdot)$ and performing reward imitation with auto reward assignment, aligning model outputs via token-level credit signals. Empirically, it matches or exceeds PPO in convergence speed and alignment quality across 7B/13B models on Anthropic-RLHF-HH and BeaverTail datasets, while reducing labeling and supervision needs. This approach offers a practical, robust alternative for efficient, low-resource RLHF, with token-level supervision that scales to diverse sampling outcomes and models in large-language-model alignment contexts.
Abstract
Reinforcement Learning from Human Feedback (RLHF) has proven effective in aligning large language models with human intentions, yet it often relies on complex methodologies like Proximal Policy Optimization (PPO) that require extensive hyper-parameter tuning and present challenges in sample efficiency and stability. In this paper, we introduce Inverse-Q*, an innovative framework that transcends traditional RL methods by optimizing token-level reinforcement learning without the need for additional reward or value models. Inverse-Q* leverages direct preference optimization techniques but extends them by estimating the conditionally optimal policy directly from the model's responses, facilitating more granular and flexible policy shaping. Our approach reduces reliance on human annotation and external supervision, making it especially suitable for low-resource settings. We present extensive experimental results demonstrating that Inverse-Q* not only matches but potentially exceeds the effectiveness of PPO in terms of convergence speed and the alignment of model responses with human preferences. Our findings suggest that Inverse-Q* offers a practical and robust alternative to conventional RLHF approaches, paving the way for more efficient and adaptable model training approaches.
