Can GPT-2 models independently discover the concept of zero?
Researchers found GPT-2 can't grasp zero without prior examples.
Researchers from Princeton and NYU (Zeng, Griffiths, Lake) tested whether small language models (GPT-2 scale) can independently discover the mathematical concept of zero using simple arithmetic tasks. The models were evaluated on their ability to generalize to zero-valued operands without ever seeing zero during training—a strong test of out-of-distribution reasoning. Results showed that zero-shot, these models completely failed to produce meaningful outputs for zero-involving equations. However, after fine-tuning on just 10–100 examples involving zero, performance improved substantially. Interestingly, models pretrained on natural language required roughly 50% fewer examples than non-pretrained counterparts, suggesting that language abilities can scaffold mathematical discovery in neural networks.
The study underscores a fundamental limitation: current transformer-based models cannot spontaneously invent new mathematical structures (like zero) purely from arithmetic training. This aligns with the broader challenge of achieving true mathematical creativity in AI. The authors note that while language pretraining helps, it doesn't enable the kind of 'aha' moment that humans have when grasping zero's unique properties. For AI to push beyond human mathematical knowledge, architectures may need explicit mechanisms for concept invention, not just pattern extrapolation from data.
- GPT-2-sized models cannot generalize to zero in arithmetic tasks without training examples
- Fine-tuning on 10–100 examples of zero improves performance substantially
- Language pretraining cuts required examples by ~50%, indicating linguistic scaffolding aids math discovery
Why It Matters
Highlights a critical gap in AI's ability to invent new mathematical concepts, not just extend patterns.