Using the probabilistic method to bound the performance of toy transformers by Alex Gibson
greaterwrong.com·4h
Flag this post

Contents

Introduction:

Transformers are statistical artefacts. If a model achieves 99% accuracy, it might have learnt an algorithm that relies upon some property of the input data that only holds 99% of the time.

Let’s say that our train input to the transformer is 100 independent unbiased coin tosses. Then the transformer might implicitly rely upon there being between 35 and 65 heads, because there is a ~ 0.17% chance that there would be a more extreme number of h…

Similar Posts

Loading similar posts...