Add README.md with dataset documentation and YAML metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Putnam AXIOM Dataset (ICML 2025 Version)
|
2 |
|
3 |
**Note: for questions, feedback, bugs, etc. please [open a Huggingface discussion here](https://huggingface.co/datasets/Putnam-AXIOM/putnam-axiom-dataset-ICML-2025-522/discussions).**
|
|
|
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
|
11 |
+
dtype: string
|
12 |
+
- name: answer_type
|
13 |
+
dtype: string
|
14 |
+
- name: source
|
15 |
+
dtype: string
|
16 |
+
- name: type
|
17 |
+
dtype: string
|
18 |
+
- name: original_problem
|
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: val
|
30 |
+
num_examples: 150
|
31 |
+
download_size: 560892
|
32 |
+
dataset_size: 1184885
|
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 Learning (ICML 2025)}, year={2025},
|
42 |
+
note={Preprint available at: https://openreview.net/pdf?id=YXnwlZe0yf}} '
|
43 |
+
---
|
44 |
+
|
45 |
# Putnam AXIOM Dataset (ICML 2025 Version)
|
46 |
|
47 |
**Note: for questions, feedback, bugs, etc. please [open a Huggingface discussion here](https://huggingface.co/datasets/Putnam-AXIOM/putnam-axiom-dataset-ICML-2025-522/discussions).**
|