AICLFeb 14, 2024

Premise Order Matters in Reasoning with Large Language Models

arXiv:2402.08939v362 citationsh-index: 19ICML
Originality Synthesis-oriented
AI Analysis

This reveals a critical frailty in LLMs for reasoning tasks, which is incremental as it highlights a specific limitation rather than proposing a new solution.

The paper identifies that large language models (LLMs) are brittle to the ordering of premises in reasoning tasks, with performance dropping over 30% when premises are permuted, despite the underlying task remaining unchanged.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes