Summary
This paper proposes a theoretical framework to interpret the weak-to-strong generalization phenomenon. It shows that strong student models trained on noisy labels from weak teacher models can outperform the weak teacher models, correcting their errors and generalizing well to examples where the weak teacher models are not confident or abstain. The paper demonstrates that existing bounds for learning from noisy labels do not explain this phenomenon and derives new bounds based on assumptions about the strong model’s robustness in its neighborhood and its expansion property. An empirical study validates the generalization bound in a practical setting.
Strengths
- Weak-to-strong generalization has gained renewed attention despite being well-known in weak supervision. However, there has been no theoretical analysis of why a model trained with noisy labels can be more accurate than the labels themselves. This paper’s contribution is crucial as it provides a theoretical framework for this problem.
- The theory explains under what conditions weak-to-strong generalization can occur, which has practical implications.
- The paper is technically solid, with reasonable assumptions for derivation. Sections 4.2 and 5 add to its practicality.
- The writing is clear and the main ideas are easy to follow.
Weaknesses
- The experiment is limited to only one setting, though it is already mentioned in the limitations section. This is a minor concern since the paper is primarily theoretical.
Questions
- Adding comparisons with recent concurrent works ([1, 2, 3]) would be beneficial. I am curious about the authors' views on these papers and whether there are any conflicting points in theory or if the conclusions are well-aligned.
- Including simpler or synthetic experiments could enhance the paper. The (c, q) expansion property in a practical setting is not intuitively straightforward.
[1] Somerstep, Seamus, et al. "A statistical framework for weak-to-strong generalization." *arXiv preprint arXiv:2405.16236* (2024).
[2] Charikar, Moses, Chirag Pabbaraju, and Kirankumar Shiragur. "Quantifying the Gain in Weak-to-Strong Generalization." *arXiv preprint arXiv:2405.15116* (2024).
[3] Zhang, Edwin, et al. "Transcendence: Generative Models Can Outperform The Experts That Train Them." *arXiv preprint arXiv:2406.11741* (2024).
Limitations
Authors adequately addressed the limitations in Conclusion.