Table of Contents
Fetching ...

STLM Engineering Report: Dropout

Dylan Hillier, Leon Guertler, Bobby Cheng, Cheston Tan

TL;DR

It is found that concordant with conventional wisdom, dropout remains effective in the overfitting scenario, and that furthermore it may have some relevance for improving the fit of models even in the case of excess data, as suggested by previous research.

Abstract

In this work we explore the relevance of dropout for modern language models, particularly in the context of models on the scale of <100M parameters. We explore it's relevance firstly in the regime of improving the sample efficiency of models given small, high quality datasets, and secondly in the regime of improving the quality of its fit on larger datasets where models may underfit. We find that concordant with conventional wisdom, dropout remains effective in the overfitting scenario, and that furthermore it may have some relevance for improving the fit of models even in the case of excess data, as suggested by previous research. In the process we find that the existing explanation for the mechanism behind this performance gain is not applicable in the case of language modelling.

STLM Engineering Report: Dropout

TL;DR

It is found that concordant with conventional wisdom, dropout remains effective in the overfitting scenario, and that furthermore it may have some relevance for improving the fit of models even in the case of excess data, as suggested by previous research.

Abstract

In this work we explore the relevance of dropout for modern language models, particularly in the context of models on the scale of <100M parameters. We explore it's relevance firstly in the regime of improving the sample efficiency of models given small, high quality datasets, and secondly in the regime of improving the quality of its fit on larger datasets where models may underfit. We find that concordant with conventional wisdom, dropout remains effective in the overfitting scenario, and that furthermore it may have some relevance for improving the fit of models even in the case of excess data, as suggested by previous research. In the process we find that the existing explanation for the mechanism behind this performance gain is not applicable in the case of language modelling.
Paper Structure (9 sections, 2 equations, 3 figures, 1 table)

This paper contains 9 sections, 2 equations, 3 figures, 1 table.

Figures (3)

  • Figure 1: The dropout schedulers used in the underfitting experiment
  • Figure 2: The Dropout schedulers used in the overfitting experiment
  • Figure 3: Gradient Direction Variance as a function of dropout and time