paper-with-me

Papers

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 humans. This leads to the natural question: can guidance from weak models (like humans) adequately direct the capabilities of strong models? In a recent and somewhat surprising work, Burns et al. (2023) empirically demonstrated that when strong models (like GPT-4) are finetuned using labels generated by weak supervisors (like GPT-2), the strong models outperform their weaker counterparts -- a phenomenon they term weak-to-strong generalization. In this work, we present a theoretical framework for understanding weak-to-strong generalization. Specifically, we show that the improvement in performance achieved by strong models over their weaker counterparts is quantified by the misfit error incurred by the strong model on labels generated by the weaker model. Our theory reveals several curious algorithmic insights. For instance, we can predict the amount by which the strong model will improve over the weak model, and also choose among different weak models to train the strong model, based on its misfit error. We validate our theoretical findings through various empirical assessments.

📄 PDF Abstract BibTeX arXiv:2405.15116

Code (1)

chogba/wtsg-regression 공식 구현

Similar Papers 제목 키워드 기반

Relating Misfit to Gain in Weak-to-Strong Generalization Beyond the Squared Loss

2025-01-31 · Abhijeet Mulgund, Chirag Pabbaraju

The paradigm of weak-to-strong generalization constitutes the training of a strong AI model on data labeled by a weak AI model, with the goal that the strong model nevertheless outperforms its weak supervisor on the targ…

Trust Functions: Near-Lossless Weak-to-Strong Generalization by Learning When to Trust the Weak Teacher

2026-05-31 · Arda Uzunoglu, Alvin Zhang, Daniel Khashabi arxiv

Weak-to-strong generalization studies how to improve a strong student using supervision from a weaker teacher when reliable labels are scarce. We view this primarily as a data selection problem, where the key challenge i…

Generalizing Trust: Weak-to-Strong Trustworthiness in Language Models

2024-12-31 · Martin Pawelczyk, Lillian Sun, Zhenting Qi, Aounon Kumar 외

The rapid proliferation of generative AI, especially large language models, has led to their integration into a variety of applications. A key phenomenon known as weak-to-strong generalization - where a strong model trai…

Fairness

Does Weak-to-strong Generalization Happen under Spurious Correlations?

2025-09-28 · Chenruo Liu, Yijun Dong, Qi Lei arxiv

We initiate a unified theoretical and algorithmic study of a key problem in weak-to-strong (W2S) generalization: when fine-tuning a strong pre-trained student with pseudolabels from a weaker teacher on a downstream task …

Provable Weak-to-Strong Generalization via Benign Overfitting

2024-10-06 · David X. Wu, Anant Sahai

The classic teacher-student model in machine learning posits that a strong teacher supervises a weak student to improve the student's capabilities. We instead consider the inverted situation, where a weak teacher supervi…