<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ArXiv | Dylan Chiang</title><link>https://dylanchiang-dev.github.io/en/tags/arxiv/</link><atom:link href="https://dylanchiang-dev.github.io/en/tags/arxiv/index.xml" rel="self" type="application/rss+xml"/><description>ArXiv</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-US</language><lastBuildDate>Fri, 31 Oct 2025 00:00:00 +0000</lastBuildDate><image><url>https://dylanchiang-dev.github.io/media/icon_hu_982c5d63a71b2961.png</url><title>ArXiv</title><link>https://dylanchiang-dev.github.io/en/tags/arxiv/</link></image><item><title>Paper reading: LLMs CAN GET 'BRAIN ROT'! - Research on cognitive decline in large language models</title><link>https://dylanchiang-dev.github.io/en/post/llm-brain-rot/</link><pubDate>Fri, 31 Oct 2025 00:00:00 +0000</pubDate><guid>https://dylanchiang-dev.github.io/en/post/llm-brain-rot/</guid><description>&lt;p>I recently read the important research paper &amp;ldquo;LLMs CAN GET &amp;ldquo;BRAIN ROT&amp;rdquo;!&amp;rdquo; from institutions such as the University of Texas at Austin, Purdue University, and Texas A&amp;amp;M University. This study proposed and verified the &amp;ldquo;LLM Brain Rot Hypothesis&amp;rdquo; for the first time, and found that continued exposure to spam online text will lead to long-lasting cognitive decline in large language models. This is a very warning discovery.&lt;/p>
&lt;h2 id="research-background-and-assumptions">Research background and assumptions&lt;/h2>
&lt;h3 id="source-of-inspiration">Source of inspiration&lt;/h3>
&lt;p>&amp;ldquo;Brain Rot&amp;rdquo; was named the word of the year by Oxford Dictionary in 2024. It is used to describe the cognitive decline caused by modern people&amp;rsquo;s addiction to a large amount of trivial and unchallenging online content. This study shows that the impact of Internet addiction on human cognition is mainly reflected in three dimensions:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Attention Capacity&lt;/strong>: The constant flow of online information undermines the ability to concentrate&lt;/li>
&lt;li>&lt;strong>Memory Process&lt;/strong>: Rich online information changes the way knowledge is stored and retrieved&lt;/li>
&lt;li>&lt;strong>Social Cognition&lt;/strong>: Online interactions reshape self-concept and affect self-esteem&lt;/li>
&lt;/ul>
&lt;h3 id="research-questions">Research questions&lt;/h3>
&lt;p>Since large language models acquire human-like cognitive capabilities by learning trillions of data on the Internet, will they also experience a similar &amp;ldquo;Brain Rot&amp;rdquo; phenomenon? The research team established the &lt;strong>LLM Brain Rot Hypothesis&lt;/strong>: Continuous pre-training on junk web text will lead to long-lasting cognitive decline in large language models.&lt;/p>
&lt;h2 id="experimental-design-and-methods">Experimental design and methods&lt;/h2>
&lt;h3 id="garbage-data-definition">Garbage data definition&lt;/h3>
&lt;p>To test the hypothesis, the research team constructed spam and control datasets from social media (Twitter/X) and proposed two orthogonal spam data measures:&lt;/p>
&lt;p>&lt;strong>M1 (Engagement)&lt;/strong>: Based on the popularity of tweets (number of likes, retweets, replies) and length (number of tokens), select short but highly popular content as spam data&lt;/p>
&lt;p>&lt;strong>M2 (Semantic Quality)&lt;/strong>: Based on content semantic quality, including:&lt;/p>
&lt;ul>
&lt;li>Conspiracy theories, exaggerated claims or unfounded assertions&lt;/li>
&lt;li>Sensational headlines and clickbait language&lt;/li>
&lt;li>Superficial topic content&lt;/li>
&lt;li>Attractive style&lt;/li>
&lt;/ul>
&lt;h3 id="experimental-model">Experimental model&lt;/h3>
&lt;p>The study was conducted on four pre-trained and instruction-tuned models:&lt;/p>
&lt;ul>
&lt;li>Llama3 8B Instruct&lt;/li>
&lt;li>Qwen2.5 7B Instruct&lt;/li>
&lt;li>Qwen2.5 0.5B Instruct&lt;/li>
&lt;li>Qwen3 4B Instruct&lt;/li>
&lt;/ul>
&lt;h3 id="benchmark-test">Benchmark test&lt;/h3>
&lt;p>The study assessed multiple dimensions of cognitive function:&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Cognitive Function&lt;/th>
&lt;th>Benchmark Testing&lt;/th>
&lt;th>Assessment Content&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>&lt;strong>Reasoning Skills&lt;/strong>&lt;/td>
&lt;td>ARC Challenge&lt;/td>
&lt;td>Scientific Problem Solving Skills&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Long Context Understanding&lt;/strong>&lt;/td>
&lt;td>RULER&lt;/td>
&lt;td>Long-term memory retrieval and comprehension&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Ethics&lt;/strong>&lt;/td>
&lt;td>HH-RLHF, AdvBench&lt;/td>
&lt;td>Safety Compliance Ability&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>&lt;strong>Personality Traits&lt;/strong>&lt;/td>
&lt;td>TRAIT&lt;/td>
&lt;td>The Big Five and the Dark Triad&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;h2 id="key-findings">Key findings&lt;/h2>
&lt;h3 id="1-garbage-intervention-leads-to-cognitive-decline">1. Garbage intervention leads to cognitive decline&lt;/h3>
&lt;p>The study found that the junk intervention produced non-trivial effects on reasoning and long-context ability (Hedges&amp;rsquo; g &amp;gt; 0.3). In particular, the M1 (engagement) intervention caused more significant impairments in functional cognition (reasoning or long context) and safety.&lt;/p>
&lt;h3 id="2-dose-response-effect">2. Dose response effect&lt;/h3>
&lt;p>Experiments on Llama3 8B Instruct show that when the proportion of garbage data increases from 0% to 100%:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>ARC-Challenge (COT)&lt;/strong>: 74.9 → 57.2 (down 17.7 points)&lt;/li>
&lt;li>&lt;strong>RULER-CWE&lt;/strong>: 84.4 → 52.3 (down 32.1 points)&lt;/li>
&lt;/ul>
&lt;p>This demonstrates a clear dose-response relationship between junk data and cognitive decline.&lt;/p>
&lt;h3 id="3-changes-in-personality-traits">3. Changes in personality traits&lt;/h3>
&lt;p>Litter intervention not only affects cognitive abilities, but also changes LLM&amp;rsquo;s personality traits:&lt;/p>
&lt;p>&lt;strong>Negative changes&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>Increased levels of psychosis&lt;/li>
&lt;li>Enhance narcissism and Machiavellian traits&lt;/li>
&lt;li>Decreased agreeableness&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Positive changes&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>Increased openness and extraversion (in some cases)&lt;/li>
&lt;/ul>
&lt;h3 id="4-differences-between-m1-and-m2">4. Differences between M1 and M2&lt;/h3>
&lt;p>The study found that M1 (engagement) and M2 (semantic quality) interventions produced distinct effects. The M1 intervention resulted in more negative effects, especially on safety and personality traits, demonstrating that engagement is a new dimension independent of semantic quality.&lt;/p>
&lt;h2 id="failure-mode-analysis">Failure mode analysis&lt;/h2>
&lt;p>###Thought-Skipping&lt;/p>
&lt;p>By analyzing the reasoning process of LLM in the ARC task, the study identified five typical failure modes, three of which are related to &amp;ldquo;thinking jumps&amp;rdquo;:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>No thinking&lt;/strong>: The model answers directly without thinking.&lt;/li>
&lt;li>&lt;strong>No plan&lt;/strong>: The model starts thinking without developing a step-by-step plan.&lt;/li>
&lt;li>&lt;strong>Jump Steps&lt;/strong>: Starting reasoning but not completing all planning steps&lt;/li>
&lt;/ol>
&lt;p>More than 98% of failure cases are related to thinking jumps. In M1 garbage intervention, 84% of failures belong to the &amp;ldquo;no thinking&amp;rdquo; type.&lt;/p>
&lt;h3 id="popularity-vs-length">Popularity vs Length&lt;/h3>
&lt;p>Research has found that popularity (a non-semantic indicator) is a better indicator of the Brain Rot effect than length:&lt;/p>
&lt;ul>
&lt;li>Popularity plays a more critical role in reasoning tasks&lt;/li>
&lt;li>Length is more important in long context understanding&lt;/li>
&lt;li>Both have different effects on different tasks&lt;/li>
&lt;/ul>
&lt;h2 id="mitigation-attempts-and-persistence">Mitigation attempts and persistence&lt;/h2>
&lt;h3 id="1-reflective-reasoning">1. Reflective Reasoning&lt;/h3>
&lt;p>Try two reflection methods to fix mental jumps:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Self-Reflect&lt;/strong>: Model self-reflection (limited effect)&lt;/li>
&lt;li>&lt;strong>Ext-Reflect&lt;/strong>: Provide feedback using an external strong model (GPT-4o-mini)&lt;/li>
&lt;/ul>
&lt;p>The results show that even with strong external reflection, the model cannot fully recover to baseline levels.&lt;/p>
&lt;h3 id="2-posterior-instruction-tuning">2. Posterior instruction tuning&lt;/h3>
&lt;p>The study also tested extended instruction tuning and continuous control training:&lt;/p>
&lt;ul>
&lt;li>Even with 4.8x more garbage intervention instruction tuning data&lt;/li>
&lt;li>Still unable to completely reverse the Brain Rot effect&lt;/li>
&lt;li>Significant gaps with benchmarks remain: ARC-C COT (17.3%), RULER (9%), AdvBench (17.4%)&lt;/li>
&lt;/ul>
&lt;p>This shows that the Brain Rot effect has been deeply internalized and existing mitigation methods cannot fundamentally solve the problem.&lt;/p>
&lt;h2 id="significance-and-enlightenment">Significance and Enlightenment&lt;/h2>
&lt;h3 id="1-warning-on-llm-training">1. Warning on LLM training&lt;/h3>
&lt;p>This study provides the first significant evidence of data quality as a causal driver of LLM capability degradation, re-considering continuous pre-training data management as a safety issue during training.&lt;/p>
&lt;h3 id="2-cognitive-health-check-is-required">2. &amp;ldquo;Cognitive health check&amp;rdquo; is required&lt;/h3>
&lt;p>The findings call for routine &amp;ldquo;cognitive health checks&amp;rdquo; for deployed LLMs, similar to health monitoring in the medical field.&lt;/p>
&lt;h3 id="3-the-urgency-of-data-curation">3. The urgency of data curation&lt;/h3>
&lt;p>As LLM continues to scale and ingest ever larger amounts of network data, careful data curation and quality control are critical to preventing cumulative damage.&lt;/p>
&lt;h2 id="thinking-and-reflection">Thinking and Reflection&lt;/h2>
&lt;p>This research reveals a disturbing reality: the social media content we are exposed to every day may not only affect human cognition, but also impair the &amp;ldquo;cognitive&amp;rdquo; capabilities of AI models. While LLMs obviously do not have the same &amp;ldquo;grey matter&amp;rdquo; or &amp;ldquo;neurons&amp;rdquo; as humans, they do have parameters and attention mechanisms that can be similarly &amp;ldquo;overfitted&amp;rdquo; or &amp;ldquo;distracted&amp;rdquo; by certain data patterns.&lt;/p>
&lt;p>The most worrying finding in the study is that the Brain Rot effect persists even with posterior tuning using large-scale clean data. This implies that we need to fundamentally rethink data collection and pre-training practices, focusing not only on model performance, but also on the &amp;ldquo;cognitive health&amp;rdquo; of the model over the long term.&lt;/p>
&lt;h2 id="conclusion">Conclusion&lt;/h2>
&lt;p>&amp;ldquo;LLMs CAN GET &amp;ldquo;BRAIN ROT&amp;rdquo;!&amp;rdquo; This research contributes valuable insights to the field of AI security, and is the first to systematically prove the negative impact of spam online text on large language models. The research not only verified the LLM Brain Rot hypothesis, but also revealed the fine mechanism of cognitive decline, pointing out the direction for future AI safety research.&lt;/p>
&lt;p>With the rapid development of AI, we must face the importance of data quality, establish stricter data curation standards, and develop an effective AI &amp;ldquo;cognitive health&amp;rdquo; monitoring mechanism. Only in this way can we ensure that AI systems maintain their due &amp;ldquo;cognitive purity&amp;rdquo; while serving humans.&lt;/p>
&lt;hr>
&lt;p>&lt;strong>Paper Information&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Title&lt;/strong>: LLMs CAN GET &amp;ldquo;BRAIN ROT&amp;rdquo;!&lt;/li>
&lt;li>&lt;strong>Authors&lt;/strong>: Shuo Xing, Junyuan Hong, Yifan Wang, Runjin Chen, etc.&lt;/li>
&lt;li>&lt;strong>Institution&lt;/strong>: University of Texas at Austin, Purdue University, Texas A&amp;amp;M University&lt;/li>
&lt;li>&lt;strong>Published&lt;/strong>: arXiv:2510.13928v1 [cs.CL] October 15, 2025&lt;/li>
&lt;li>&lt;strong>Paper address&lt;/strong>:
&lt;/li>
&lt;li>&lt;strong>Project Page&lt;/strong>:
&lt;/li>
&lt;/ul></description></item></channel></rss>