ACL 2026 · Main Conference

Data Pollination

An Emergent Ecological Process Driving AI Population Evolution

Shufang Xie1,* Qizhi Pei1,* Ang Lv1 Jingyang Hu1 Lijun Wu2 Rui Yan3,†

1Gaoling School of AI, Renmin University of China  ·  2Shanghai AI Laboratory  ·  3School of AI, Wuhan University

*Equal contribution  ·  Corresponding author: rui.yan@whu.edu.cn

The data pollination cycle: deployed models populate the web with synthetic outputs, which are scraped to train the next generation of models.
The data-pollination cycle. Model use leaves synthetic text on the public web. Later data collection can sweep that text into new training corpora, creating a loose inheritance path across model families.

TL;DR

Language models are trained from the web, and then they write back to the web. Their answers show up in posts, docs, code, and datasets. Later crawls may collect them again. We call this data pollination. The paper asks a simple question: if models can influence one another through data, what happens to the next generation? We look at 27 deployed models and run controlled experiments with 320 small language models. The result is a more ecological picture: single recursive chains can collapse, while diverse model populations are much more stable.

The basic idea

Most discussions of synthetic data start with a simple loop. A model trains on its own outputs. Rare patterns disappear. The distribution gets narrower. After several rounds, the model breaks down.

The real web is messier. Many models are used at the same time. People publish the outputs they find useful. Crawlers mix those outputs with human-written text. No lab has to share weights. No model has to call another model directly. The corpus itself becomes the carrier.

Data pollination names this carrier. It moves the question from one training run to the whole environment in which models are used, published, scraped, and trained again.

How we checked it

We use two kinds of evidence. One looks at models already in the world. The other builds a small world where the loop can be controlled.

The deployed-model analysis is indirect. Without proprietary training corpora, it cannot prove exact data provenance. The controlled synthetic-only experiments test the mechanism under known conditions.

Population-based evolutionary framework diagram.
Population-based evolutionary framework. Selection keeps the models users would amplify. Mutation adds small training drift. Crossover lets one model inherit parameters while training on another model's synthetic data.

What showed up

1. Model families are less separate than they look

Independent model families should have clearly different fingerprints. In practice, the boundary is blurry. Across 27 deployed models from five families, within-family and cross-family similarities overlap substantially (Overlap Coefficient = 0.313, Cliff's δ = −0.572).

The time direction is the important part. Newer models echo older models more than older models echo newer ones. That pattern fits a world where outputs from earlier deployed systems become part of later training material.

Density of within- vs. cross-family similarity.
Within- vs. cross-family lexical-fingerprint similarity.
Row-normalized cross-family similarity matrix.
Row-normalized cross-family similarity matrix.
Directed influence vs. release-date lag.
Temporal asymmetry. Directed influence vs. release-date lag. Positive lags dominate, pointing from older models toward newer models.

2. A population changes the collapse story

The fragile case is a single lineage feeding on its own distorted outputs. We reproduce that baseline, and it collapses. Then we keep the synthetic-only setting and organize training as a population. Across 320 models, the evolutionary populations stay stable or improve on MMLU, WinoGrande, MathQA, and SIQA. On MMLU and MathQA, performance rises over generations.

MMLU performance over generations.
MMLU
WinoGrande performance over generations.
WinoGrande
MathQA performance over generations.
MathQA
SIQA performance over generations.
SIQA

The text samples make the failure mode easy to see. Population-based models stay grammatical and on-topic through generation 4. Single recursive models begin to drift into metadata, URLs, and repeated fragments by generation 2.

Side-by-side generation samples: population vs. single model across 5 generations.
Same fantasy prompt, 5 generations. Left: evolutionary population stays coherent. Right: single-model recursive training collapses into URL-like repetition by generation 2.

3. Diversity supplies the buffer

A population does not make every model good. It keeps enough independent lineages alive, so one model's error is less likely to become everyone's error. In a Gaussian setting, the probability that every estimator is bad drops exponentially as the number of estimators grows. The language-model experiments show the same pattern: larger populations preserve stability, while smaller ones stagnate or wobble.

Gaussian estimation: population stays at the truth, single estimator drifts.
1000-generation Gaussian simulation. Population (blue) stays anchored to the truth; single estimator (orange) drifts.
MMLU performance by population size (N=4, 9, 16).
Population-size threshold: only N = 16 sustains improvement.
t-SNE of model completions across 5 generations.
Semantic diversity persists. t-SNE of model completions across generations: prompt clusters and within-cluster spread both survive, so the population does not collapse into a single output style.

Why this matters

Synthetic data is often discussed as a yes-or-no question. The experiments suggest a more useful question: what kind of ecosystem is the data moving through? A single-family ecosystem can copy the same blind spots everywhere. A diverse population gives alternative behaviors more time to survive.

This makes population structure a design variable. Researchers should study model collapse beyond single recursive chains. Builders should preserve genuinely different data sources, model families, and evaluation signals. Diversity here is infrastructure for resilience.

We do not claim that deployed-model fingerprints prove exact training-set lineage. The controlled models are far smaller than frontier systems. The result is a proof of concept for population dynamics, not a safety guarantee for any production ecosystem.

Short version

BibTeX

@inproceedings{xie-etal-2026-data,
  title     = {Data Pollination: An Emergent Ecological Process Driving {AI} Population Evolution},
  author    = {Xie, Shufang and Pei, Qizhi and Lv, Ang and Hu, Jingyang
               and Wu, Lijun and Yan, Rui},
  editor    = {Liakata, Maria and Moreira, Viviane P. and Zhang, Jiajun
               and Jurgens, David},
  booktitle = {Proceedings of the 64th Annual Meeting of the {A}ssociation
               for {C}omputational {L}inguistics (Volume 1: Long Papers)},
  year      = {2026},
  month     = jul,
  address   = {San Diego, California, United States},
  publisher = {Association for Computational Linguistics},
  url       = {https://aclanthology.org/2026.acl-long.1229/},
  doi       = {10.18653/v1/2026.acl-long.1229},
  pages     = {26698--26721},
  ISBN      = {979-8-89176-390-6}
}