<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prompt Project | Dylan Chiang</title><link>https://dylanchiang-dev.github.io/en/tags/prompt-project/</link><atom:link href="https://dylanchiang-dev.github.io/en/tags/prompt-project/index.xml" rel="self" type="application/rss+xml"/><description>Prompt Project</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-US</language><lastBuildDate>Fri, 17 Oct 2025 00:00:00 +0000</lastBuildDate><image><url>https://dylanchiang-dev.github.io/media/icon_hu_982c5d63a71b2961.png</url><title>Prompt Project</title><link>https://dylanchiang-dev.github.io/en/tags/prompt-project/</link></image><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>