English

Mechanistic Insights into Grokking from the Embedding Layer

Machine Learning 2025-05-22 v1 Computation and Language

Abstract

Grokking, a delayed generalization in neural networks after perfect training performance, has been observed in Transformers and MLPs, but the components driving it remain underexplored. We show that embeddings are central to grokking: introducing them into MLPs induces delayed generalization in modular arithmetic tasks, whereas MLPs without embeddings can generalize immediately. Our analysis identifies two key mechanisms: (1) Embedding update dynamics, where rare tokens stagnate due to sparse gradient updates and weight decay, and (2) Bilinear coupling, where the interaction between embeddings and downstream weights introduces saddle points and increases sensitivity to initialization. To confirm these mechanisms, we investigate frequency-aware sampling, which balances token updates by minimizing gradient variance, and embedding-specific learning rates, derived from the asymmetric curvature of the bilinear loss landscape. We prove that an adaptive learning rate ratio, ηEηWσmax(E)σmax(W)fWfE\frac{\eta_E}{\eta_W} \propto \frac{\sigma_{\max}(E)}{\sigma_{\max}(W)} \cdot \frac{f_W}{f_E}, mitigates bilinear coupling effects, accelerating convergence. Our methods not only improve grokking dynamics but also extend to broader challenges in Transformer optimization, where bilinear interactions hinder efficient training.

Keywords

Cite

@article{arxiv.2505.15624,
  title  = {Mechanistic Insights into Grokking from the Embedding Layer},
  author = {H. V. AlquBoj and Hilal AlQuabeh and Velibor Bojkovic and Munachiso Nwadike and Kentaro Inui},
  journal= {arXiv preprint arXiv:2505.15624},
  year   = {2025}
}

Comments

Mechanistic view of embedding layers

R2 v1 2026-07-01T02:28:53.774Z