Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
nielsr HF Staff commited on
Commit
b8f006d
·
verified ·
1 Parent(s): 3c2e76f

Update dataset card for DL4GPS survey reading list

Browse files

This 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.

Files changed (1) hide show
  1. README.md +27 -32
README.md CHANGED
@@ -1,49 +1,44 @@
1
  ---
2
  language:
3
- - zh
4
  - en
5
  license: mit
6
  task_categories:
7
- - question-answering
8
- configs:
9
- - config_name: en-hard
10
- data_files:
11
- - split: test
12
- path: data/OlymMATH-EN-HARD.jsonl
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
- # Challenging the Boundaries of Reasoning: An Olympiad-Level Math Benchmark for Large Language Models
28
 
29
- This is the official huggingface repository for [Challenging the Boundaries of Reasoning: An Olympiad-Level Math Benchmark for Large Language Models](https://arxiv.org/abs/2503.21380) by [Haoxiang Sun](https://github.com/CoderBak), Yingqian Min, Zhipeng Chen, Wayne Xin Zhao, Zheng Liu, Zhongyuan Wang, Lei Fang, and Ji-Rong Wen.
30
 
31
- We have also released the [OlymMATH-eval](https://hf.co/datasets/RUC-AIBOX/OlymMATH-eval) dataset on HuggingFace 🤗, together with a data visualization tool [OlymMATH-demo](https://hf.co/spaces/RUC-AIBOX/OlymMATH-demo), currently available in HuggingFace Spaces.
32
 
33
- You can find more information on [GitHub](https://github.com/RUCAIBox/OlymMATH).
 
34
 
35
- ## Citation
36
 
37
- If you find this helpful in your research, please give a 🌟 to our repo and consider citing
 
 
 
 
 
38
 
39
- ```
40
- @misc{sun2025challengingboundariesreasoningolympiadlevel,
41
- title={Challenging the Boundaries of Reasoning: An Olympiad-Level Math Benchmark for Large Language Models},
42
- author={Haoxiang Sun and Yingqian Min and Zhipeng Chen and Wayne Xin Zhao and Zheng Liu and Zhongyuan Wang and Lei Fang and Ji-Rong Wen},
 
 
 
43
  year={2025},
44
- eprint={2503.21380},
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
  ```