Weak-to-Strong Generalization under Distribution Shifts
Myeongho Jeon, Jan Sobotka, Suhwan Choi, Maria Brbić
TL;DR
This paper addresses weak-to-strong generalization under distribution shifts, where weak annotators trained on different data can mislead a strong model during fine-tuning. It proposes RAVEN, a robust framework that learns adaptive weights for weak models and jointly trains the strong model, augmented by an easy-sample guided initialization to bootstrap learning. Across image and text classification and preference alignment, RAVEN delivers substantial out-of-distribution gains (e.g., ~55–57% PGR improvements and notable accuracy gains) while still performing well in-distribution, and it tends to assign higher weights to more reliable weak annotators without GT access. The work combines theoretical insights and extensive experiments to show that robust ensemble supervision can be automatically leveraged to approach ground-truth performance under distribution shifts, with practical benefits for scalable alignment of high-capability models.
Abstract
As future superhuman models become increasingly complex, accurately supervising their behavior may exceed human capabilities. Recent works have demonstrated that in such scenarios, weak models can effectively supervise strong models, a phenomenon known as weak-to-strong generalization. However, we find that naive weak-to-strong generalization fails under distribution shifts, often leading to worse performance of the strong model than its weak supervisors. To address this, we propose RAVEN, a robust weak-to-strong generalization framework that dynamically learns the optimal combinations of weak models in addition to parameters of the strong model. We demonstrate the effectiveness of RAVEN on image classification, text classification, and preference alignment tasks. RAVEN outperforms alternative baselines by over 30% on out-of-distribution tasks while matching or surpassing existing methods on in-distribution tasks. Moreover, our results show that RAVEN assigns higher weights to more accurate weak models, demonstrating its ability to automatically identify trustworthy supervision.
