paper-with-me

홈 › Papers

Easy-to-Hard Generalization: Scalable Alignment Beyond Human Supervision

2024-03-14 · Zhiqing Sun, Longhui Yu, Yikang Shen, Weiyang Liu, Yiming Yang, Sean Welleck, Chuang Gan

Current AI alignment methodologies rely on human-provided demonstrations or judgments, and the learned capabilities of AI systems would be upper-bounded by human capabilities as a result. This raises a challenging research question: How can we keep improving the systems when their capabilities have surpassed the levels of humans? This paper answers this question in the context of tackling hard reasoning tasks (e.g., level 4-5 MATH problems) via learning from human annotations on easier tasks (e.g., level 1-3 MATH problems), which we term as easy-to-hard generalization. Our key insight is that an evaluator (reward model) trained on supervisions for easier tasks can be effectively used for scoring candidate solutions of harder tasks and hence facilitating easy-to-hard generalization over different levels of tasks. Based on this insight, we propose a novel approach to scalable alignment, which firstly trains the (process-supervised) reward models on easy problems (e.g., level 1-3), and then uses them to evaluate the performance of policy models on hard problems. We show that such easy-to-hard generalization from evaluators can enable easy-to-hard generalizations in generators either through re-ranking or reinforcement learning (RL). Notably, our process-supervised 7b RL model and 34b model (reranking@1024) achieves an accuracy of 34.0% and 52.5% on MATH500, respectively, despite only using human supervision on easy problems. Our approach suggests a promising path toward AI systems that advance beyond the frontier of human supervision.

📄 PDF Abstract BibTeX arXiv:2403.09472

Code (1)

edward-sun/easy-to-hard 공식 구현 pytorch

Tasks

MathReinforcement Learning (RL)RerankingRe-Ranking

Similar Papers 제목 키워드 기반

The Unreasonable Effectiveness of Easy Training Data for Hard Tasks

2024-01-12 · Peter Hase, Mohit Bansal, Peter Clark, Sarah Wiegreffe

How can we train models to perform well on hard test data when hard training data is by definition difficult to label correctly? This question has been termed the scalable oversight problem and has drawn increasing atten…

General KnowledgeIn-Context LearningQuestion Answering

MetaLint: Easy-to-Hard Generalization for Code Linting

2025-07-15 · Atharva Naik, Lawanya Baghel, Dhakshin Govindarajan, Darsh Agrawal 외 arxiv

Large language models excel at code generation but struggle with code linting, particularly in generalizing to unseen or evolving best practices beyond those observed during training. We introduce MetaLint, a meta-learni…

Code Generation

Three Concrete Challenges and Two Hopes for the Safety of Unsupervised Elicitation

2026-02-23 · Callum Canavan, Aditya Shrivastava, Allison Qi, Jonathan Michala 외 arxiv

To steer language models towards truthful outputs on tasks which are beyond human capability, previous work has suggested training models on easy tasks to steer them on harder ones (easy-to-hard generalization), or using…

Datasets for Studying Generalization from Easy to Hard Examples

2021-08-13 · Avi Schwarzschild, Eitan Borgnia, Arjun Gupta, Arpit Bansal 외

We describe new datasets for studying generalization from easy to hard examples.

Empirical Study of Easy and Hard Examples in CNN Training

2019-11-25 · ICLR 2019 5 · Ikki Kishida, Hideki Nakayama

Deep Neural Networks (DNNs) generalize well despite their massive size and capability of memorizing all examples. There is a hypothesis that DNNs start learning from simple patterns and the hypothesis is based on the exi…