Efficient Model-agnostic Alignment via Bayesian Persuasion
Fengshuo Bai, Mingzhi Wang, Zhaowei Zhang, Boyuan Chen, Yinda Xu, Ying Wen, Yaodong Yang
TL;DR
This work reframes LLM alignment as Bayesian persuasion between a small Advisor and large Receivers, enabling a parameter-efficient, model-agnostic signaling approach that does not require retraining large models. By optimizing signals under a prior $\mu_x^0$ to influence Receiver beliefs $\mu_x^g$, the framework achieves improved outputs with a sublinear regret bound $R_T = O(m^{3/2} \sqrt{T \log T})$ and notable empirical gains on math and code tasks across diverse Receivers. Theoretical and empirical results demonstrate that a lightweight Advisor (e.g., GPT-2 or Phi-2) can meaningfully enhance the performance of fixed large models, suggesting a scalable direction for alignment that reduces ground-truth labeling needs. Overall, the paper advocates information-design principles as a practical and generalizable route to efficient alignment with black-box models, with robust potential for broader tasks.
Abstract
With recent advancements in large language models (LLMs), alignment has emerged as an effective technique for keeping LLMs consensus with human intent. Current methods primarily involve direct training through Supervised Fine-tuning (SFT) or Reinforcement Learning from Human Feedback (RLHF), both of which require substantial computational resources and extensive ground truth data. This paper explores an efficient method for aligning black-box large models using smaller models, introducing a model-agnostic and lightweight Bayesian Persuasion Alignment framework. We formalize this problem as an optimization of the signaling strategy from the small model's perspective. In the persuasion process, the small model (Advisor) observes the information item (i.e., state) and persuades large models (Receiver) to elicit improved responses. The Receiver then generates a response based on the input, the signal from the Advisor, and its updated belief about the information item. Through training using our framework, we demonstrate that the Advisor can significantly enhance the performance of various Receivers across a range of tasks. We theoretically analyze our persuasion framework and provide an upper bound on the Advisor's regret, confirming its effectiveness in learning the optimal signaling strategy. Our Empirical results demonstrates that GPT-2 can significantly improve the performance of various models, achieving an average enhancement of 16.1% in mathematical reasoning ability and 13.7% in code generation. We hope our work can provide an initial step toward rethinking the alignment framework from the Bayesian Persuasion perspective.
