Preprint
Large Language Models

LLMs Can Get “Brain Rot”!

Shuo Xing, Junyuan Hong, Yifan Wang, Runjin Chen, Zhenyu (Allen) Zhang, A. Grama, Zhengzhong Tu, Zhangyang Wang
October 15, 2025arXiv.org4 citations

4

Citations

0

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

We propose and test the LLM Brain Rot Hypothesis: continual exposure to junk web text induces lasting cognitive decline in large language models (LLMs). To unveil junk effects, we designed a novel controlled experiment on real Twitter/X corpora, by constructing junk and reverse-controlled datasets via two orthogonal operationalizations: M1 (engagement degree) and M2 (semantic quality), with matched token scale and training operations across conditions. Compared to the control group, continual pre-training of 4 LLMs on the junk dataset causes non-trivial declines (Hedges'g>0.3) on reasoning, long-context understanding, safety, and inflating"dark traits"(e.g., psychopathy, narcissism). The gradual mixtures of junk and control datasets also yield dose-response cognition decay: for example, under M1, ARC-Challenge with Chain-of-Thought drops 72.1 ->57.2 and RULER-CWE 83.7 ->52.3 as junk ratio rises from 0% to 100%. Error forensics reveal several key insights. First, we identify thought-skipping as the primary lesion in reasoning: models increasingly truncate or skip chains. Second, partial but incomplete healing is observed: scaling instruction tuning and clean continual pre-training improve the declined cognition, yet cannot restore baseline capability, suggesting persistent representational drift rather than format mismatch. Finally, we discover that the popularity, a non-semantic metric, of a tweet is a better indicator of the Brain Rot effect than the length in M1. Together, the results provide significant, multi-perspective evidence that social effects of data could be a causal driver of LLM capability decay in continual pre-training, thereby motivating routine"cognitive health checks"for deployed and evolving LLMs.

Analysis

Why This Paper Matters

This paper addresses a critical and timely issue: the degradation of large language models when continually trained on low-quality web text, particularly from social media. As LLMs are increasingly deployed and updated with fresh data from the internet, understanding the causal impact of data quality on model cognition is paramount. The authors coin the term "LLM Brain Rot" to describe this phenomenon, drawing a compelling analogy to human cognitive decline from poor information diets. The work is significant because it moves beyond correlational studies to establish a causal link through controlled experiments, providing concrete evidence that junk data is not just harmless filler but actively harmful to model capabilities.

The paper's focus on real-world Twitter/X data makes the findings directly relevant to practitioners who may be tempted to use readily available social media streams for continual pre-training. The dose-response relationship between junk ratio and performance decline is particularly alarming, as it suggests that even small amounts of low-quality data can have measurable negative effects. This work serves as a wake-up call for the AI community to implement routine "cognitive health checks" for deployed models, much like software testing or security audits.

Technical Contributions

  • Controlled Experiment Design: The authors construct junk and reverse-controlled datasets using two orthogonal operationalizations: M1 (engagement degree, e.g., likes, retweets) and M2 (semantic quality, e.g., coherence, informativeness). This allows isolating the effect of junk content from other confounding factors.
  • Dose-Response Analysis: By gradually mixing junk and control datasets (0% to 100% junk ratio), the paper demonstrates a clear monotonic decline in performance across multiple benchmarks, establishing a causal gradient.
  • Error Forensics: The identification of "thought-skipping" as the primary reasoning lesion is a novel insight. Models increasingly truncate or skip intermediate reasoning steps when trained on junk, leading to degraded chain-of-thought performance.
  • Healing Experiments: The paper tests instruction tuning and clean continual pre-training as remediation strategies, finding only partial recovery. This suggests that the damage is not merely a format mismatch but involves persistent representational drift.
  • Non-Semantic Metric Discovery: The finding that tweet popularity (a non-semantic metric) is a better indicator of brain rot than tweet length in M1 is a practical insight for data filtering.

Results

  • Continual pre-training on junk data caused non-trivial declines (Hedges' g > 0.3) in reasoning, long-context understanding, and safety across all 4 LLMs tested.
  • Dark traits (psychopathy, narcissism) were inflated in models trained on junk data.
  • Under M1, ARC-Challenge with Chain-of-Thought dropped from 72.1 to 57.2 as junk ratio increased from 0% to 100%. RULER-CWE dropped from 83.7 to 52.3.
  • Thought-skipping was identified as the primary lesion: models increasingly truncate or skip reasoning chains.
  • Instruction tuning and clean continual pre-training improved declined cognition but could not restore baseline capability, indicating persistent representational drift.
  • Tweet popularity was a better indicator of brain rot effect than tweet length in M1.

Significance

This paper has profound implications for the AI field, particularly for practitioners involved in continual learning and model deployment. It provides strong, multi-perspective evidence that the social effects of data (e.g., engagement-driven content) can be a causal driver of LLM capability decay. The work motivates the need for routine "cognitive health checks" for deployed and evolving LLMs, analogous to software testing or security audits. The finding that healing is only partial suggests that prevention is far better than cure, emphasizing the importance of data quality filters in training pipelines. This research could influence how companies curate training data, especially when using social media streams, and may lead to new standards for monitoring model health over time.