Ask what should change when the equation is manipulated, then let the visualization test that expectation.
Foundation Lab
Model Collapse & Synthetic Data
Synthetic data is essential AND dangerous
p_{t+1} = (1-\alpha)p_* + \alpha p_{\theta_t} \rightarrow \text{collapse}Selected Foundation Object
Keep the equation fixed; move through the evidence.
Like photocopying a photocopy: quality degrades
p_{t+1} = (1-\alpha)p_* + \alpha p_{\theta_t} \rightarrow \text{collapse}Use the runnable panel, the key equation, and canonical papers as separate forms of evidence for the same object.
The useful learning product is the reusable mechanism you can carry into another model, paper, or engineering tradeoff.
Use prerequisites, dependents, and semantic links to repair the next gap without leaving the object behind.
Why It Matters for Modern Models
- Synthetic data is essential AND dangerous
- Web is increasingly AI-generated: training data pollution
- Dataset provenance becomes critical for safety
What Tutorials Skip
What is still poorly explained in textbooks and papers:
- Like photocopying a photocopy: quality degrades
- Mode collapse: diversity shrinks, tails disappear
- Solution: always anchor training with real data
Interactive Visualization
Core Math (Optional Deep Dive)
If you want intuition first, start with the key equation and the visualization. Come back here for the full walkthrough.
Recursive training on synthetic data causes collapse:
Repeated application drives away from real (degeneration).
Mitigation: anchor with real data, filter synthetic outputs, track provenance.