Can AI training worlds be harder, more varied, and more realistic all at once, or does boosting one break another?
Can complexity, diversity, and fidelity scale together in synthetic environments?
This explores whether you can raise three things at once when generating synthetic training data or environments: how hard the tasks are (complexity), how varied they are (diversity), and how believable they are (fidelity, or realism).
This explores whether you can raise three things at once when generating synthetic training data or environments: how hard the tasks are (complexity), how varied they are (diversity), and how believable they are (fidelity, or realism). The corpus has no head-to-head test of all three, and it is mostly about synthetic data such as dialogues and tool calls, not interactive simulated worlds. It does have solid evidence on each pair. They scale together only when you build structure that ties them together, because each one left alone tends to cost another.
The three dials do different jobs, which makes them easy to trade off by accident. How do quality, diversity, and complexity affect synthetic data differently? finds that quality drives in-distribution generalization, diversity drives out-of-distribution generalization, and complexity strengthens both. Complexity is the least conflicted of the three. The trap is measurement: most evaluation collapses everything into one quality score. A loop that optimizes that score quietly sheds diversity, and the note describes that loss as irreversible.
Diversity and fidelity are the pair that fight most. Random tool sampling gives maximum variety, but Why does random tool sampling produce unrealistic synthetic training data? shows that unrelated tools can't credibly compose, so the resulting data feels fake. The fix wasn't less diversity. It was structured diversity: sample tools from a relevance graph of ones that plausibly go together, then generate with a dialogue plan. Can synthetic dialogues become realistic through layered diversity? reaches the same conclusion from another direction. Realistic dialogue needed three layers working multiplicatively: subtopic specificity, Big Five personality variation, and 11 contextual characteristics. Together they captured 90.48% of in-domain performance. Variety from independent randomness erodes realism, while variety along axes that condition each other keeps it.
The second threat is what happens once a model is in the loop, because diversity is the fragile one. RL training Does RL training collapse format diversity in pretrained models? converges on one pretraining format within the first epoch and collapses the rest. It also Does reinforcement learning squeeze exploration diversity in search agents? squeezes exploration in search agents, while SFT on diverse demonstrations preserves it. At ecosystem scale, Does synthetic content in search results hide ecosystem decay? shows synthetic content homogenizing retrieval while answer accuracy stays high, so the metric you're watching hides the monoculture forming. Pure self-generation is a weak escape, since Can models reliably improve themselves without external feedback? argues that reliable improvement always smuggles in an external anchor, such as past model versions, third-party judges, or tool feedback. There's a wrinkle: Does preference tuning always reduce diversity the same way? shows RLHF reduces diversity in code but increases it in creative writing. How much diversity is at risk depends on what the domain rewards.
So the answer is a conditional yes, and the conditions are the interesting part. Complexity comes cheap, diversity needs structured axes and external anchors to survive, and fidelity needs constraints like relevance graphs and plans. What makes synthetic data work across different domains and models? adds that no universal recipe exists. The effect of complexity and diversity shifts with domain, model, use case, and scale. That favors explainable, adjustable controls, and tracking the three properties separately instead of trusting one blended score.
Sources 9 notes
Quality drives in-distribution generalization, diversity enables out-of-distribution generalization, and complexity strengthens both. Current evaluation methods collapse these into a single quality metric, causing self-improvement loops to degrade through irreversible diversity loss.
Random tool sampling fails because unrelated tools cannot credibly compose, and Q&A framing ignores multi-turn dialogue coherence. ToolFlow shows that sampling tools from relevance graphs and generating with dialogue plans closes this gap.
Research shows that realistic synthetic dialogues require three multiplicative layers: subtopic specificity, Big Five persona variation, and 11 contextual characteristics via Chain of Thought reasoning. This structured approach captures 90.48% of in-domain dialogue performance.
Controlled experiments show RL consistently amplifies one format distribution from pretraining within the first epoch while collapsing alternatives. The winning format depends on model scale, not necessarily performance, and is largely hidden when starting from proprietary pretrained models.
RL training compresses behavioral diversity in search agents through the same entropy collapse mechanism documented in reasoning—policies converge on narrow reward-maximizing strategies. SFT on diverse demonstrations preserves exploration breadth, suggesting diversity-preservation techniques are essential for RL search scaling.
Show all 9 sources
When 67% of a corpus becomes synthetic, over 80% of retrieved results shift to synthetic sources while answer accuracy remains high, masking the loss of source diversity. This creates fragility: high accuracy resting on a monoculture collapses when that monoculture is poisoned.
Pure self-improvement stalls due to the generation-verification gap, diversity collapse, and reward hacking. Reliable improvement methods succeed by smuggling in external anchors: past model versions, third-party judges, user corrections, or tool feedback.
RLHF reduces lexical-syntactic diversity in code generation but increases it in creative writing. The direction depends on what each domain incentivizes: code rewards convergence toward correct solutions, while creative writing rewards stylistic distinctiveness.
Research shows no single optimal recipe for synthetic data generation. The impact of data properties like complexity and diversity varies by domain, model, use case, and scale, making explainable, flexible control more valuable than one-size-fits-all methods.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Reasoning-Driven Synthetic Data Generation and Evaluation
- Orchestrating Synthetic Data with Reasoning
- A Little Human Data Goes A Long Way
- Scaling Synthetic Data Creation with 1,000,000,000 Personas
- Evaluating the Diversity and Quality of LLM Generated Content
- Jointly Reinforcing Diversity and Quality in Language Model Generations
- Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diversity
- Surveying the Effects of Quality, Diversity, and Complexity in Synthetic Data From Large Language Models