Update README.md
Browse files
README.md
CHANGED
@@ -14,18 +14,20 @@ configs:
|
|
14 |
path: "testmini.parquet"
|
15 |
- config_name: testmini_version_split
|
16 |
data_files:
|
17 |
-
- split:
|
18 |
-
path: "testmini_text_only.parquet"
|
19 |
-
- split: testmini_text_lite
|
20 |
path: "testmini_text_lite.parquet"
|
21 |
-
- split:
|
22 |
path: "testmini_text_dominant.parquet"
|
23 |
-
- split:
|
24 |
path: "testmini_vision_dominant.parquet"
|
25 |
-
- split:
|
26 |
path: "testmini_vision_intensive.parquet"
|
27 |
-
- split:
|
28 |
path: "testmini_vision_only.parquet"
|
|
|
|
|
|
|
|
|
29 |
dataset_info:
|
30 |
- config_name: testmini
|
31 |
features:
|
@@ -92,22 +94,55 @@ dataset_info:
|
|
92 |
- name: query_cot
|
93 |
dtype: string
|
94 |
splits:
|
95 |
-
- name:
|
96 |
-
num_bytes: 250959
|
97 |
num_examples: 788
|
98 |
-
- name:
|
99 |
num_examples: 788
|
100 |
-
- name:
|
101 |
num_examples: 788
|
102 |
-
- name:
|
103 |
num_examples: 788
|
104 |
-
- name:
|
105 |
num_examples: 788
|
106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
num_examples: 788
|
108 |
---
|
109 |
# Dataset Card for MathVerse
|
110 |
|
|
|
|
|
111 |
- [Dataset Description](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#dataset-description)
|
112 |
- [Paper Information](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#paper-information)
|
113 |
- [Dataset Examples](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#dataset-examples)
|
|
|
14 |
path: "testmini.parquet"
|
15 |
- config_name: testmini_version_split
|
16 |
data_files:
|
17 |
+
- split: text_lite
|
|
|
|
|
18 |
path: "testmini_text_lite.parquet"
|
19 |
+
- split: text_dominant
|
20 |
path: "testmini_text_dominant.parquet"
|
21 |
+
- split: vision_dominant
|
22 |
path: "testmini_vision_dominant.parquet"
|
23 |
+
- split: vision_intensive
|
24 |
path: "testmini_vision_intensive.parquet"
|
25 |
+
- split: vision_only
|
26 |
path: "testmini_vision_only.parquet"
|
27 |
+
- config_name: testmini_text_only
|
28 |
+
data_files:
|
29 |
+
- split: text_only
|
30 |
+
path: "testmini_text_only.parquet"
|
31 |
dataset_info:
|
32 |
- config_name: testmini
|
33 |
features:
|
|
|
94 |
- name: query_cot
|
95 |
dtype: string
|
96 |
splits:
|
97 |
+
- name: text_lite
|
|
|
98 |
num_examples: 788
|
99 |
+
- name: text_dominant
|
100 |
num_examples: 788
|
101 |
+
- name: vision_dominant
|
102 |
num_examples: 788
|
103 |
+
- name: vision_intensive
|
104 |
num_examples: 788
|
105 |
+
- name: vision_only
|
106 |
num_examples: 788
|
107 |
+
- config_name: testmini_text_only
|
108 |
+
features:
|
109 |
+
- name: sample_index
|
110 |
+
dtype: string
|
111 |
+
- name: problem_index
|
112 |
+
dtype: string
|
113 |
+
- name: problem_version
|
114 |
+
dtype: string
|
115 |
+
- name: question
|
116 |
+
dtype: string
|
117 |
+
- name: image
|
118 |
+
dtype: string
|
119 |
+
- name: answer
|
120 |
+
dtype: string
|
121 |
+
- name: question_type
|
122 |
+
dtype: string
|
123 |
+
- name: metadata
|
124 |
+
struct:
|
125 |
+
- name: split
|
126 |
+
dtype: string
|
127 |
+
- name: source
|
128 |
+
dtype: string
|
129 |
+
- name: subject
|
130 |
+
dtype: string
|
131 |
+
- name: subfield
|
132 |
+
dtype: string
|
133 |
+
- name: query_wo
|
134 |
+
dtype: string
|
135 |
+
- name: query_cot
|
136 |
+
dtype: string
|
137 |
+
splits:
|
138 |
+
- name: text_only
|
139 |
+
num_bytes: 250959
|
140 |
num_examples: 788
|
141 |
---
|
142 |
# Dataset Card for MathVerse
|
143 |
|
144 |
+
This is the version for [lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval). This shares the same data with the [official dataset](https://huggingface.co/datasets/AI4Math/MathVerse?row=3).
|
145 |
+
|
146 |
- [Dataset Description](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#dataset-description)
|
147 |
- [Paper Information](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#paper-information)
|
148 |
- [Dataset Examples](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#dataset-examples)
|