Papers › Drift and selection in LLM text ecosystems

Drift and selection in LLM text ecosystems

15 Mar 2026arXiv:2604.08554added by Syntology

Søren Riis

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The public text record -- the material from which both people and AI systems now learn -- is increasingly shaped by its own outputs. Generated text enters the public record, later agents learn from it, and the cycle repeats. Here we develop an exactly solvable mathematical framework for this recursive process, based on variable-order n-gram agents, and separate two forces acting on the public corpus. The first is drift: unfiltered reuse progressively removes rare forms, and in the infinite-corpus limit we characterise the stable distributions exactly. The second is selection: publication, ranking and verification filter what enters the record, and the outcome depends on what is selected. When publication merely reflects the statistical status quo, the corpus converges to a shallow state in which further lookahead brings no benefit. When publication is normative -- rewarding quality, correctness or novelty -- deeper structure persists, and we establish an optimal upper bound on the resulting divergence from shallow equilibria. The framework therefore identifies when recursive publication compresses public text and when selective filtering sustains richer structure, with implications for the design of AI training corpora.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.08554")

Code

Syntology Ran 0 of 27 code samples harvested from 1 repository linked to this paper; 27 have no recorded run.

By repository: found in paper text by Syntology: 27 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

SR123/LLM-text-ecosystems found in paper text by Syntology report
SR123/LLM found in paper text by Syntologynot reachable when probed 2026-09-16 — repositories for recent papers often appear after camera-ready report
SR123/L found in paper text by Syntologynot reachable when probed 2026-09-16 — repositories for recent papers often appear after camera-ready report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

27 samples harvested; 0 ran; 0 honoured the contract we drafted; 27 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

27unverified

Licence: 0 of the 27 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from SR123/LLM-text-ecosystems. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

clean_literary_text SR123/LLM-text-ecosystems/src/drift_selection/corpus.py found in paper text by Syntology unverified MIT (permissive) · 8e5fc93aea48cae9 · report
clean_text SR123/LLM-text-ecosystems/src/drift_selection/cleaning.py found in paper text by Syntology unverified MIT (permissive) · 1b6456251fc3b160 · report
default_output_root SR123/LLM-text-ecosystems/src/drift_selection/ngram_regeneration_lab.py found in paper text by Syntology unverified MIT (permissive) · ab35f17bdda388e6 · report
distinct_n SR123/LLM-text-ecosystems/src/drift_selection/metrics.py found in paper text by Syntology unverified MIT (permissive) · 3192911a149d9849 · report
doob_h_transform SR123/LLM-text-ecosystems/src/drift_selection/markov.py found in paper text by Syntology unverified MIT (permissive) · 9d574c3fb904a4c1 · report
environment_summary SR123/LLM-text-ecosystems/src/drift_selection/environments.py found in paper text by Syntology unverified MIT (permissive) · 07331ada1aa91236 · report
file_sha256 SR123/LLM-text-ecosystems/src/drift_selection/manifests.py found in paper text by Syntology unverified MIT (permissive) · 1e3d2b319c17f814 · report
find_project_root SR123/LLM-text-ecosystems/src/drift_selection/ngram_regeneration_lab.py found in paper text by Syntology unverified MIT (permissive) · 56564335fd7b8444 · report
load_environment_tokens SR123/LLM-text-ecosystems/src/drift_selection/environments.py found in paper text by Syntology unverified MIT (permissive) · 47eaf6cae2094346 · report
load_json SR123/LLM-text-ecosystems/src/drift_selection/checkpoints.py found in paper text by Syntology unverified MIT (permissive) · 84a5e93fb6de5139 · report
load_json_checkpoint SR123/LLM-text-ecosystems/src/drift_selection/checkpoints.py found in paper text by Syntology unverified MIT (permissive) · 4a5ed63cca3d14bd · report
load_manifest SR123/LLM-text-ecosystems/src/drift_selection/manifests.py found in paper text by Syntology unverified MIT (permissive) · 2bb9b3fd39a07247 · report
load_text_file SR123/LLM-text-ecosystems/src/drift_selection/corpus.py found in paper text by Syntology unverified MIT (permissive) · 190ae407f3792fbb · report
load_text_files SR123/LLM-text-ecosystems/src/drift_selection/corpus.py found in paper text by Syntology unverified MIT (permissive) · 30acd7161d4a8d38 · report
manifest_with_hashes SR123/LLM-text-ecosystems/src/drift_selection/manifests.py found in paper text by Syntology unverified MIT (permissive) · 503006c62a3e8bb1 · report
normalize_rows SR123/LLM-text-ecosystems/src/drift_selection/markov.py found in paper text by Syntology unverified MIT (permissive) · 65b509daa33381f3 · report
normalize_text SR123/LLM-text-ecosystems/src/drift_selection/cleaning.py found in paper text by Syntology unverified MIT (permissive) · 7987ba488637f64c · report
register_run SR123/LLM-text-ecosystems/src/drift_selection/database.py found in paper text by Syntology unverified MIT (permissive) · f6f4cde455f4fb61 · report
repetition_n SR123/LLM-text-ecosystems/src/drift_selection/metrics.py found in paper text by Syntology unverified MIT (permissive) · de6ef20b34337186 · report
resume_generation_state SR123/LLM-text-ecosystems/src/drift_selection/checkpoints.py found in paper text by Syntology unverified MIT (permissive) · 63fc35dc28e4afca · report
run_figure3_reproduction SR123/LLM-text-ecosystems/src/drift_selection/conan_doyle_figure3.py found in paper text by Syntology unverified MIT (permissive) · 9fc8299e527871b4 · report
save_environment_tokens SR123/LLM-text-ecosystems/src/drift_selection/environments.py found in paper text by Syntology unverified MIT (permissive) · 8c87d68d800d586f · report
snapshot_path SR123/LLM-text-ecosystems/src/drift_selection/ngram_regeneration_lab.py found in paper text by Syntology unverified MIT (permissive) · fd2d7bf93d16321f · report
strip_gutenberg_boilerplate SR123/LLM-text-ecosystems/src/drift_selection/cleaning.py found in paper text by Syntology unverified MIT (permissive) · ea5df48f840de685 · report
support_dropout_rate SR123/LLM-text-ecosystems/src/drift_selection/ngram.py found in paper text by Syntology unverified MIT (permissive) · dbd466fd97fcf021 · report
support_rate SR123/LLM-text-ecosystems/src/drift_selection/metrics.py found in paper text by Syntology unverified MIT (permissive) · 4ed08b3715922160 · report
survival_probabilities SR123/LLM-text-ecosystems/src/drift_selection/markov.py found in paper text by Syntology unverified MIT (permissive) · ff10d1918cbb28d2 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.08554, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections