Supervising strong learners by amplifying weak experts

post by paulfchristiano · 2019-01-06T07:00:58.680Z · LW · GW · 1 comments

This is a link post for https://arxiv.org/pdf/1810.08575.pdf

Contents

  Abstract 
None
1 comment

Abstract

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., 2017b), except that it uses no external reward function. We present results in algorithmic environments, showing that Iterated Amplification can efficiently learn complex behaviors.

Tomorrow's AI Alignment Forum sequences post will be 'AI safety without goal-directed behavior' by Rohin Shah, in the sequence on Value Learning.

The next post in this sequence on Iterated Amplification will be 'AlphaGo Zero and capability amplification', by Paul Christiano, on Tuesday 8th January.

1 comments

Comments sorted by top scores.

comment by Garrett Baker (D0TheMath) · 2022-04-10T20:56:36.403Z · LW(p) · GW(p)

In the article it says,

Supervised learning required tens of millions of examples in order to learn these algorithms. This would be a prohibitive cost if the examples were provided by an external expert. In contrast, Iterated Amplification required tens of thousands of examples in order to learn the much simpler decompositions.

But this seems to disagree with the graphs shown above. Are the number of questions here different from examples?