Measuring Sharpness in Grokking
Jack Miller, Patrick Gleeson, Charles O'Neill, Thang Bui, Noam Levi
TL;DR
This work tackles the problem of quantifying the sharpness of grokking transitions by fitting a shared S-shaped function to both training and generalization accuracy curves, extracting jump time $t^*$ and sharpness $s$, and deriving the relative grokking gap $m$ and relative sharpness $R_{\mathrm{rel}}$. The authors propose two measures, $R_{\mathrm{rel}}$ and $R_{\mathrm{abs}}$, and validate the approach in two settings: Levi's linear student–teacher model with closed-form dynamics and a two-layer MLP with concealed parity using spurious features. They find that, across both settings, larger relative gaps $m$ tend to accompany smaller sharpness values, indicating softer transitions as grokking becomes more pronounced. The results offer a robust, comparative framework for analyzing grokking across architectures and tasks and point to further theoretical and empirical work to understand the mechanisms governing sharpness.
Abstract
Neural networks sometimes exhibit grokking, a phenomenon where perfect or near-perfect performance is achieved on a validation set well after the same performance has been obtained on the corresponding training set. In this workshop paper, we introduce a robust technique for measuring grokking, based on fitting an appropriate functional form. We then use this to investigate the sharpness of transitions in training and validation accuracy under two settings. The first setting is the theoretical framework developed by Levi et al. (2023) where closed form expressions are readily accessible. The second setting is a two-layer MLP trained to predict the parity of bits, with grokking induced by the concealment strategy of Miller et al. (2023). We find that trends between relative grokking gap and grokking sharpness are similar in both settings when using absolute and relative measures of sharpness. Reflecting on this, we make progress toward explaining some trends and identify the need for further study to untangle the various mechanisms which influence the sharpness of grokking.
