ewang26 commited on
Commit ·
01becf5
1
Parent(s): 47efe8e
Update dataset card with citation
Browse files
README.md
CHANGED
|
@@ -1,8 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
- split: test
|
| 7 |
path: data/problems_full.json
|
| 8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
arxiv: 2603.15617
|
| 4 |
configs:
|
| 5 |
- config_name: default
|
| 6 |
data_files:
|
| 7 |
- split: test
|
| 8 |
path: data/problems_full.json
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
## Citation
|
| 12 |
+
```bibtex
|
| 13 |
+
@article{wang2026horizonmathmeasuringaiprogress,
|
| 14 |
+
title={HorizonMath: Measuring AI Progress Toward Mathematical Discovery with Automatic Verification},
|
| 15 |
+
author={Erik Y. Wang and Sumeet Motwani and James V. Roggeveen and Eliot Hodges and Dulhan Jayalath and Charles London and Kalyan Ramakrishnan and Flaviu Cipcigan and Philip Torr and Alessandro Abate},
|
| 16 |
+
year={2026},
|
| 17 |
+
eprint={2603.15617},
|
| 18 |
+
archivePrefix={arXiv},
|
| 19 |
+
primaryClass={cs.LG},
|
| 20 |
+
url={https://arxiv.org/abs/2603.15617},
|
| 21 |
+
}
|
| 22 |
+
```
|