Synthetic Data
Synthetic data is artificially generated training data — produced by AI models or simulators rather than collected from the real world — used to augment, replace, or supplement real datasets while preserving privacy or covering rare cases.
Full definition
Synthetic data is increasingly central to frontier model training: a substantial share of recent LLM post-training is on model-generated data filtered by quality. Use cases include privacy-preserving healthcare AI, fraud-detection models for rare attack patterns, and computer-vision models for safety-critical edge cases (autonomous driving). Risks include "model collapse" — quality degradation when models train repeatedly on their own outputs without new real-world signal.
Why it matters
Synthetic data dramatically lowers the cost of building specialized models and produces regulated domains where real data cannot leave the source system. But it requires governance — provenance tracking, mixing ratios with real data, evaluation against real-world holdouts — to avoid silent quality decay.
Example
A medical-imaging vendor uses a diffusion model trained on 100,000 real scans to generate 500,000 synthetic, privacy-safe scans of rare pathologies. A downstream classifier trained on the augmented set improves rare-class recall by 18 percentage points.
Related terms
- Training DataTraining data is the curated dataset used to teach a machine-learning model — every pattern the model can recognize, every bias it inherits, and every limit to its accuracy ultimately traces back to this data.
- Fine-tuningFine-tuning is the process of further training a pretrained model on a smaller, task-specific dataset so it specializes in a particular style, domain, or behavior — without retraining from scratch.
- DistillationKnowledge distillation is the practice of training a smaller "student" model to mimic the outputs of a larger, higher-quality "teacher" model — capturing most of the teacher's quality at a fraction of the inference cost.
- Differential PrivacyDifferential privacy is a mathematical framework that bounds how much any single individual's data can influence the output of an analysis or trained model — providing a quantifiable privacy guarantee (epsilon) rather than relying on after-the-fact anonymization.
- Foundation ModelA foundation model is a large model trained on broad data at scale — typically self-supervised — that can be adapted to many downstream tasks via prompting, fine-tuning, or retrieval, instead of being trained task-by-task.
Source & further reading
Primary source: Shumailov et al. — "The Curse of Recursion: Training on Generated Data Makes Models Forget" (2024).
Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/da/glossary/synthetic-data/.