igitman commited on
Commit
1f21285
·
verified ·
1 Parent(s): 679f815

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -22,7 +22,7 @@ This model was used in our first place submission to the [AIMO-2 Kaggle competit
22
 
23
  OpenMath-Nemotron models achieve state-of-the-art results on popular mathematical benchmarks. We present metrics as pass@1 (maj@64) where pass@1
24
  is an average accuracy across 64 generations and maj@64 is the result of majority voting.
25
- Please see our [paper](https://github.com/NVIDIA/NeMo-Skills/blob/main/recipes/openmathreasoning.pdf) for more details on the evaluation setup.
26
 
27
  | Model | AIME24 | AIME25 | HMMT-24-25 | HLE-Math |
28
  |-------------------------------|-----------------|-------|-------|-------------|
@@ -56,6 +56,7 @@ The pipeline we used to produce the data and models is fully open-sourced!
56
  - [Code](https://github.com/NVIDIA/NeMo-Skills)
57
  - [Models](https://huggingface.co/collections/nvidia/openmathreasoning-68072c0154a5099573d2e730)
58
  - [Dataset](https://huggingface.co/datasets/nvidia/OpenMathReasoning)
 
59
 
60
  We provide [all instructions](https://nvidia.github.io/NeMo-Skills/openmathreasoning1/)
61
  to fully reproduce our results, including data generation.
@@ -108,7 +109,7 @@ If you find our work useful, please consider citing us!
108
  title = {AIMO-2 Winning Solution: Building State-of-the-Art Mathematical Reasoning Models with OpenMathReasoning dataset},
109
  author = {Ivan Moshkov and Darragh Hanley and Ivan Sorokin and Shubham Toshniwal and Christof Henkel and Benedikt Schifferer and Wei Du and Igor Gitman},
110
  year = {2025},
111
- journal = {arXiv preprint arXiv:TBD}
112
  }
113
  ```
114
 
 
22
 
23
  OpenMath-Nemotron models achieve state-of-the-art results on popular mathematical benchmarks. We present metrics as pass@1 (maj@64) where pass@1
24
  is an average accuracy across 64 generations and maj@64 is the result of majority voting.
25
+ Please see our [paper](https://arxiv.org/abs/2504.16891) for more details on the evaluation setup.
26
 
27
  | Model | AIME24 | AIME25 | HMMT-24-25 | HLE-Math |
28
  |-------------------------------|-----------------|-------|-------|-------------|
 
56
  - [Code](https://github.com/NVIDIA/NeMo-Skills)
57
  - [Models](https://huggingface.co/collections/nvidia/openmathreasoning-68072c0154a5099573d2e730)
58
  - [Dataset](https://huggingface.co/datasets/nvidia/OpenMathReasoning)
59
+ - [Paper](https://arxiv.org/abs/2504.16891)
60
 
61
  We provide [all instructions](https://nvidia.github.io/NeMo-Skills/openmathreasoning1/)
62
  to fully reproduce our results, including data generation.
 
109
  title = {AIMO-2 Winning Solution: Building State-of-the-Art Mathematical Reasoning Models with OpenMathReasoning dataset},
110
  author = {Ivan Moshkov and Darragh Hanley and Ivan Sorokin and Shubham Toshniwal and Christof Henkel and Benedikt Schifferer and Wei Du and Igor Gitman},
111
  year = {2025},
112
+ journal = {arXiv preprint arXiv:2504.16891}
113
  }
114
  ```
115