paper-with-me

Papers

Weak-to-Strong Generalization Through the Data-Centric Lens

2024-12-05 · Changho Shin, John Cooper, Frederic Sala

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.

📄 PDF Abstract BibTeX arXiv:2412.03881

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Linear to Nonlinear: Provable Weak-to-Strong Generalization through Feature Learning

2025-10-28 · Junsoo Oh, Jerry Song, Chulhee Yun arxiv

Weak-to-strong generalization refers to the phenomenon where a stronger model trained under supervision from a weaker one can outperform its teacher. While prior studies aim to explain this effect, most theoretical insig…

Contrastive Weak-to-strong Generalization

2025-10-09 · Houcheng Jiang, Junfeng Fang, Jiaxin Wu, Tianyu Zhang 외 arxiv

Weak-to-strong generalization provides a promising paradigm for scaling large language models (LLMs) by training stronger models on samples from aligned weaker ones, without requiring human feedback or explicit reward mo…

Quantifying the Gain in Weak-to-Strong Generalization

2024-05-24 · Moses Charikar, Chirag Pabbaraju, Kirankumar Shiragur

Recent advances in large language models have shown capabilities that are extraordinary and near-superhuman. These models operate with such complexity that reliably evaluating and aligning them proves challenging for hum…

Improving Weak-to-Strong Generalization with Scalable Oversight and Ensemble Learning

2024-02-01 · Jitao Sang, Yuhang Wang, Jing Zhang, Yanxu Zhu 외

This paper presents a follow-up study to OpenAI's recent superalignment work on Weak-to-Strong Generalization (W2SG). Superalignment focuses on ensuring that high-level AI systems remain consistent with human values and …

Ensemble LearningIn-Context Learning

Discrepancies are Virtue: Weak-to-Strong Generalization through Lens of Intrinsic Dimension

2025-02-07 · Yijun Dong, Yicheng Li, Yunai Li, Jason D. Lee 외

Weak-to-strong (W2S) generalization is a type of finetuning (FT) where a strong (large) student model is trained on pseudo-labels generated by a weak teacher. Surprisingly, W2S FT often outperforms the weak teacher. We s…