How to Mitigate Overfitting in Weak-to-strong Generalization?
Junhao Shi, Qinyuan Cheng, Zhaoye Fei, Yining Zheng, Qipeng Guo, Xipeng Qiu
TL;DR
This paper tackles overfitting in weak-to-strong generalization by introducing a two-stage framework that simultaneously improves supervision signals and input question quality. Stage I applies an uncertainty-based self-consistency filter to weak labels, forming Training Set A for finetuning a strong model; Stage II re-evaluates discarded questions with the finetuned model, adds high-confidence samples as Training Set B, and performs final finetuning. Across GSM8K and MATH with Llama 3 and Deepseek, the approach yields substantial performance-gap recovery (PGR) gains, frequently surpassing 100% and outperforming naive weak-to-strong baselines. The work demonstrates the importance of balancing label accuracy with question difficulty/diversity and suggests iterative refinement as a promising direction, albeit with computational considerations and task-domain limitations.
Abstract
Aligning powerful AI models on tasks that surpass human evaluation capabilities is the central problem of \textbf{superalignment}. To address this problem, weak-to-strong generalization aims to elicit the capabilities of strong models through weak supervisors and ensure that the behavior of strong models aligns with the intentions of weak supervisors without unsafe behaviors such as deception. Although weak-to-strong generalization exhibiting certain generalization capabilities, strong models exhibit significant overfitting in weak-to-strong generalization: Due to the strong fit ability of strong models, erroneous labels from weak supervisors may lead to overfitting in strong models. In addition, simply filtering out incorrect labels may lead to a degeneration in question quality, resulting in a weak generalization ability of strong models on hard questions. To mitigate overfitting in weak-to-strong generalization, we propose a two-stage framework that simultaneously improves the quality of supervision signals and the quality of input questions. Experimental results in three series of large language models and two mathematical benchmarks demonstrate that our framework significantly improves PGR compared to naive weak-to-strong generalization, even achieving up to 100\% PGR on some models.
