🌐 Website • 🤗 Hugging Face • ⏬ Data • 📃 Paper • 🖥️ Github
DeltaBench is the first dataset to analyze the qualities of the long CoTs generated by o1-like models and evaluate the critique abilities to Detect Error in Long CoT ReAsoning of existing critic models and PRMs. Specifically, DeltaBench comprises 1,236 samples across diverse domains, including Math, Programming, PCB (physics, chemistry and biology), and General Reasoning. Each sample encompasses a problem, its corresponding long CoT solution, and comprehensive human annotations
Please visit our website or check our paper for more details.
[Soon] We plan to release more of our labeled datasets, which will be available for training and research purposes. Stay tuned 🔥🔥🔥
[2025.03.05] We have released the DeltaBench dataset 🤗huggingface 🚀🚀🚀.
The startup command is as follows:
Step 1: set your openai key in scripts/chinese_simpleqa_easy.py:
os.environ["OPENAI_API_KEY"] = "replace your key here"
os.environ["OPENAI_BASE_URL"] = "replace your key here"
Step 2: run the eval script:
python evaluation.py <model_name>
Please cite our paper if you use our dataset.
@misc{he2025largelanguagemodelsdetect,
title={Can Large Language Models Detect Errors in Long Chain-of-Thought Reasoning?},
author={Yancheng He and Shilong Li and Jiaheng Liu and Weixun Wang and Xingyuan Bu and Ge Zhang and Zhongyuan Peng and Zhaoxiang Zhang and Zhicheng Zheng and Wenbo Su and Bo Zheng},
year={2025},
eprint={2502.19361},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2502.19361},
}
12 commits
4 commits
Python
98.3%
Shell
1.7%
🌐 Website • 🤗 Hugging Face • ⏬ Data • 📃 Paper • 🖥️ Github
DeltaBench is the first dataset to analyze the qualities of the long CoTs generated by o1-like models and evaluate the critique abilities to Detect Error in Long CoT ReAsoning of existing critic models and PRMs. Specifically, DeltaBench comprises 1,236 samples across diverse domains, including Math, Programming, PCB (physics, chemistry and biology), and General Reasoning. Each sample encompasses a problem, its corresponding long CoT solution, and comprehensive human annotations
Please visit our website or check our paper for more details.
[Soon] We plan to release more of our labeled datasets, which will be available for training and research purposes. Stay tuned 🔥🔥🔥
[2025.03.05] We have released the DeltaBench dataset 🤗huggingface 🚀🚀🚀.
The startup command is as follows:
Step 1: set your openai key in scripts/chinese_simpleqa_easy.py:
os.environ["OPENAI_API_KEY"] = "replace your key here"
os.environ["OPENAI_BASE_URL"] = "replace your key here"
Step 2: run the eval script:
python evaluation.py <model_name>
Please cite our paper if you use our dataset.
@misc{he2025largelanguagemodelsdetect,
title={Can Large Language Models Detect Errors in Long Chain-of-Thought Reasoning?},
author={Yancheng He and Shilong Li and Jiaheng Liu and Weixun Wang and Xingyuan Bu and Ge Zhang and Zhongyuan Peng and Zhaoxiang Zhang and Zhicheng Zheng and Wenbo Su and Bo Zheng},
year={2025},
eprint={2502.19361},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2502.19361},
}
12 commits
4 commits
Python
98.3%
Shell
1.7%