paper-with-me

홈 › Papers

The Order Effect: Investigating Prompt Sensitivity to Input Order in LLMs

2025-02-06 · Bryan Guan, Tanya Roosta, Peyman Passban, Mehdi Rezagholizadeh

As large language models (LLMs) become integral to diverse applications, ensuring their reliability under varying input conditions is crucial. One key issue affecting this reliability is order sensitivity, wherein slight variations in the input arrangement can lead to inconsistent or biased outputs. Although recent advances have reduced this sensitivity, the problem remains unresolved. This paper investigates the extent of order sensitivity in LLMs whose internal components are hidden from users (such as closed-source models or those accessed via API calls). We conduct experiments across multiple tasks, including paraphrasing, relevance judgment, and multiple-choice questions. Our results show that input order significantly affects performance across tasks, with shuffled inputs leading to measurable declines in output accuracy. Few-shot prompting demonstrates mixed effectiveness and offers partial mitigation; however, fails to fully resolve the problem. These findings highlight persistent risks, particularly in high-stakes applications, and point to the need for more robust LLMs or improved input-handling techniques in future development.

📄 PDF Abstract BibTeX arXiv:2502.04134

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choiceSensitivity

Similar Papers 제목 키워드 기반

Revisiting Prompt Sensitivity in Large Language Models for Text Classification: The Role of Prompt Underspecification

2026-02-04 · Branislav Pecher, Michal Spiegel, Robert Belanec, Jan Cegin arxiv

Large language models (LLMs) are widely used as zero-shot and few-shot classifiers, where task behaviour is largely controlled through prompting. A growing number of works have observed that LLMs are sensitive to prompt …

Text Classification

Understanding the Prompt Sensitivity

2026-04-20 · Yang Liu, Chenhui Chu arxiv

Prompt sensitivity, which refers to how strongly the output of a large language model (LLM) depends on the exact wording of its input prompt, raises concerns among users about the LLM's stability and reliability. In this…

Evaluating and Explaining Prompt Sensitivity of LLMs Using Interactions

2026-08-19 · Ruiyang Qin, Qingzhuo Wang, Tian Wang, Zhihua Wei 외 arxiv

The remarkable capabilities of large language models (LLMs) are often undermined by their instability. Even subtle and semantically irrelevant changes in prompts can cause dramatic fluctuations in performance, a phenomen…

Few-Shot Learning

UniBias: Unveiling and Mitigating LLM Bias through Internal Attention and FFN Manipulation

2024-05-31 · Hanzhang Zhou, Zijian Feng, Zixiao Zhu, Junlang Qian 외

Large language models (LLMs) have demonstrated impressive capabilities in various tasks using the in-context learning (ICL) paradigm. However, their effectiveness is often compromised by inherent bias, leading to prompt …

In-Context Learning

LLM as a Scorer: The Impact of Output Order on Dialogue Evaluation

2024-06-05 · Yi-Pei Chen, KuanChao Chu, Hideki Nakayama

This research investigates the effect of prompt design on dialogue evaluation using large language models (LLMs). While LLMs are increasingly used for scoring various inputs, creating effective prompts for dialogue evalu…

Dialogue EvaluationSensitivity