paper-with-me

홈 › Papers

Supervising strong learners by amplifying weak experts

2018-10-19 · Paul Christiano, Buck Shlegeris, Dario Amodei

Many real world learning tasks involve complex or hard-to-specify objectives, and using an easier-to-specify proxy can lead to poor performance or misaligned behavior. One solution is to have humans provide a training signal by demonstrating or judging performance, but this approach fails if the task is too complicated for a human to directly evaluate. We propose Iterated Amplification, an alternative training strategy which progressively builds up a training signal for difficult problems by combining solutions to easier subproblems. Iterated Amplification is closely related to Expert Iteration (Anthony et al., 2017; Silver et al., 2017), except that it uses no external reward function. We present results in algorithmic environments, showing that Iterated Amplification can efficiently learn complex behaviors.

📄 PDF Abstract BibTeX arXiv:1810.08575

Code (3)

paulfchristiano/amplification tf
rgreenblatt/ai_alignment_readings
rmoehn/amplification tf

Similar Papers 제목 키워드 기반

EnsemW2S: Enhancing Weak-to-Strong Generalization with Large Language Model Ensembles

2025-05-28 · Aakriti Agrawal, Mucong Ding, Zora Che, ChengHao Deng 외

With Large Language Models (LLMs) rapidly approaching and potentially surpassing human-level performance, it has become imperative to develop approaches capable of effectively supervising and enhancing these powerful mod…

Language ModelingLanguage ModellingLarge Language Model

Human Experts' Evaluation of Generative AI for Contextualizing STEAM Education in the Global South

2025-11-23 · Matthew Nyaaba, Macharious Nabang, Patrick Kyeremeh, Ibrahim Nantomah 외 arxiv

STEAM education in many parts of the Global South remains abstract and weakly connected to learners sociocultural realities. This study examines how human experts evaluate the capacity of Generative AI (GenAI) to context…

Weak-to-Strong Generalization under Distribution Shifts

2025-10-24 · Myeongho Jeon, Jan Sobotka, Suhwan Choi, Maria Brbić arxiv

As future superhuman models become increasingly complex, accurately supervising their behavior may exceed human capabilities. Recent works have demonstrated that in such scenarios, weak models can effectively supervise s…

Image ClassificationText Classification

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…

Boosting, Voting Classifiers and Randomized Sample Compression Schemes

2024-02-05 · Arthur da Cunha, Kasper Green Larsen, Martin Ritzert

In boosting, we aim to leverage multiple weak learners to produce a strong learner. At the center of this paradigm lies the concept of building the strong learner as a voting classifier, which outputs a weighted majority…