S1-Bench: A Simple Benchmark for Evaluating System 1 Thinking Capability of Large Reasoning Models
May 1, 2026 ยท View on GitHub

News
- [2025/05/08] ๐ The paper was accepted by IJCAI 2026 (Main Track)!
- [2025/05/08] ๐ฅ The evaluation results of Qwen3 have been added!
- [2025/04/24] ๐ข We released S1-Bench dataset hosted on ModelScope and OpenCompass.
- [2025/04/15] ๐ The paper is now publicly available on arXiv, alphaxiv and Huggingface Daily Papers.
- [2025/04/13] ๐ข We released S1-Bench dataset hosted on Huggingface.
- [2025/04/13] We released our code source.
How to use our project?
Before running our code, download the open-source LRMs.
Fill in the path of the open-source model in the local_model_list of get_LRM_vllm_response.py.
Execute get_LRM_vllm_response.py and run all LRMs by switching model_list[i].
python get_LRM_vllm_response.py
Next, run split_think_answer.py to obtain the several format types of the LRMs' responses.
python split_think_answer.py
Run the evaluation script get_LRM_eval.py to invoke GPT-4o for evaluating the final answers of the LRMs.
python get_LRM_eval.py
Finally, run get_acc_scores.py to obtain the evaluation results.
python get_acc_scores.py
Experiment Results
Citation
If you find our work useful, please consider citing our paper:
@misc{zhang2025s1benchsimplebenchmarkevaluating,
title={S1-Bench: A Simple Benchmark for Evaluating System 1 Thinking Capability of Large Reasoning Models},
author={Wenyuan Zhang and Shuaiyi Nie and Xinghua Zhang and Zefeng Zhang and Tingwen Liu},
year={2025},
eprint={2504.10368},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2504.10368},
}