Dynamic Context Evolution for Scalable Synthetic Data Generation

📅 2026-04-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the issue of cross-batch mode collapse in large language models, wherein repeated independent prompting leads to a progressive decline in output diversity. To systematically mitigate this problem without model fine-tuning or architectural modifications, the authors propose the Dynamic Context Evolution (DCE) framework. DCE integrates three key components: model self-evaluation to filter high-probability outputs, persistent memory deduplication via semantic embeddings (all-MiniLM-L6-v2) and HDBSCAN clustering, and adaptive prompt evolution. Experiments demonstrate that DCE achieves 0% mode collapse—compared to a 5.6% baseline—while consistently generating 17–18 distinct semantic clusters per seed across multiple domains and models. The method operates at a cost of approximately $0.50 per thousand generations, offering robustness, scalability, and sustained structural coherence alongside diversity.

Technology Category

Application Category

📝 Abstract
Large language models produce repetitive output when prompted independently across many batches, a phenomenon we term cross-batch mode collapse: the progressive loss of output diversity when a language model is prompted repeatedly without access to its prior generations. Practitioners have long mitigated this with ad hoc deduplication and seed rotation, but no principled framework exists. We introduce Dynamic Context Evolution (DCE), comprising three mechanisms: (1) verbalized tail sampling (the model labels each idea with a guess about how obvious it is, and obvious ideas are discarded), which filters high-probability candidates via model self-assessment; (2) semantic memory, which maintains a persistent embedding index to reject near-duplicates across batches; and (3) adaptive prompt evolution, which reconstructs the generation prompt each batch using memory state and rotating diversity strategies. In experiments across three domains (sustainable packaging concepts, educational exam questions, and creative writing prompts) and two model families (gpt-5-mini and claude-haiku-4-5), a component ablation across 2-3 random seeds per method shows that DCE achieves 0.0 +/- 0.0% collapse versus 5.6 +/- 2.0% for naive prompting, while producing 17-18 HDBSCAN clusters per seed versus naive's volatile 2-17, indicating reliably richer conceptual structure. These results are validated with an independent embedding model (all-MiniLM-L6-v2) and hold across sensitivity sweeps of the VTS threshold tau and dedup threshold delta. Deduplication and prompt evolution are individually insufficient but jointly effective, at approximately $0.50 per 1,000 candidates using only standard API calls, with no fine-tuning or custom architectures required.
Problem

Research questions and friction points this paper is trying to address.

cross-batch mode collapse
output diversity
synthetic data generation
large language models
repetitive output
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic Context Evolution
cross-batch mode collapse
verbalized tail sampling
semantic memory
adaptive prompt evolution
R
Ryan Lingo
Honda Research Institute, USA, Inc.
R
Rajeev Chhajer
Honda Research Institute, USA, Inc.