---
license: apache-2.0
---
# ReasonIF
State-of-the-art large reasoning models demonstrate remarkable problem-solving capabilities,
but often fail to follow very simple instructions during reasoning.
**TL;DR:** It’s critical that LLMs follow user instructions. While prior studies assess instruction adherence in the model’s main responses, we argue that it is also important for large reasoning models (LRMs) to follow user instructions throughout their reasoning process. We introduce [ReasonIF](https://huggingface.co/datasets/ykwon-hf/reasonIF), a systematic benchmark for assessing reasoning instruction following spanning multilingual reasoning, formatting and length control. We find frontier LRMs, including GPT-OSS-120B, Qwen3-235B, and DeepSeek-R1, fail to follow reasoning instructions more than 75% of time. Notably, as task difficulty increases, reasoning instruction following degrades further. For more information, please find [our paper](https://arxiv.org/abs/2510.15211) and [GitHub repository](https://github.com/ykwon0407/reasonIF).