English

Premise Order Matters in Reasoning with Large Language Models

Artificial Intelligence 2024-05-29 v3 Computation and Language

Abstract

Large language models (LLMs) have accomplished remarkable reasoning performance in various domains. However, in the domain of reasoning tasks, we discover a frailty: LLMs are surprisingly brittle to the ordering of the premises, despite the fact that such ordering does not alter the underlying task. In particular, we observe that LLMs achieve the best performance when the premise order aligns with the context required in intermediate reasoning steps. For example, in deductive reasoning tasks, presenting the premises in the same order as the ground truth proof in the prompt (as opposed to random ordering) drastically increases the model's accuracy. We first examine the effect of premise ordering on deductive reasoning on a variety of LLMs, and our evaluation shows that permuting the premise order can cause a performance drop of over 30%. In addition, we release the benchmark R-GSM, based on GSM8K, to examine the ordering effect for mathematical problem-solving, and we again observe a significant drop in accuracy, relative to the original GSM8K benchmark.

Keywords

Cite

@article{arxiv.2402.08939,
  title  = {Premise Order Matters in Reasoning with Large Language Models},
  author = {Xinyun Chen and Ryan A. Chi and Xuezhi Wang and Denny Zhou},
  journal= {arXiv preprint arXiv:2402.08939},
  year   = {2024}
}

Comments

Published at ICML 2024. Xinyun and Ryan contribute equally

R2 v1 2026-06-28T14:48:05.334Z