Theoretical Analysis of Weak-to-Strong Generalization
Hunter Lang, David Sontag, Aravindan Vijayaraghavan
TL;DR
The paper studies how a strong model trained with weak, incomplete, or imperfect pseudolabels can exhibit weak-to-strong generalization, including correcting the teacher’s errors and generalizing to areas without labels. It introduces expansion-based bounds that explicitly capture pseudolabel correction and coverage expansion, and extends them to average-case robustness via robust expansion. A key contribution is formal definitions of expanding families and a statistical framework to check expansion from finite data, enabling empirical validation. The authors connect their results to co-training, self-training, and domain adaptation literature, and demonstrate with experiments that expansion properties can be observed in practice and align with bound behavior. Overall, the work provides a theoretical and empirical framework to understand when weak supervision yields strong generalization and how to verify it in real data settings.
Abstract
Strong student models can learn from weaker teachers: when trained on the predictions of a weaker model, a strong pretrained student can learn to correct the weak model's errors and generalize to examples where the teacher is not confident, even when these examples are excluded from training. This enables learning from cheap, incomplete, and possibly incorrect label information, such as coarse logical rules or the generations of a language model. We show that existing weak supervision theory fails to account for both of these effects, which we call pseudolabel correction and coverage expansion, respectively. We give a new bound based on expansion properties of the data distribution and student hypothesis class that directly accounts for pseudolabel correction and coverage expansion. Our bounds capture the intuition that weak-to-strong generalization occurs when the strong model is unable to fit the mistakes of the weak teacher without incurring additional error. We show that these expansion properties can be checked from finite data and give empirical evidence that they hold in practice.
