At-Grok Is Not Converged:A Measurement-Validity Audit for Grokking Representation Metrics

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

"At-Grok Is Not Converged: A Measurement-Validity Audit for Grokking Representation Metrics" reveals that a network's embedding compression on modular arithmetic tasks significantly lags its generalization, by at least 10,000 steps. The study found that reading effective rank at the grokking transition overstates the converged value by 3-5x for an MLP and 1.3-1.5x for a transformer, also obscuring compression in MLP cells. A key ablation showed LayerNorm's impact, shifting the fraction of compression completed by the grok step from 0.87 to 0.25 in a transformer, with scale invariance ruled out as the cause. The authors released an audit package designed to separate onset from compression, flag censoring, exclude non-generalizing boundary cells, and verify reference floor plateau, which identified a false-confidence bug in their own system. Additionally, an MLP-specific depth law linking norm budget to converged floor failed a generality test on transformers and reversed sign under free weight decay. Code and the toolkit are publicly available.

Key takeaway

For Machine Learning Engineers evaluating model generalization, you must account for the significant lag between accuracy gains and true embedding compression. Relying solely on effective rank at the grokking transition will likely overstate actual convergence by 1.3-5x, leading to misinterpretations of model learning. Integrate the provided audit toolkit into your analysis workflow to accurately assess representation dynamics, ensuring your models have genuinely converged and compressed their representations, especially when using LayerNorm.

Key insights

Network embedding compression significantly lags generalization, overstating effective rank at grokking transition.

Principles

Method

An audit method separates onset from compression, flags censoring, excludes non-generalizing boundary cells, and verifies reference floor plateau for grokking metrics.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.