💻 Code | 📄 Paper | 📊 Dataset | 🤗 Model | 🌐 Project Page
Figure: Effectiveness of General-Reasoner trained with diverse verifiable reasoning questions using model-based verifier compared to baseline methods on various reasoning tasks.
General-Reasoner is a training paradigm for large language models (LLMs), designed to robustly enhance reasoning abilities across diverse domains—not just mathematics and coding, but also physics, chemistry, finance, humanities, and more.
Key features:
**This repo contains the Diverse Reasoning Data WebInstruct-verified **
We construct a diverse, high‑quality dataset to facilitate robust reasoning capabilities across a broad range of domains, extending beyond the commonly studied mathematical problems.
We trace back the data in WebInstruct to its original web page to re‑crawl the question–answer pairs.
If the original page lacks human‑written answers, we drop the entry. This ensures every re‑crawled item is human‑verified and, therefore, that each answer is of reliable quality.
Gemini‑1.5‑Pro is employed to selectively extract questions with clearly verifiable short answers, further boosting dataset reliability.
Gemini‑2.0‑Flash then generates eight candidate answers per question for additional filtering:
These steps ensure the correctness of the constructed dataset.
The distribution of disciplines is depicted as follows:

The short answers have different forms, including float, array, matrix, latex, etc. To verify these answers, please use GPT/Gemini or use the locally-served model at https://huggingface.co/TIGER-Lab/general-verifier.
train_legacy split.If you feel our work is helpful, please cite:
@inproceedings{
ma2025generalreasoner,
title={{G}eneral-{R}easoner: Advancing {LLM} Reasoning Across All Domains},
author={Xueguang Ma and Qian Liu and Dongfu Jiang and Ge Zhang and Zejun MA and Wenhu Chen},
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
year={2025},
url={https://openreview.net/forum?id=pBFVoll8Xa}
}
💻 Code | 📄 Paper | 📊 Dataset | 🤗 Model | 🌐 Project Page
Figure: Effectiveness of General-Reasoner trained with diverse verifiable reasoning questions using model-based verifier compared to baseline methods on various reasoning tasks.
General-Reasoner is a training paradigm for large language models (LLMs), designed to robustly enhance reasoning abilities across diverse domains—not just mathematics and coding, but also physics, chemistry, finance, humanities, and more.
Key features:
**This repo contains the Diverse Reasoning Data WebInstruct-verified **
We construct a diverse, high‑quality dataset to facilitate robust reasoning capabilities across a broad range of domains, extending beyond the commonly studied mathematical problems.
We trace back the data in WebInstruct to its original web page to re‑crawl the question–answer pairs.
If the original page lacks human‑written answers, we drop the entry. This ensures every re‑crawled item is human‑verified and, therefore, that each answer is of reliable quality.
Gemini‑1.5‑Pro is employed to selectively extract questions with clearly verifiable short answers, further boosting dataset reliability.
Gemini‑2.0‑Flash then generates eight candidate answers per question for additional filtering:
These steps ensure the correctness of the constructed dataset.
The distribution of disciplines is depicted as follows:

The short answers have different forms, including float, array, matrix, latex, etc. To verify these answers, please use GPT/Gemini or use the locally-served model at https://huggingface.co/TIGER-Lab/general-verifier.
train_legacy split.If you feel our work is helpful, please cite:
@inproceedings{
ma2025generalreasoner,
title={{G}eneral-{R}easoner: Advancing {LLM} Reasoning Across All Domains},
author={Xueguang Ma and Qian Liu and Dongfu Jiang and Ge Zhang and Zejun MA and Wenhu Chen},
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
year={2025},
url={https://openreview.net/forum?id=pBFVoll8Xa}
}