When LLMs Stop Following Steps: A Diagnostic Study of Procedural Execution in Language Models

arXiv cs.CL / 5/4/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The study argues that high performance on reasoning benchmarks and final-answer accuracy may hide failures in whether LLMs faithfully execute the step-by-step procedure given in prompts.
  • It introduces a controlled diagnostic benchmark where models must follow a step-wise arithmetic algorithm with increasing length and look-back dependencies, then output the final computed value.
  • Results across 14 models and 55 datasets show first-answer accuracy falls sharply from 61% (5-step) to 20% (95-step) as procedures grow longer.
  • Generation-level analysis finds common failure modes including missing or premature answers, self-correction after an early mistake, under-executed traces, and hallucinated extra steps.
  • The paper concludes that “reasoning ability” can mask significant weaknesses in faithful procedural execution, especially for long and dependency-heavy algorithms.

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.