Update dataset card for DL4GPS Survey Reading List

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +40 -45
README.md CHANGED
@@ -1,59 +1,54 @@
1
- <div align="center">
2
- <h2>GeoX: Geometric Problem Solving Through Unified Formalized Vision-Language Pre-training</h2>
3
- <p align="center">
4
- <a href="https://github.com/UniModal4Reasoning/GeoX">💡Github Page</a> •
5
- <a href="https://huggingface.co/papers/2412.11863">📃Paper</a> •
6
- <a href="https://huggingface.co/datasets/U4R/GeoX-data">🗂Dataset</a>
7
- <a href="https://huggingface.co/U4R/GeoX">🤗Checkpoint •
8
- <a href="#-citation"> 📖Citation
9
- </p>
10
- <br>
11
- <!-- <img src="https://huggingface.co/datasets/U4R/GeoX-data/blob/main/teaser.png" height="85%"> -->
12
- </div>
13
 
 
14
 
15
- ## Introduction to GeoX
16
 
17
- **GeoX** is a multi-modal large model designed for automatic geometric problem solving, utilizing three progressive training stages to enhance diagram understanding and reasoning. In this paper, we validate that the **formal vision-language training** paradigm is a simple-yet-effective solution for complex mathematical diagram learning.
18
 
 
 
19
 
 
20
 
21
- ## Data Preparation for GeoX
22
 
23
- ### Step 1. Data for Unimodal Pre-training
 
 
 
 
 
 
 
 
 
24
 
25
- You can download our collected diagram images from [this link](https://huggingface.co/datasets/U4R/GeoX-data/pretrain-data.zip).
26
 
27
- Additionally, we use existing geometric text to build a corpus, which is detailed in [our paper]().
28
 
29
- ### Step 2. Data for Geometry-Language Alignment
30
 
31
-
32
- To train the GS-Former, please prepare the [unified formal annotations](https://huggingface.co/datasets/U4R/GeoX-data/unified_formal_annotations.json) and paired [images](https://huggingface.co/datasets/U4R/GeoX-data/images.zip).
33
-
34
- ### Step 3. Data for End-to-End Visual Instruction Tuning
35
-
36
-
37
-
38
-
39
- We use the GeoQA, UniGeo, Geometry3K, and PGPS9K datasets for fine-tuning and evaluation:
40
-
41
- 1. **GeoQA**: Follow the instructions [here](https://github.com/chen-judge/GeoQA) to download the `GeoQA` dataset.
42
- 2. **UniGeo**: Follow the instructions [here](https://github.com/chen-judge/UniGeo) to download the `UniGeo` dataset.
43
- 3. **Geometry3K and PGPS9K**: Follow the instructions [here](https://github.com/mingliangzhang2018/PGPS) to download the `PGPS9K` datasets. The `Geometry3K` is also provided in this database.
44
-
45
-
46
- <font color="#dd0000">Note:</font> Due to copyright restrictions, we are currently only providing links for these datasets. Full datasets for tuning and evaluation organized by us will be provided via email. If you need it, please contact us by [email]([email protected]).
47
-
48
-
49
- For more details, please refer to [our paper]() and [GitHub repository](https://github.com/UniModal4Reasoning/GeoX). If you find our work helpful, please consider starring ⭐ in this repository and citing us:
50
 
51
  ```bibtex
52
- @article{xia2024geox,
53
- title={GeoX: Geometric Problem Solving Through Unified Formalized Vision-Language Pre-training},
54
- author={Xia, Renqiu and Li, Mingsheng and Ye, Hancheng and Wu, Wenjie and Zhou, Hongbin and Yuan, Jiakang and Peng, Tianshuo and Cai, Xinyu and Yan, Xiangchao and Wang, Bin and others},
55
- journal={arXiv preprint arXiv:2412.11863},
56
- year={2024}
 
57
  }
58
- ```
59
-
 
1
+ ---
2
+ task_categories:
3
+ - image-text-to-text
4
+ license: mit
5
+ tags:
6
+ - survey
7
+ - reading-list
8
+ - geometry
9
+ - mathematical-reasoning
10
+ - multimodal
11
+ - deep-learning
12
+ ---
13
 
14
+ # Deep Learning for Geometry Problem Solving (DL4GPS) Reading List
15
 
16
+ This Hugging Face repository serves as a continuously updated reading list for the paper:
17
 
18
+ [**A Survey of Deep Learning for Geometry Problem Solving**](https://huggingface.co/papers/2507.11936)
19
 
20
+ **Abstract:**
21
+ Geometry problem solving is a key area of mathematical reasoning, which is widely involved in many important fields such as education, mathematical ability assessment of artificial intelligence, and multimodal ability assessment. In recent years, the rapid development of deep learning technology, especially the rise of multimodal large language models, has triggered a widespread research boom. This paper provides a survey of the applications of deep learning in geometry problem solving, including (i) a comprehensive summary of the relevant tasks in geometry problem solving; (ii) a thorough review of related deep learning methods; (iii) a detailed analysis of evaluation metrics and methods; and (iv) a critical discussion of the current challenges and future directions that can be explored. Our goal is to provide a comprehensive and practical reference of deep learning for geometry problem solving to promote further developments in this field. We create a continuously updated list of papers on GitHub: this https URL .
22
 
23
+ **GitHub Repository:** [https://github.com/majianz/gps-survey](https://github.com/majianz/gps-survey)
24
 
25
+ This repository provides a structured collection of papers relevant to Deep Learning for Geometry Problem Solving. It organizes research by task categories, methods, and related surveys, offering a practical reference for researchers and practitioners in AI and mathematical reasoning. The reading list is updated regularly, with the current deadline for included papers being **April 2025**.
26
 
27
+ Key sections of the reading list include:
28
+ * **Surveys**: Other relevant survey papers in the field.
29
+ * **Tasks and Datasets**:
30
+ * Fundamental Tasks (e.g., Geometry Problem Parsing, Geometric Diagram Understanding)
31
+ * Core Tasks (e.g., Geometry Theorem Proving, Geometric Numerical Calculation)
32
+ * Composite Tasks (e.g., Mathematical Reasoning, Multimodal Perception)
33
+ * Other Geometry Tasks (e.g., Geometric Diagram Generation, Reconstruction, Text-to-Diagram)
34
+ * **Architectures**
35
+ * **Methods**
36
+ * **Related Surveys**
37
 
38
+ For the full detailed table of contents and paper links, please refer to the [GitHub repository](https://github.com/majianz/gps-survey).
39
 
40
+ ---
41
 
42
+ ### Citation
43
 
44
+ If you find this reading list or the accompanying survey useful for your research, please consider citing the paper:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  ```bibtex
47
+ @article{survey_dl4gps_2025,
48
+ title={A Survey of Deep Learning for Geometry Problem Solving},
49
+ author={[Authors from the paper]},
50
+ journal={Hugging Face Papers},
51
+ year={2025},
52
+ url={https://huggingface.co/papers/2507.11936}
53
  }
54
+ ```