Improve dataset card for MathVerse: Add task category, tags, and related survey link
#3
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
---
|
2 |
-
task_categories:
|
3 |
-
- multiple-choice
|
4 |
-
- question-answering
|
5 |
-
- visual-question-answering
|
6 |
language:
|
7 |
- en
|
|
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
configs:
|
11 |
- config_name: testmini
|
12 |
data_files:
|
@@ -89,12 +96,13 @@ dataset_info:
|
|
89 |
- name: testmini_text_only
|
90 |
num_bytes: 250959
|
91 |
num_examples: 788
|
92 |
-
license: mit
|
93 |
---
|
|
|
94 |
# Dataset Card for MathVerse
|
95 |
|
96 |
- [Dataset Description](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#dataset-description)
|
97 |
- [Paper Information](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#paper-information)
|
|
|
98 |
- [Dataset Examples](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#dataset-examples)
|
99 |
- [Leaderboard](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#leaderboard)
|
100 |
- [Citation](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#citation)
|
@@ -127,6 +135,11 @@ In addition, we propose a **Chain-of-Thought (CoT) Evaluation strategy** for a f
|
|
127 |
- Leaderboard: https://mathverse-cuhk.github.io/#leaderboard
|
128 |
- Paper: https://arxiv.org/abs/2403.14624
|
129 |
|
|
|
|
|
|
|
|
|
|
|
130 |
## Dataset Examples
|
131 |
🖱 Click to expand the examples for six problems versions within three subjects</summary>
|
132 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: mit
|
5 |
size_categories:
|
6 |
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- multiple-choice
|
9 |
+
- question-answering
|
10 |
+
- visual-question-answering
|
11 |
+
- image-text-to-text
|
12 |
+
tags:
|
13 |
+
- mathematical-reasoning
|
14 |
+
- multimodal
|
15 |
+
- geometry
|
16 |
+
- benchmark
|
17 |
configs:
|
18 |
- config_name: testmini
|
19 |
data_files:
|
|
|
96 |
- name: testmini_text_only
|
97 |
num_bytes: 250959
|
98 |
num_examples: 788
|
|
|
99 |
---
|
100 |
+
|
101 |
# Dataset Card for MathVerse
|
102 |
|
103 |
- [Dataset Description](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#dataset-description)
|
104 |
- [Paper Information](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#paper-information)
|
105 |
+
- [Related Survey Paper](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#related-survey-paper)
|
106 |
- [Dataset Examples](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#dataset-examples)
|
107 |
- [Leaderboard](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#leaderboard)
|
108 |
- [Citation](https://huggingface.co/datasets/AI4Math/MathVerse/blob/main/README.md#citation)
|
|
|
135 |
- Leaderboard: https://mathverse-cuhk.github.io/#leaderboard
|
136 |
- Paper: https://arxiv.org/abs/2403.14624
|
137 |
|
138 |
+
## Related Survey Paper
|
139 |
+
This dataset is referenced in the comprehensive survey paper "[A Survey of Deep Learning for Geometry Problem Solving](https://huggingface.co/papers/2507.11936)". This survey provides a broad overview of deep learning applications in geometry problem solving, covering tasks, methods, and evaluation metrics.
|
140 |
+
|
141 |
+
A continuously updated list of papers related to this survey can be found on its GitHub repository: [https://github.com/majianz/gps-survey](https://github.com/majianz/gps-survey).
|
142 |
+
|
143 |
## Dataset Examples
|
144 |
🖱 Click to expand the examples for six problems versions within three subjects</summary>
|
145 |
|