Weak-to-Strong Generalization Through the Data-Centric Lens
Changho Shin, John Cooper, Frederic Sala
TL;DR
This work proposes overlap density as a data-centric mechanism to explain weak-to-strong generalization, arguing that points containing both easy and hard patterns enable a strong model to learn hard patterns via supervision from a weaker model. It formalizes the mechanism, provides a theoretical expansion-based bound, and develops practical tools for overlap detection and data-source selection under budget constraints. Empirically, it validates the mechanism across large-language-model setups, weak supervision, and synthetic Gaussian-mixture experiments, showing that higher overlap density correlates with stronger generalization and that UCB-based data sourcing can maximize this effect. The results highlight a data-centric pathway to improve data efficiency in weak-to-strong learning and point to future work on richer pattern structures and more robust detection methods.
Abstract
The weak-to-strong generalization phenomenon is the driver for important machine learning applications including highly data-efficient learning and, most recently, performing superalignment. While decades of research have resulted in numerous algorithms that produce strong empirical performance, understanding what aspects of data enable weak-to-strong generalization has been understudied. We propose a simple data-centric mechanism that characterizes weak-to-strong generalization: the overlap density. Intuitively, generalization tracks the number of points that contain overlaps, i.e., both easy patterns (learnable by a weak model) and challenging patterns (only learnable by a stronger model), as with such points, weak predictions can be used to learn challenging patterns by stronger models. We provide a practical overlap detection algorithm to find such points in datasets and leverage them to learn, among multiple sources of data, which to query when seeking to maximize overlap density and thereby enhance weak-to-strong generalization. We present a theoretical result showing that the generalization benefit is a function of the overlap density and a regret bound for our data selection algorithm. Empirically, we validate the mechanism and the overlap detection algorithm on a wide array of settings.
