paper-with-me

Papers

When Thinking Fails: The Pitfalls of Reasoning for Instruction-Following in LLMs

2025-05-16 · Xiaomin Li, Zhou Yu, Zhiwei Zhang, Xupeng Chen, Ziji Zhang, Yingying Zhuang, Narayanan Sadagopan, Anurag Beniwal

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.

📄 PDF Abstract BibTeX arXiv:2505.11423

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningInstruction Following

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
CoT Prompting Chain-of-thought prompts contain a series of intermediate reasoning steps, and they are shown to significantly improve the ability of large language models to perform certain…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models

2025-06-02 · Yulei Qin, Gang Li, Zongyi Li, Zihan Xu 외

Existing large language models (LLMs) face challenges of following complex instructions, especially when multiple constraints are present and organized in paralleling, chaining, and branching structures. One intuitive so…

Instruction FollowingReinforcement Learning (RL)

Effectively Controlling Reasoning Models through Thinking Intervention

2025-03-31 · Tong Wu, Chong Xiang, Jiachen T. Wang, G. Edward Suh 외

Reasoning-enhanced large language models (LLMs) explicitly generate intermediate reasoning steps prior to generating final answers, helping the model excel in complex problem-solving. In this paper, we demonstrate that t…

Instruction FollowingSafety Alignment

Rewarding How Models Think Pedagogically: Integrating Pedagogical Reasoning and Thinking Rewards for LLMs in Education

2026-01-21 · Unggi Lee, Jiyeong Bae, Jaehyeon Park, Haeun Park 외 arxiv

Large language models (LLMs) are increasingly deployed as intelligent tutoring systems, yet research on optimizing LLMs specifically for educational contexts remains limited. Recent works have proposed reinforcement lear…

Reinforcement Learning

RAIN-Merging: A Gradient-Free Method to Enhance Instruction Following in Large Reasoning Models with Preserved Thinking Format

2026-02-26 · Zhehao Huang, Yuhang Liu, Baijiong Lin, Yixin Lou 외 arxiv

Large reasoning models (LRMs) excel at a long chain of reasoning but often fail to faithfully follow instructions regarding output format, constraints, or specific requirements. We investigate whether this gap can be clo…

Instruction Following

ReasonEdit: Towards Reasoning-Enhanced Image Editing Models

2025-11-27 · Fukun Yin, Shiyu Liu, Yucheng Han, Zhibo Wang 외 arxiv

Recent advances in image editing models have shown remarkable progress. A common architectural design couples a multimodal large language model (MLLM) encoder with a diffusion decoder, as seen in systems such as Step1X-E…

Image Editing