Upload config.json with huggingface_hub
Browse files- config.json +17 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "1.0.0",
|
3 |
+
"description": "Putnam-AXIOM Splits for ZIP-FIT",
|
4 |
+
"citation": "@article{putnam_axiom2025,\n title={Putnam-AXIOM: A Functional and Static Benchmark for Measuring Higher Level Mathematical Reasoning},\n author={Aryan Gulati and Brando Miranda and Eric Chen and Emily Xia and Kai Fronsdal and Bruno de Moraes Dumont and Sanmi Koyejo},\n journal={39th International Conference on Machine Learning (ICML 2025)},\n year={2025},\n note={Preprint available at: https://openreview.net/pdf?id=YXnwlZe0yf, ICML paper: https://openreview.net/forum?id=kqj2Cn3Sxr}\n}\n\n@article{miranda2024zipfit,\n title={ZIP-FIT: Embedding-Free Data Selection via Compression-Based Alignment},\n year = {2024},\n journal = {arXiv preprint arXiv:2410.18194},\n}",
|
5 |
+
"license": "apache-2.0",
|
6 |
+
"splits": {
|
7 |
+
"train": {
|
8 |
+
"num_examples": 150
|
9 |
+
},
|
10 |
+
"validation": {
|
11 |
+
"num_examples": 150
|
12 |
+
},
|
13 |
+
"test": {
|
14 |
+
"num_examples": 222
|
15 |
+
}
|
16 |
+
}
|
17 |
+
}
|