ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
58
Citations
8
Influential Citations
Neural Information Processing Systems
Venue
2025
Year
Reasoning-enhanced large language models (RLLMs), whether explicitly trained for reasoning or prompted via chain-of-thought (CoT), have achieved state-of-the-art performance on many complex reasoning tasks. However, we uncover a surprising and previously overlooked phenomenon: explicit CoT reasoning can significantly degrade instruction-following accuracy. Evaluating 15 models on two benchmarks: IFEval (with simple, rule-verifiable constraints) and ComplexBench (with complex, compositional constraints), we consistently observe performance drops when CoT prompting is applied. Through large-scale case studies and an attention-based analysis, we identify common patterns where reasoning either helps (e.g., with formatting or lexical precision) or hurts (e.g., by neglecting simple constraints or introducing unnecessary content). We propose a metric, constraint attention, to quantify model focus during generation and show that CoT reasoning often diverts attention away from instruction-relevant tokens. To mitigate these effects, we introduce and evaluate four strategies: in-context learning, self-reflection, self-selective reasoning, and classifier-selective reasoning. Our results demonstrate that selective reasoning strategies, particularly classifier-selective reasoning, can substantially recover lost performance. To our knowledge, this is the first work to systematically expose reasoning-induced failures in instruction-following and offer practical mitigation strategies.
This paper addresses a critical and often overlooked issue in the deployment of large language models (LLMs): the interplay between reasoning and instruction-following. While chain-of-thought (CoT) reasoning has been widely adopted to improve performance on complex tasks, this research reveals that it can inadvertently degrade the model's ability to follow simple, rule-based instructions. This is particularly concerning for real-world applications where users expect LLMs to adhere to specific formatting, constraints, or safety guidelines.
The findings challenge the assumption that more reasoning is always better. By systematically evaluating 15 models on two benchmarks, the authors provide strong evidence that CoT prompting can hurt instruction-following accuracy. This has immediate implications for practitioners who use CoT as a default prompting strategy, as it may lead to unexpected failures in production systems. The paper's introduction of a new metric, constraint attention, offers a way to diagnose and monitor such failures, making it a valuable tool for model evaluation and debugging.
The paper makes several key technical contributions:
These strategies offer practical solutions for practitioners, with classifier-selective reasoning showing the most promise.
The paper reports consistent performance drops when CoT prompting is applied across all 15 models on both IFEval and ComplexBench. The drops are observed for both simple, rule-verifiable constraints and complex, compositional constraints. Through case studies, the authors identify patterns where reasoning helps (e.g., with formatting or lexical precision) and where it hurts (e.g., neglecting simple constraints or introducing unnecessary content). The constraint attention metric reveals that CoT often diverts attention away from instruction-relevant tokens, providing a mechanistic explanation for the failures.
Among the mitigation strategies, classifier-selective reasoning substantially recovers lost performance, outperforming the other three strategies. The paper does not provide exact numerical figures in the abstract, but the qualitative results are clear: selective reasoning is a viable approach to balance reasoning and instruction-following.
This work has significant implications for the AI community. It highlights a fundamental trade-off between reasoning and instruction-following, which is crucial for building reliable LLM-based systems. The constraint attention metric offers a new way to evaluate model behavior, and the mitigation strategies provide actionable guidance for practitioners. Future research could extend these findings to other benchmarks and explore more sophisticated selective reasoning mechanisms. Ultimately, this paper encourages a more nuanced approach to prompting and model design, where reasoning is applied judiciously rather than as a default.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba