When LLMs Stop Following Steps: A Diagnostic Study of Procedural Execution in Language Models
Sailesh Panda, Pritam Kadasi, Abhishek Upperwal, Mayank Singh
TLDR
LLMs struggle with faithful execution of long, multi-step procedures, with accuracy dropping significantly as algorithm length increases.
Key contributions
- Developed a diagnostic benchmark for LLM procedural execution using arithmetic algorithms.
- Found average accuracy drops from 61% (5 steps) to 20% (95 steps) across 14 models.
- Identified common failure modes: missing answers, premature answers, and hallucinated steps.
Why it matters
This paper reveals that high reasoning benchmark scores can hide significant weaknesses in LLMs' ability to follow explicit, multi-step instructions. It highlights a critical gap in current LLM capabilities, suggesting a need for models that can more reliably execute complex procedures.
Original Abstract
Large language models (LLMs) often achieve strong performance on reasoning benchmarks, but final-answer accuracy alone does not show whether they faithfully execute the procedure specified in a prompt. We study this question through a controlled diagnostic benchmark for procedural execution, where models are given a step-wise arithmetic algorithm and two numeric inputs, and must return the final computed value. The benchmark uses simple arithmetic operations but increases complexity through algorithm length and look-back dependencies over intermediate variables. Across 14 models and 55 datasets, average first-answer accuracy drops from 61% on 5-step procedures to 20% on 95-step procedures. Generation-level analysis shows that failures often involve missing answers, premature answers, self-correction after an initial error, under-executed traces, and hallucinated extra steps. These findings suggest that apparent reasoning ability can mask substantial weaknesses in faithful instruction execution.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.