Update README.md
Browse files
README.md
CHANGED
@@ -11,84 +11,85 @@ configs:
|
|
11 |
- config_name: testmini
|
12 |
data_files:
|
13 |
- split: testmini
|
14 |
-
path:
|
15 |
- config_name: testmini_text_only
|
16 |
data_files:
|
17 |
- split: testmini_text_only
|
18 |
-
path:
|
19 |
dataset_info:
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
|
|
92 |
---
|
93 |
# Dataset Card for MathVerse
|
94 |
|
@@ -162,6 +163,9 @@ The evaluation instructions and tools will be released soon. For now, please sen
|
|
162 |
|
163 |
- [output_testmini_template.json]()
|
164 |
|
|
|
|
|
|
|
165 |
## Citation
|
166 |
|
167 |
If you find **MathVerse** useful for your research and applications, please kindly cite using this BibTeX:
|
|
|
11 |
- config_name: testmini
|
12 |
data_files:
|
13 |
- split: testmini
|
14 |
+
path: testmini.parquet
|
15 |
- config_name: testmini_text_only
|
16 |
data_files:
|
17 |
- split: testmini_text_only
|
18 |
+
path: testmini_text_only.parquet
|
19 |
dataset_info:
|
20 |
+
- config_name: testmini
|
21 |
+
features:
|
22 |
+
- name: sample_index
|
23 |
+
dtype: string
|
24 |
+
- name: problem_index
|
25 |
+
dtype: string
|
26 |
+
- name: problem_version
|
27 |
+
dtype: string
|
28 |
+
- name: question
|
29 |
+
dtype: string
|
30 |
+
- name: image
|
31 |
+
dtype: image
|
32 |
+
- name: answer
|
33 |
+
dtype: string
|
34 |
+
- name: question_type
|
35 |
+
dtype: string
|
36 |
+
- name: metadata
|
37 |
+
struct:
|
38 |
+
- name: split
|
39 |
+
dtype: string
|
40 |
+
- name: source
|
41 |
+
dtype: string
|
42 |
+
- name: subject
|
43 |
+
dtype: string
|
44 |
+
- name: subfield
|
45 |
+
dtype: string
|
46 |
+
- name: query_wo
|
47 |
+
dtype: string
|
48 |
+
- name: query_cot
|
49 |
+
dtype: string
|
50 |
+
- name: question_for_eval
|
51 |
+
dtype: string
|
52 |
+
splits:
|
53 |
+
- name: testmini
|
54 |
+
num_bytes: 166789963
|
55 |
+
num_examples: 3940
|
56 |
+
- config_name: testmini_text_only
|
57 |
+
features:
|
58 |
+
- name: sample_index
|
59 |
+
dtype: string
|
60 |
+
- name: problem_index
|
61 |
+
dtype: string
|
62 |
+
- name: problem_version
|
63 |
+
dtype: string
|
64 |
+
- name: question
|
65 |
+
dtype: string
|
66 |
+
- name: image
|
67 |
+
dtype: string
|
68 |
+
- name: answer
|
69 |
+
dtype: string
|
70 |
+
- name: question_type
|
71 |
+
dtype: string
|
72 |
+
- name: metadata
|
73 |
+
struct:
|
74 |
+
- name: split
|
75 |
+
dtype: string
|
76 |
+
- name: source
|
77 |
+
dtype: string
|
78 |
+
- name: subject
|
79 |
+
dtype: string
|
80 |
+
- name: subfield
|
81 |
+
dtype: string
|
82 |
+
- name: query_wo
|
83 |
+
dtype: string
|
84 |
+
- name: query_cot
|
85 |
+
dtype: string
|
86 |
+
- name: question_for_eval
|
87 |
+
dtype: string
|
88 |
+
splits:
|
89 |
+
- name: testmini_text_only
|
90 |
+
num_bytes: 250959
|
91 |
+
num_examples: 788
|
92 |
+
license: mit
|
93 |
---
|
94 |
# Dataset Card for MathVerse
|
95 |
|
|
|
163 |
|
164 |
- [output_testmini_template.json]()
|
165 |
|
166 |
+
## License
|
167 |
+
This project is released under the MIT license.
|
168 |
+
|
169 |
## Citation
|
170 |
|
171 |
If you find **MathVerse** useful for your research and applications, please kindly cite using this BibTeX:
|