Synthetic Dataedit
Concept page for generated data used in training, evaluation, or privacy-preserving collaboration.
Synthetic Data refers to generated examples that are used in place of, alongside, or as a proxy for real data. In machine learning, synthetic data can expand coverage, reduce annotation cost, protect privacy, or enable evaluation when real data are scarce. It can also introduce failure modes when generated samples are recursively reused without enough real-data anchoring.
Role in this wikiedit
This page gives the narrow concept definition, while Synthetic Data with the broader cluster link covers Qiao's full research topic. The distinction is useful: synthetic data as a tool can be beneficial, but recursive synthetic-data training is a particular process with its own risks. The wiki links both meanings so readers can move from a simple definition to the model-collapse research thread.
Connection to Qiao's workedit
Qiao's ICML 2026 work studies synthetic data under selection bias and siloed access. The core concern is not merely that data are generated, but that generation is embedded inside a repeated training loop. When each generation learns from biased selections of earlier outputs, the synthetic distribution can drift away from the original. The project connects synthetic data to data selection, model collapse, and collaborative evaluation.