ReasonIF: Large Reasoning Models Fail to Follow Instructions During Reasoning
Yongchan Kwon, Shang Zhu, Federico Bianchi, Kaitlyn Zhou, James Zou
TL;DR
This paper addresses how large reasoning models (LRMs) often fail to follow user instructions within their reasoning traces, potentially hindering reliability and safety. It introduces ReasonIF, a benchmark that probes instruction adherence inside reasoning processes across six prompt types and five data sources, using the Instruction Following Score (IFS) as the evaluation metric. Experiments across multiple open-source LRMs reveal a substantial gap between adherence in reasoning traces versus main outputs, with stronger misalignment on harder problems. The authors explore mitigation strategies—multi-turn reasoning and Reasoning Instruction Finetuning (RIF)—which yield measurable improvements in reasoning IFS, suggesting promising directions for making LRMs more controllable and auditable in their reasoning workflows. Overall, ReasonIF highlights a critical, underexplored aspect of trustworthy AI and sets the stage for future work on controlling and validating reasoning paths in LRMs.
Abstract
The ability of large language models (LLMs) to follow user instructions is central to their reliability, safety, and usefulness. While prior studies assess instruction adherence in the model's main responses, we argue that it is also critical for large reasoning models (LRMs) to follow user instructions throughout their reasoning process. Reasoning instruction following makes LRMs more controllable and transparent, while reducing risks of undesirable shortcuts, hallucinations, or reward hacking within reasoning traces. To evaluate this dimension, we introduce ReasonIF, a systematic benchmark for assessing reasoning instruction following. ReasonIF includes six categories of instruction prompts, spanning multilingual reasoning, formatting and length control. Across many open-source LRMs including GPT-OSS, Qwen3, and DeepSeek-R1, we find substantial failures in reasoning instruction adherence: the highest instruction following score (IFS) remains below 0.25, meaning that fewer than $25\%$ of reasoning traces comply with the given instructions. Notably, as task difficulty increases, reasoning instruction following degrades further. We also explore two strategies to enhance reasoning instruction fidelity. (1) multi-turn reasoning and (2) Reasoning Instruction Finetuning (RIF) using synthetic data. RIF improves the IFS of $GPT-OSS-20B$ from 0.11 to 0.27, indicating measurable progress but leaving ample room for improvement.
