paper-with-me

Papers

Selective Weak-to-Strong Generalization

2025-11-18 · Hao Lang, Fei Huang, Yongbin Li arxiv

Future superhuman models will surpass the ability of humans and humans will only be able to \textit{weakly} supervise superhuman models. To alleviate the issue of lacking high-quality data for model alignment, some works on weak-to-strong generalization (W2SG) finetune a strong pretrained model with a weak supervisor so that it can generalize beyond weak supervision. However, the invariable use of weak supervision in existing methods exposes issues in robustness, with a proportion of weak labels proving harmful to models. In this paper, we propose a selective W2SG framework to avoid using weak supervision when unnecessary. We train a binary classifier P(IK) to identify questions that a strong model can answer and use its self-generated labels for alignment. We further refine weak labels with a graph smoothing method. Extensive experiments on three benchmarks show that our method consistently outperforms competitive baselines. Further analyses show that P(IK) can generalize across tasks and difficulties, which indicates selective W2SG can help superalignment.

📄 PDF Abstract BibTeX arXiv:2511.14166

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Selective Preference Optimization via Token-Level Reward Function Estimation

2024-08-24 · Kailai Yang, Zhiwei Liu, Qianqian Xie, Jimin Huang 외

Recent advancements in large language model alignment leverage token-level supervisions to perform fine-grained preference optimization. However, existing token-level alignment methods either optimize on all available to…

Language ModellingLarge Language Model

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

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…

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 hav…

Understanding the Capabilities and Limitations of Weak-to-Strong Generalization

2025-02-03 · Wei Yao, Wenkai Yang, Ziqiao Wang, Yankai Lin 외

Weak-to-strong generalization, where weakly supervised strong models outperform their weaker teachers, offers a promising approach to aligning superhuman models with human values. To deepen the understanding of this appr…