Toward Optimal LLM Alignments Using Two-Player Games
Rui Zheng, Hongyi Guo, Zhihan Liu, Xiaoying Zhang, Yuanshun Yao, Xiaojun Xu, Zhaoran Wang, Zhiheng Xi, Tao Gui, Qi Zhang, Xuanjing Huang, Hang Li, Yang Liu
TL;DR
The paper reframes LLM alignment as a two-player game between an adversarial prompt generator and a defensive responder, introducing Game-theoretical Preference Optimization (GPO) and a diversity-aware prompt mechanism. It proves convergence to a Nash Equilibrium of the induced zero-sum game and provides an $\,O(T^{-1/2})$ bound on the Nash gap for averaged policies, including an entropy-regularized variant. Empirically, the approach yields improved safety under RLHF comparisons and stronger, more diverse jailbreak prompts, demonstrating enhanced generalization for both agents across safety and jailbreak tasks. The work highlights continuous red-teaming as a practical, adaptive partner for defensive LLM training and outlines avenues to extend the framework to broader domains and align with complementary methods.
Abstract
The standard Reinforcement Learning from Human Feedback (RLHF) framework primarily focuses on optimizing the performance of large language models using pre-collected prompts. However, collecting prompts that provide comprehensive coverage is both tedious and challenging, and often fails to include scenarios that LLMs need to improve on the most. In this paper, we investigate alignment through the lens of two-agent games, involving iterative interactions between an adversarial and a defensive agent. The adversarial agent's task at each step is to generate prompts that expose the weakness of the defensive agent. In return, the defensive agent seeks to improve its responses to these newly identified prompts it struggled with, based on feedback from the reward model. We theoretically demonstrate that this iterative reinforcement learning optimization converges to a Nash Equilibrium for the game induced by the agents. Experimental results in safety scenarios demonstrate that learning in such a competitive environment not only fully trains agents but also leads to policies with enhanced generalization capabilities for both adversarial and defensive agents.
