Upload dataset
Browse files- README.md +20 -10
- data/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name: year
|
5 |
-
dtype: string
|
6 |
- name: id
|
7 |
dtype: string
|
|
|
|
|
|
|
|
|
8 |
- name: problem
|
9 |
dtype: string
|
10 |
- name: solution
|
@@ -15,31 +17,39 @@ dataset_info:
|
|
15 |
dtype: string
|
16 |
- name: type
|
17 |
dtype: string
|
18 |
-
- name:
|
19 |
-
dtype: string
|
20 |
-
- name: original_solution
|
21 |
dtype: string
|
22 |
- name: variation
|
23 |
dtype: int64
|
24 |
splits:
|
25 |
- name: full_eval
|
|
|
26 |
num_examples: 522
|
27 |
- name: test
|
|
|
28 |
num_examples: 372
|
29 |
-
- name:
|
|
|
30 |
num_examples: 150
|
31 |
-
download_size:
|
32 |
-
dataset_size:
|
33 |
configs:
|
34 |
- config_name: default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
extra_gated_prompt: 'By requesting access to this dataset, you agree to cite the following
|
36 |
works in any publications or projects that utilize this data:
|
37 |
|
38 |
- Putnam-AXIOM dataset: @article{putnam_axiom2025, title={Putnam-AXIOM: A Functional
|
39 |
and Static Benchmark for Measuring Higher Level Mathematical Reasoning}, author={Aryan
|
40 |
Gulati and Brando Miranda and Eric Chen and Emily Xia and Kai Fronsdal and Bruno
|
41 |
-
de Moraes Dumont and Sanmi Koyejo}, journal={39th International Conference on Machine
|
42 |
-
note={Preprint available at: https://openreview.net/pdf?id=YXnwlZe0yf}} '
|
43 |
---
|
44 |
|
45 |
# Putnam AXIOM Dataset (ICML 2025 Version)
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
4 |
- name: id
|
5 |
dtype: string
|
6 |
+
- name: original_problem
|
7 |
+
dtype: string
|
8 |
+
- name: original_solution
|
9 |
+
dtype: string
|
10 |
- name: problem
|
11 |
dtype: string
|
12 |
- name: solution
|
|
|
17 |
dtype: string
|
18 |
- name: type
|
19 |
dtype: string
|
20 |
+
- name: year
|
|
|
|
|
21 |
dtype: string
|
22 |
- name: variation
|
23 |
dtype: int64
|
24 |
splits:
|
25 |
- name: full_eval
|
26 |
+
num_bytes: 1515506
|
27 |
num_examples: 522
|
28 |
- name: test
|
29 |
+
num_bytes: 1084327
|
30 |
num_examples: 372
|
31 |
+
- name: validation
|
32 |
+
num_bytes: 431179
|
33 |
num_examples: 150
|
34 |
+
download_size: 1661363
|
35 |
+
dataset_size: 3031012
|
36 |
configs:
|
37 |
- config_name: default
|
38 |
+
data_files:
|
39 |
+
- split: full_eval
|
40 |
+
path: data/full_eval-*
|
41 |
+
- split: test
|
42 |
+
path: data/test-*
|
43 |
+
- split: validation
|
44 |
+
path: data/validation-*
|
45 |
extra_gated_prompt: 'By requesting access to this dataset, you agree to cite the following
|
46 |
works in any publications or projects that utilize this data:
|
47 |
|
48 |
- Putnam-AXIOM dataset: @article{putnam_axiom2025, title={Putnam-AXIOM: A Functional
|
49 |
and Static Benchmark for Measuring Higher Level Mathematical Reasoning}, author={Aryan
|
50 |
Gulati and Brando Miranda and Eric Chen and Emily Xia and Kai Fronsdal and Bruno
|
51 |
+
de Moraes Dumont and Sanmi Koyejo}, journal={39th International Conference on Machine
|
52 |
+
Learning (ICML 2025)}, year={2025}, note={Preprint available at: https://openreview.net/pdf?id=YXnwlZe0yf}} '
|
53 |
---
|
54 |
|
55 |
# Putnam AXIOM Dataset (ICML 2025 Version)
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b94d13b66e35c5aff5b1be539d39ceb0778ccbbc082ae759853673aed531765
|
3 |
+
size 246144
|