Datasets:
Update dataset card for DL4GPS survey reading list
Browse filesThis PR updates the dataset card to accurately reflect the content of this repository, which serves as a continuously updated reading list for the paper "[A Survey of Deep Learning for Geometry Problem Solving](https://huggingface.co/papers/2507.11936)".
It replaces the previous content related to `OlymMATH` with details specific to the survey and its GitHub repository, and updates the task category as instructed.
README.md
CHANGED
|
@@ -1,49 +1,44 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
- zh
|
| 4 |
- en
|
| 5 |
license: mit
|
| 6 |
task_categories:
|
| 7 |
-
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
- config_name: zh-hard
|
| 14 |
-
data_files:
|
| 15 |
-
- split: test
|
| 16 |
-
path: data/OlymMATH-ZH-HARD.jsonl
|
| 17 |
-
- config_name: en-easy
|
| 18 |
-
data_files:
|
| 19 |
-
- split: test
|
| 20 |
-
path: data/OlymMATH-EN-EASY.jsonl
|
| 21 |
-
- config_name: zh-easy
|
| 22 |
-
data_files:
|
| 23 |
-
- split: test
|
| 24 |
-
path: data/OlymMATH-ZH-EASY.jsonl
|
| 25 |
---
|
| 26 |
|
| 27 |
-
#
|
| 28 |
|
| 29 |
-
This is the
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
-
|
|
|
|
| 34 |
|
| 35 |
-
|
| 36 |
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
| 43 |
year={2025},
|
| 44 |
-
eprint={
|
| 45 |
archivePrefix={arXiv},
|
| 46 |
-
primaryClass={cs.CL}
|
| 47 |
-
url={https://arxiv.org/abs/2503.21380},
|
| 48 |
}
|
| 49 |
```
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
|
|
|
| 3 |
- en
|
| 4 |
license: mit
|
| 5 |
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- survey
|
| 9 |
+
- mathematical-reasoning
|
| 10 |
+
- geometry
|
| 11 |
+
- deep-learning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# A Survey of Deep Learning for Geometry Problem Solving
|
| 15 |
|
| 16 |
+
This repository is the reading list accompanying the paper [A Survey of Deep Learning for Geometry Problem Solving](https://huggingface.co/papers/2507.11936).
|
| 17 |
|
| 18 |
+
It aims to provide a comprehensive and practical reference for deep learning applications in geometry problem solving. The repository is continuously updated and organized to allow searching for corresponding papers by year.
|
| 19 |
|
| 20 |
+
**Paper Abstract:**
|
| 21 |
+
Recent years have seen rapid advancements in deep learning, especially multimodal large language models, sparking a research boom in geometry problem solving—a critical area for mathematical reasoning, AI assessment, and multimodal capabilities. This paper surveys deep learning applications in this field, summarizing relevant tasks, reviewing deep learning methods, analyzing evaluation metrics, and discussing challenges and future directions. Our goal is to offer a comprehensive, practical reference to foster further progress. We maintain a continuously updated paper list on GitHub.
|
| 22 |
|
| 23 |
+
**GitHub Repository:** [https://github.com/majianz/gps-survey](https://github.com/majianz/gps-survey)
|
| 24 |
|
| 25 |
+
The reading list includes papers categorized by:
|
| 26 |
+
* Surveys
|
| 27 |
+
* Tasks and Datasets (Fundamental, Core, Composite, and Other Geometry Tasks)
|
| 28 |
+
* Architectures
|
| 29 |
+
* Methods
|
| 30 |
+
* Related Surveys
|
| 31 |
|
| 32 |
+
### Citation
|
| 33 |
+
If you find this survey helpful in your research, please consider citing the paper:
|
| 34 |
+
|
| 35 |
+
```bibtex
|
| 36 |
+
@misc{ma2025survey,
|
| 37 |
+
title={A Survey of Deep Learning for Geometry Problem Solving},
|
| 38 |
+
author={Jianzhe Ma and Tianyi Li and Haoran Wei and Yingqian Min and Lei Fang and Ji-Rong Wen},
|
| 39 |
year={2025},
|
| 40 |
+
eprint={2507.11936},
|
| 41 |
archivePrefix={arXiv},
|
| 42 |
+
primaryClass={cs.CL}
|
|
|
|
| 43 |
}
|
| 44 |
```
|