CLAILGApr 16

Fragile Thoughts: How Large Language Models Handle Chain-of-Thought Perturbations

arXiv:2603.0333291.84 citationsh-index: 20Has Code
Predicted impact top 25% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying LLMs in multi-step reasoning pipelines, this work provides a taxonomy and empirical assessment of vulnerability patterns, though the findings are incremental as they confirm expected scaling trends.

This paper evaluates the robustness of LLMs to five types of perturbations in Chain-of-Thought reasoning, finding that MathError perturbations cause the most severe degradation (50-60% accuracy loss in small models), while ExtraSteps incur minimal loss (0-6%). Scaling improves robustness for most perturbations except UnitConversion.

Chain-of-Thought (CoT) prompting has emerged as a foundational technique for eliciting reasoning from Large Language Models (LLMs), yet the robustness of this approach to corruptions in intermediate reasoning steps remains poorly understood. This paper presents a comprehensive empirical evaluation of LLM robustness to a structured taxonomy of 5 CoT perturbation types: \textit{MathError, UnitConversion, Sycophancy, SkippedSteps,} and \textit{ExtraSteps}. We evaluate 13 models spanning three orders of magnitude in parameter count, testing their ability to complete mathematical reasoning tasks despite perturbations injected in the reasoning chain. Our key findings reveal heterogeneous vulnerability patterns: MathError perturbations produce the most severe degradation in small models (50-60\% accuracy loss) but show strong scaling benefits; UnitConversion remains challenging across all scales (>5\% loss even for midsized models); ExtraSteps incur minimal accuracy degradation (0-6\%) even for the smallest of models; Sycophancy and SkippedSteps produce modest effects ($\sim$10\% loss for small models) and slightly improve with scale. Scaling relationships show that model size serve as a protective factor against many perturbations but not always. These findings have direct implications for deploying LLMs in multi-stage reasoning pipelines and underscore the necessity of task-specific robustness assessments and mitigation strategies. The code and results are available at https://github.com/Mystic-Slice/CoTPerturbation

Foundations

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

Your Notes