Revisiting Weak-to-Strong Generalization in Theory and Practice: Reverse KL vs. Forward KL
Wei Yao, Wenkai Yang, Ziqiao Wang, Yankai Lin, Yong Liu
TL;DR
This work addresses weak-to-strong generalization in AI alignment by replacing forward KL/CE losses with reverse KL and reverse CE in the W2SG setting. It provides universal and tightened information-theoretic bounds, proving that reverse losses offer comparable guarantees and can even outperform the weak supervisor under certain conditions, especially after last-layer fine-tuning. Empirically, reverse KL and reverse CE yield superior performance over forward KL and standard CE across multiple model scales and alignment tasks (CAI-Harmless and HH-RLHF), and show increased resilience to label noise, with regularization offering additional gains. The results have practical implications for robustly leveraging weaker supervision to train stronger, safer models in high-stakes settings, while acknowledging potential overconfidence under extreme noise and the need for careful regularization and model design.
Abstract
As large language models advance toward superhuman performance, ensuring their alignment with human values and abilities grows increasingly complex. Weak-to-strong generalization offers a promising approach by leveraging predictions from weaker models to guide stronger systems, but its effectiveness could be constrained by the inherent noise and inaccuracies in these weak predictions. To address this, we propose a theoretically grounded approach that replaces forward KL divergence-whose mass-covering behavior risks overfitting to imperfect weak signals-with reverse KL divergence. Reverse KL divergence's zero-forcing effect prioritizes high-confidence predictions, effectively mitigating the influence of unreliable weak supervision. Theoretically, we extend existing bounds and derive tighter lower bounds for both forward and reverse KL divergence, establishing that reverse KL achieves at least comparable guarantees to forward KL. Notably, when a sufficiently pre-trained strong model is fine-tuned on the last linear layer, reverse KL guarantees that it outperforms its weak supervisor by the magnitude of their disagreement. Empirically, we demonstrate that reverse KL and reverse cross-entropy enable strong models to successfully outperform those trained with forward KL and standard cross-entropy across most settings, highlighting the practical advantages of these reverse losses.
