paper-with-me

Papers

Improving Weak-to-Strong Generalization with Reliability-Aware Alignment

2024-06-27 · Yue Guo, Yi Yang

Large language models (LLMs) are now rapidly advancing and surpassing human abilities on many natural language tasks. However, aligning these super-human LLMs with human knowledge remains challenging because the supervision signals from human annotators may be wrong. This issue, known as the "super-alignment" problem, requires enhancing weak-to-strong generalization, where a strong LLM must generalize from imperfect supervision provided by a weaker source. To address this issue, we propose an approach to improve weak-to-strong generalization by involving the reliability of weak supervision signals in the alignment process. In our method, we query the weak supervisor for multiple answers, estimate the answer reliability, and enhance the alignment process by filtering out uncertain data or re-weighting reliable data. Experiments on four datasets demonstrate that our methods effectively identify the quality of weak labels and significantly enhance weak-to-strong generalization. Our work presents effective techniques for error-robust model alignment, reducing error propagation from noisy supervision and enhancing the accuracy and reliability of LLMs. Codes are publicly available at http://github.com/Irenehere/ReliableAlignment.

📄 PDF Abstract BibTeX arXiv:2406.19032

Code (1)

irenehere/reliablealignment 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Super(ficial)-alignment: Strong Models May Deceive Weak Models in Weak-to-Strong Generalization

2024-06-17 · Wenkai Yang, Shiqi Shen, Guangyao Shen, Wei Yao 외

Superalignment, where humans act as weak supervisors for superhuman models, has become a crucial problem with the rapid development of Large Language Models (LLMs). Recent work has preliminarily studied this problem by u…

Bayesian WeakS-to-Strong from Text Classification to Generation

2024-05-24 · Ziyun Cui, Ziyang Zhang, Wen Wu, Guangzhi Sun 외

Advances in large language models raise the question of how alignment techniques will adapt as models become increasingly complex and humans will only be able to supervise them weakly. Weak-to-Strong mimics such a scenar…

text-classificationText ClassificationText Generation

A transfer learning framework for weak-to-strong generalization

2024-05-25 · Seamus Somerstep, Felipe Maia Polo, Moulinath Banerjee, Ya'acov Ritov 외

Modern large language model (LLM) alignment techniques rely on human feedback, but it is unclear whether these techniques fundamentally limit the capabilities of aligned LLMs. In particular, it is unknown if it is possib…

Language ModelingLanguage ModellingLarge Language ModelTransfer Learning

DC-W2S: Dual-Consensus Weak-to-Strong Training for Reliable Process Reward Modeling in Biological Reasoning

2026-03-09 · Chi-Min Chan, Ehsan Hajiramezanali, Xiner Li, Edward De Brouwer 외 arxiv

In scientific reasoning tasks, the veracity of the reasoning process is as critical as the final outcome. While Process Reward Models (PRMs) offer a solution to the coarse-grained supervision problems inherent in Outcome…

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