This model is a fine-tuned version of
meta-llama/Llama-3.2-3B-Instruct trained on the MATH dataset for one epoch using
Intuitor.
Intuitor is a reinforcement learning method introduced in the paper
Learning to Reason without External Rewards. It fine-tunes Large Language Models (LLMs) using
self-certainty—the model’s own internal confidence—as the sole reward signal.
1@article{zhao2025learning,
2 title={Learning to Reason without External Rewards},
3 author={Zhao, Xuandong and Kang, Zhewei and Feng, Aosong and Levine, Sergey and Song, Dawn},
4 journal={arXiv preprint arXiv:2505.19590},
5 year={2025}
6}