<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Research Paper | Dylan Chiang</title><link>https://dylanchiang-dev.github.io/en/tags/research-paper/</link><atom:link href="https://dylanchiang-dev.github.io/en/tags/research-paper/index.xml" rel="self" type="application/rss+xml"/><description>Research Paper</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>Research Paper</title><link>https://dylanchiang-dev.github.io/en/tags/research-paper/</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><item><title>Paper reading: Aegaeon - Efficient GPU pooling technology for concurrent LLM services on the market</title><link>https://dylanchiang-dev.github.io/en/post/aegaeon-gpu-pooling/</link><pubDate>Wed, 22 Oct 2025 00:00:00 +0000</pubDate><guid>https://dylanchiang-dev.github.io/en/post/aegaeon-gpu-pooling/</guid><description>&lt;p>I recently read an important paper &amp;ldquo;Aegaeon: Effective GPU Pooling for Concurrent LLM Serving on the Market&amp;rdquo; that will be published in SOSP &amp;lsquo;25. This research, completed by Peking University and Alibaba Group, proposes a revolutionary multi-model LLM service system, which greatly improves GPU resource utilization efficiency.&lt;/p>
&lt;h2 id="research-background-and-challenges">Research background and challenges&lt;/h2>
&lt;h3 id="resource-waste-problem-in-the-model-market">Resource waste problem in the model market&lt;/h3>
&lt;p>With the rapid development of large-scale language models, model marketplaces such as Hugging Face now host over a million models. However, there is a serious waste of resources in the actual production environment:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Obvious long tail effect&lt;/strong>: 94.1% of models receive only 1.35% of requests&lt;/li>
&lt;li>&lt;strong>Uneven Resource Allocation&lt;/strong>: 17.7% of the GPU is used to serve a &amp;ldquo;cold&amp;rdquo; model that averages less than 0.2 requests per second&lt;/li>
&lt;li>&lt;strong>Difficult to cope with burst loads&lt;/strong>: &amp;ldquo;Hot&amp;rdquo; models (such as DeepSeek, Llama, Qwen) face request bursts and may exceed reserved resources&lt;/li>
&lt;/ul>
&lt;h3 id="limitations-of-existing-solutions">Limitations of existing solutions&lt;/h3>
&lt;p>Existing GPU pooling solutions mainly fall into two categories:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>Multiplexing&lt;/strong>: Limited by GPU memory capacity, supports up to 2-3 models/GPU&lt;/li>
&lt;li>&lt;strong>Auto-scaling&lt;/strong>: Expanding at the request level, there is a head blocking (HOL) problem&lt;/li>
&lt;/ol>
&lt;h2 id="aegaeons-core-innovation">Aegaeon’s Core Innovation&lt;/h2>
&lt;h3 id="token-level-automatic-expansion">Token level automatic expansion&lt;/h3>
&lt;p>The biggest innovation of Aegaeon is the token-level automatic expansion mechanism, which is in contrast to the request-level expansion of existing solutions:&lt;/p>
&lt;p>&lt;strong>Request Level Expansion&lt;/strong>: Must wait for the entire request to complete before switching models
&lt;strong>Token level extension&lt;/strong>: models can be switched predictively during token generation&lt;/p>
&lt;h3 id="separate-scheduling-architecture">Separate scheduling architecture&lt;/h3>
&lt;p>Aegaeon divides the GPU pool into two partitions:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>Prefill instance&lt;/strong>: Specially handles the initial processing of input prompts&lt;/li>
&lt;li>&lt;strong>Decoding instance&lt;/strong>: specifically handles subsequent token generation&lt;/li>
&lt;/ol>
&lt;p>This separation avoids the complexity of unified scheduling and enables more balanced resource utilization.&lt;/p>
&lt;h3 id="scheduling-strategy">Scheduling strategy&lt;/h3>
&lt;p>&lt;strong>Prefill phase scheduling&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>Adopt grouped FCFS (First-Come-First-Serve) strategy&lt;/li>
&lt;li>Group requests for the same model, maximum group size is 8&lt;/li>
&lt;li>Prioritize loading into existing groups to reduce over-expansion&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Decoding phase scheduling&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>Use Weighted Round-Robin strategy&lt;/li>
&lt;li>Assign time quotas based on SLO requirements&lt;/li>
&lt;li>Utilize output buffering to hide latency&lt;/li>
&lt;/ul>
&lt;h2 id="system-optimization-technology">System optimization technology&lt;/h2>
&lt;h3 id="component-reuse">Component Reuse&lt;/h3>
&lt;p>Aegaeon significantly reduces initialization overhead by reusing inference engine components:&lt;/p>
&lt;ul>
&lt;li>Distributed actuators (Ray, NCCL)&lt;/li>
&lt;li>Analyze and optimize components&lt;/li>
&lt;li>Tokenizer&lt;/li>
&lt;li>Memory pool&lt;/li>
&lt;/ul>
&lt;h3 id="explicit-memory-management">Explicit memory management&lt;/h3>
&lt;p>&lt;strong>Self-managed VRAM buffer&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>Allocate all necessary VRAM at once&lt;/li>
&lt;li>Use bump allocation strategy to avoid fragmentation&lt;/li>
&lt;li>Bypass the allocation mechanism of the tensor library&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Unified KV Cache&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>Using slab allocation technology&lt;/li>
&lt;li>Maintain dedicated pool for each shape of KV cache&lt;/li>
&lt;li>Effectively manage memory fragmentation&lt;/li>
&lt;/ul>
&lt;h3 id="fine-grained-kv-cache-synchronization">Fine-grained KV cache synchronization&lt;/h3>
&lt;p>Implementing asynchronous KV cache transfers using CUDA events:&lt;/p>
&lt;ul>
&lt;li>&lt;code>cudaEventRecord&lt;/code>: Log transfer events&lt;/li>
&lt;li>&lt;code>cudaEventQuery&lt;/code>: Query completion status&lt;/li>
&lt;li>&lt;code>cudaStreamWaitEvent&lt;/code>: synchronized execution sequence&lt;/li>
&lt;/ul>
&lt;h2 id="experimental-results-and-performance-evaluation">Experimental results and performance evaluation&lt;/h2>
&lt;h3 id="end-to-end-performance">End-to-end performance&lt;/h3>
&lt;p>Test results on the ShareGPT dataset:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>RPS = 0.1&lt;/strong>: Aegaeon supports 70 models, 2x more than ServerlessLLM&lt;/li>
&lt;li>&lt;strong>RPS = 0.5&lt;/strong>: Aegaeon achieves 2.5x higher request arrival rate&lt;/li>
&lt;li>&lt;strong>Single GPU Efficiency&lt;/strong>: Supports up to 7 models/GPU&lt;/li>
&lt;/ul>
&lt;h3 id="performance-under-strict-slo">Performance under strict SLO&lt;/h3>
&lt;p>Even under stricter SLO requirements:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>0.5× SLO&lt;/strong>: still supports 50% more models than the baseline solution&lt;/li>
&lt;li>&lt;strong>0.3× SLO&lt;/strong>: 12.5% more models supported&lt;/li>
&lt;/ul>
&lt;h3 id="automatic-expansion-speed">Automatic expansion speed&lt;/h3>
&lt;ul>
&lt;li>Near-instant scaling (via prefetching) 50% of the time&lt;/li>
&lt;li>Expansion completes within 1 second in other cases&lt;/li>
&lt;li>KV cache transfer overhead per request is less than 1 second&lt;/li>
&lt;/ul>
&lt;h2 id="production-environment-deployment">Production environment deployment&lt;/h2>
&lt;h3 id="deployment-scale">Deployment scale&lt;/h3>
&lt;p>Aegaeon has been tested and deployed in Alibaba Cloud Model Studio for three months:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>GPU Scale&lt;/strong>: 213 H20 GPUs&lt;/li>
&lt;li>&lt;strong>Number of models&lt;/strong>: 47 models (28 1.8-7B, 19 32-72B)&lt;/li>
&lt;li>&lt;strong>Resource Savings&lt;/strong>: Reduced from 1,192 GPUs to 213 (82% savings)&lt;/li>
&lt;/ul>
&lt;h3 id="actual-performance-improvement">Actual performance improvement&lt;/h3>
&lt;p>GPU utilization improved from an average of 13.3%∼33.9% to 48.1%, with no SLO violations or service interruptions observed during the 70 hours of monitoring.&lt;/p>
&lt;h2 id="summary-of-technical-contributions">Summary of technical contributions&lt;/h2>
&lt;ol>
&lt;li>&lt;strong>Revealing for the first time&lt;/strong> the excessive cost problem of concurrent LLM services in the market&lt;/li>
&lt;li>&lt;strong>The first token-level automatic expansion&lt;/strong> multi-model service solution&lt;/li>
&lt;li>&lt;strong>First comprehensive optimization&lt;/strong> Predictive automatic expansion process, reducing overhead by 97%&lt;/li>
&lt;li>&lt;strong>Real production deployment verification&lt;/strong>, proving the ability to significantly reduce OPEX&lt;/li>
&lt;/ol>
&lt;h2 id="future-development-direction">Future development direction&lt;/h2>
&lt;p>Although Aegaeon has made breakthrough progress, there is still room for improvement in the following areas:&lt;/p>
&lt;ul>
&lt;li>Support larger model clusters&lt;/li>
&lt;li>Optimize performance in extremely low latency scenarios&lt;/li>
&lt;li>Explore combinations with multiplexing technology&lt;/li>
&lt;li>Expand to more diverse hardware platforms&lt;/li>
&lt;/ul>
&lt;h2 id="conclusion">Conclusion&lt;/h2>
&lt;p>Aegaeon represents an important milestone in the design of LLM inference systems. Through token-level automatic expansion and full-stack optimization, it not only solves the resource waste problem faced by the model market, but also provides a technical foundation for the sustainable development of cloud AI services.&lt;/p>
&lt;hr>
&lt;h2 id="-paper-information">📄 Paper information&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Paper Title&lt;/strong>: Aegaeon: Effective GPU Pooling for Concurrent LLM Serving on the Market&lt;/li>
&lt;li>&lt;strong>Authors&lt;/strong>: Yuxing Xiang, Xue Li, Kun Qian, Yufan Yang, Diwen Zhu, Wenyuan Yu, Ennan Zhai, Xuanzhe Liu, Xin Jin, Jingren Zhou&lt;/li>
&lt;li>&lt;strong>Institution&lt;/strong>: Peking University, Alibaba Group&lt;/li>
&lt;li>&lt;strong>Conference&lt;/strong>: ACM SIGOPS 31st Symposium on Operating Systems Principles (SOSP &amp;lsquo;25)&lt;/li>
&lt;li>&lt;strong>Year of Publication&lt;/strong>: 2025&lt;/li>
&lt;li>&lt;strong>DOI&lt;/strong>:
&lt;/li>
&lt;li>&lt;strong>PDF link&lt;/strong>:
&lt;/li>
&lt;/ul></description></item><item><title>Paper Reading: How Prompt Word Politeness Affects LLM Accuracy: Mind Your Tone Paper Analysis</title><link>https://dylanchiang-dev.github.io/en/post/prompt-politeness-llm/</link><pubDate>Fri, 17 Oct 2025 00:00:00 +0000</pubDate><guid>https://dylanchiang-dev.github.io/en/post/prompt-politeness-llm/</guid><description>&lt;p>I recently read an interesting research paper from Penn State University called &amp;ldquo;Mind Your Tone: Investigating How Prompt Politeness Affects LLM Accuracy&amp;rdquo;. This study explores how the politeness of prompt words affects the accuracy of large language models. The results are quite surprising.&lt;/p>
&lt;h2 id="research-background-and-methods">Research background and methods&lt;/h2>
&lt;p>The researchers created a dataset of 50 foundational questions covering the fields of mathematics, science and history. Each question was rewritten into five different tone versions:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>Very Polite&lt;/strong> (Very Polite)&lt;/li>
&lt;li>&lt;strong>Polite&lt;/strong> (Polite)&lt;/li>
&lt;li>&lt;strong>Neutral&lt;/strong> (Neutral)&lt;/li>
&lt;li>&lt;strong>Rude&lt;/strong> (Rude)&lt;/li>
&lt;li>&lt;strong>Very Rude&lt;/strong>&lt;/li>
&lt;/ol>
&lt;p>A total of 250 unique prompt words were generated and tested using ChatGPT-4o.&lt;/p>
&lt;h2 id="unexpected-discovery">Unexpected discovery&lt;/h2>
&lt;p>The findings were counter-intuitive: &lt;strong>Impolite prompt words actually performed better than polite prompt words&lt;/strong>.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Very Polite&lt;/strong>: 80.8% accuracy&lt;/li>
&lt;li>&lt;strong>Courtesy&lt;/strong>: 81.4% accuracy&lt;/li>
&lt;li>&lt;strong>Neutral&lt;/strong>: 82.2% accuracy&lt;/li>
&lt;li>&lt;strong>rude&lt;/strong>: 82.8% accuracy&lt;/li>
&lt;li>&lt;strong>Very Rude&lt;/strong>: 84.8% accuracy&lt;/li>
&lt;/ul>
&lt;p>Paired samples t-test showed that these differences were statistically significant (p &amp;lt; 0.05).&lt;/p>
&lt;h2 id="example-of-prompt-word-tone">Example of prompt word tone&lt;/h2>
&lt;p>The researchers designed different prefixes for each politeness level:&lt;/p>
&lt;p>&lt;strong>Very polite example&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>&amp;ldquo;Can you kindly consider the following problem and provide your answer.&amp;rdquo;&lt;/li>
&lt;li>&amp;ldquo;Would you be so kind as to solve the following question?&amp;rdquo;&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Very rude example&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>&amp;ldquo;You poor creature, do you even know how to solve this?&amp;rdquo;&lt;/li>
&lt;li>&amp;ldquo;Hey gofer, figure this out.&amp;rdquo;&lt;/li>
&lt;/ul>
&lt;h2 id="differences-from-previous-studies">Differences from previous studies&lt;/h2>
&lt;p>This finding differs from previous research. Research by Yin et al. (2024) shows that &amp;ldquo;rude prompt words generally lead to poorer performance&amp;rdquo;, but they used older models such as ChatGPT-3.5 and Llama2-70B.&lt;/p>
&lt;p>The researchers speculate that &lt;strong>newer generations of LLM may have different response patterns to changes in tone&lt;/strong>.&lt;/p>
&lt;h2 id="possible-explanation-mechanisms">Possible explanation mechanisms&lt;/h2>
&lt;ol>
&lt;li>&lt;strong>Perplexity Effect&lt;/strong>: Mood vocabulary may affect the confusion of prompt words, thereby affecting model performance&lt;/li>
&lt;li>&lt;strong>Length factor&lt;/strong>: Polite expressions usually require more words, which may affect processing efficiency&lt;/li>
&lt;li>&lt;strong>Training data bias&lt;/strong>: The model may have been exposed to data distributions with different tones during the training process&lt;/li>
&lt;/ol>
&lt;h2 id="research-limitations-and-future-directions">Research limitations and future directions&lt;/h2>
&lt;h3 id="limitations">Limitations:&lt;/h3>
&lt;ul>
&lt;li>Relatively small dataset size (50 base questions)&lt;/li>
&lt;li>Mainly tested ChatGPT-4o, other models have limited results&lt;/li>
&lt;li>Only the accuracy of multiple-choice questions is evaluated, other quality indicators are not considered&lt;/li>
&lt;/ul>
&lt;h3 id="future-research">Future research:&lt;/h3>
&lt;ul>
&lt;li>Expanded to more LLM models&lt;/li>
&lt;li>Explore performance differences across different task types&lt;/li>
&lt;li>Study the underlying mechanism of the influence of tone&lt;/li>
&lt;li>Develop reminder strategies that are both effective and friendly&lt;/li>
&lt;/ul>
&lt;h2 id="ethical-considerations">Ethical considerations&lt;/h2>
&lt;p>Although the study found that rude prompt words were more effective, the researchers emphasized that they do not recommend using hostile language in practical applications. Negative interactive experiences can impact user experience, accessibility, and inclusivity, and promote harmful communication norms.&lt;/p>
&lt;h2 id="conclusion">Conclusion&lt;/h2>
&lt;p>This study reveals the sensitivity of LLM to surface features of prompt words, challenging our traditional understanding of politeness in human-computer interaction. In the future, a balance needs to be found between improving model performance and maintaining a healthy interactive environment.&lt;/p>
&lt;hr>
&lt;h2 id="-paper-information">📄 Paper information&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Paper Title&lt;/strong>: Mind Your Tone: Investigating How Prompt Politeness Affects LLM Accuracy&lt;/li>
&lt;li>&lt;strong>Author&lt;/strong>: Om Dobariya, Akhil Kumar&lt;/li>
&lt;li>&lt;strong>Institution&lt;/strong>: Pennsylvania State University&lt;/li>
&lt;li>&lt;strong>arXiv link&lt;/strong>:
&lt;/li>
&lt;li>&lt;strong>Year of Publication&lt;/strong>: 2025&lt;/li>
&lt;/ul></description></item></channel></rss>