@datologyai: Why do larger models hold onto rare skills that smaller ones can lose? Jing Huang (Stanford NLP) points to interference…

X AI KOLs Following Events

Summary

The article discusses a talk by Jing Huang from Stanford NLP at the Summer of Data event, explaining that larger AI models retain rare skills better due to task interference and greater capacity.

Why do larger models hold onto rare skills that smaller ones can lose? Jing Huang (Stanford NLP) points to interference between tasks. Every model has limited capacity, and its tasks compete for it during training. In a small model, the rare tasks in the tail get crowded out. A bigger model has room to keep them. This week's Summer of Data talk is live. Thanks to Jing for coming by. Full talk in the reply.
Original Article
View Cached Full Text

Cached at: 08/17/26, 08:26 AM

Why do larger models hold onto rare skills that smaller ones can lose?

Jing Huang (Stanford NLP) points to interference between tasks. Every model has limited capacity, and its tasks compete for it during training. In a small model, the rare tasks in the tail get crowded out. A bigger model has room to keep them.

This week’s Summer of Data talk is live. Thanks to Jing for coming by. Full talk in the reply.

Full talk:

Similar Articles

Why Larger Models Learn More: Effects of Capacity, Interference, and Rare-Task Retention

Hugging Face Daily Papers

This paper investigates why larger models outperform smaller ones, attributing it to reduced gradient interference and better resource allocation, allowing them to learn rare and complex tasks even with infinite data. Experiments on synthetic data and OLMo models verify that larger models avoid overwriting rare-task features due to weaker gradient updates for common tasks.