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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
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](TODO) for more details on the evaluation setup.
26
 
27
  | Model | AIME24 | AIME25 | HMMT-24-25 | HLE-Math |
28
  |-------------------------------|-----------------|-------|-------|-------------|
@@ -103,16 +103,14 @@ Please note that these models have not been instruction tuned on general data an
103
 
104
  If you find our work useful, please consider citing us!
105
 
106
- TODO
107
-
108
- <!-- ```bibtex
109
- @article{toshniwal2024openmath2,
110
- title = {OpenMathInstruct-2: Accelerating AI for Math with Massive Open-Source Instruction Data},
111
- author = {Shubham Toshniwal and Wei Du and Ivan Moshkov and Branislav Kisacanin and Alexan Ayrapetyan and Igor Gitman},
112
- year = {2024},
113
- journal = {arXiv preprint arXiv:2410.01560}
114
  }
115
- ``` -->
116
 
117
  ## Additional information
118
 
 
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
  |-------------------------------|-----------------|-------|-------|-------------|
 
103
 
104
  If you find our work useful, please consider citing us!
105
 
106
+ ```bibtex
107
+ @article{moshkov2025aimo2,
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
 
115
  ## Additional information
116