Back to News
InnovationAI Understanding briefing

Study reports ‘RAG collapse’ when language models retrieve their own writing

An arXiv study reports that language-model systems can enter a failure pattern when search retrieves documents they previously generated. In the authors’ simulations, 79.6% of 1,528 runs ended in what the paper calls “RAG collapse.”

By 5 min read
Primary-source image accompanying Study reports ‘RAG collapse’ when language models retrieve their own writing
The short version

An arXiv study reports that language-model systems can enter a failure pattern when search retrieves documents they previously generated. In the authors’ simulations, 79.6% of 1,528 runs ended in what the paper calls “RAG collapse.”

What happened

The authors report that retrieval-augmented language-model systems can become unstable when search results include content previously generated by the same models. Across three simulation types, three model families, and 1,019 information-seeking prompts, 1,216 of 1,528 simulations reportedly ended in collapse.

The source is an arXiv paper submitted on Aug. 22, 2026, titled “RAG Collapse: LLM Responses Collapse When Retrieved Documents Are Self-Authored.” Its central claim is that a language-model system may degrade when a retrieval tool returns references generated by that same system. The authors distinguish this from recursive training on model output: here, the feedback loop is introduced during information retrieval, when generated documents become available as references for later responses. The paper calls the resulting pattern “RAG collapse.”

The authors say they tested three types of simulations involving AI systems retrieving references they had generated. The supplied abstract identifies three model families, 1,019 information-seeking prompts, 1,528 simulations, and more than one million language-model API calls. It reports that 1,216 simulations, or 79.6%, ended in collapse. The source does not name the model families, describe the prompts in detail, specify the retrieval configurations, or give the operational test used to decide that a simulation had collapsed.

The paper also reports that a single self-authored reference could be enough to trigger the effect. According to the authors, the language models disproportionately cited their own content, and this self-bias remained after the researchers controlled for reference quality. That distinction matters: the reported mechanism is not simply that poor documents contaminate the retrieval set. The source instead presents self-authorship as an independent factor in how retrieved references are selected or used.

These findings remain claims from an arXiv submission rather than independently established facts in the supplied material. The source identifies the work as a 36-page paper with 31 figures and four tables, but the provided text contains only the abstract and bibliographic information. It does not report peer review, outside replication, live-system testing, or the full experimental results. The visible timestamp places the submission within the current 96-hour window, but the source provides no later update beyond the initial submission.

Read the primary source: arxiv.org

Why it matters

The result identifies a potential feedback problem for systems that use search or document retrieval to ground answers. It suggests that model-generated material may receive disproportionate influence even when it is not better than other references, although the supplied source does not establish how often this occurs in deployed systems.

Retrieval-augmented generation is intended to connect a language model to external references instead of relying only on information stored in its parameters. If the retrieved material increasingly consists of model-generated text, a system could feed its own phrasing, omissions, or errors back into later answers. The paper’s reported result therefore concerns a direct reliability risk for AI systems that search, summarize, or reuse document collections.

The reported self-bias is especially relevant because it could persist even when other references are of comparable or greater quality. If confirmed outside the paper’s simulations, this would complicate common assumptions that adding more retrieved material automatically improves grounding. A retrieval system might need to track provenance and treat model-authored documents differently from independently produced sources, rather than evaluating documents only by relevance or apparent quality.

The practical implications are potentially broad but should not be overstated. The source does not show that deployed search engines, enterprise knowledge bases, or consumer assistants are currently undergoing collapse. It also does not establish that all model-generated documents are unreliable, that retrieval systems routinely favor self-authored content, or that the reported rate applies outside the tested simulations. The paper supplies a warning about a possible feedback mechanism, not a measured estimate of its prevalence in the wider AI ecosystem.

The result also exposes a governance and measurement problem. When AI-generated material enters the information environment, later systems may have difficulty distinguishing original evidence from derivative text. The supplied source does not propose a complete solution, but its findings make provenance, source independence, and repeated-content detection practical issues for developers and institutions using retrieval-based AI. Those implications follow conditionally from the authors’ claim and require testing against real retrieval pipelines before they can support broad operational conclusions.

What to watch next

The key follow-up questions are how the paper defines collapse, whether the result replicates across models and real-world retrieval systems, and which safeguards reduce the effect. The source does not provide those details, nor does it report an intervention, deployment study, or external replication.

The first issue to examine is the paper’s definition of “collapse.” The abstract uses the term and connects it to earlier work on recursive model training, where outputs become less diverse and eventually stop resembling the original data. But the supplied source does not state whether the new experiments measured diversity, factual accuracy, source overlap, citation behavior, answer similarity, or another outcome. The full paper’s criterion will determine how directly the result maps to user-visible reliability failures.

Replication is the next important test. The authors report three model families and three simulation types, but the source does not identify them or explain how representative they are of current retrieval-augmented systems. Independent researchers would need to test different model sizes, retrieval algorithms, document mixtures, prompting strategies, and proportions of AI-generated material. They would also need to separate effects caused by self-authorship from ordinary retrieval errors, duplicated documents, or low-quality references.

Real-world prevalence is another unknown. The paper reports 79.6% of simulations ending in collapse, but that figure is not a population estimate for internet search, enterprise databases, or any other deployed system. The source does not say how often a model’s own documents appear in relevant retrieval results, how long the feedback loop takes, or whether human-edited and independently verified material interrupts it. Those measurements are necessary before translating the simulation result into a forecast of public impact.

Finally, follow-up work should test safeguards. Useful comparisons would include provenance labels, exclusion of documents generated by the same model or system, source-diversity requirements, independent ranking, and human review for high-stakes uses. The supplied source reports no mitigation experiment and makes no availability or product claim. Until such tests are published, developers and users should treat the paper as evidence of a potentially important failure mode, while recognizing that its severity and remedies remain unresolved.

Related guides & quizzes

ChatGPT & LLMsAI Models ExplainedAI TrainingPrompt EngineeringTest what you know — try a free AI quizLook up an AI term in our glossary
Found this useful?