Improve dataset card: Add task categories, tags, and link to survey paper

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -1,21 +1,28 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - visual-question-answering
5
  language:
6
  - en
7
- pretty_name: GeoExpand & GeoSynth
8
  size_categories:
9
  - 10K<n<100K
 
 
 
 
 
 
 
 
10
  ---
11
 
 
12
 
13
- # GeoGeo
14
 
15
- Paper: [Enhancing the Geometric Problem-Solving Ability of Multimodal LLMs via Symbolic-Neural Integration](https://arxiv.org/pdf/2504.12773)
16
 
17
- GitHub: [ycpNotFound/GeoGen: A pipeline for the automatic construction of geometry problems along with step-by-step solutions.](https://github.com/ycpNotFound/GeoGen)
18
 
 
19
 
20
- - GeoExpand includes 45,526 Q&A samples, generated from 4849 images in total of Geometry3K and PGPS9K.
21
- - GeoSynth includes 62,868 Q&A samples, which one diagram for one Q&A each.
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: mit
5
  size_categories:
6
  - 10K<n<100K
7
+ task_categories:
8
+ - visual-question-answering
9
+ - image-text-to-text
10
+ pretty_name: GeoExpand & GeoSynth
11
+ tags:
12
+ - mathematical-reasoning
13
+ - geometry-problem-solving
14
+ - multimodal-reasoning
15
  ---
16
 
17
+ # GeoGeo: GeoExpand & GeoSynth
18
 
19
+ This repository contains the **GeoExpand** and **GeoSynth** datasets, originally introduced in the paper [Enhancing the Geometric Problem-Solving Ability of Multimodal LLMs via Symbolic-Neural Integration](https://arxiv.org/pdf/2504.12773).
20
 
21
+ The datasets are designed to enhance and evaluate the geometric problem-solving capabilities of multimodal large language models.
22
 
23
+ GitHub Repository: [ycpNotFound/GeoGen](https://github.com/ycpNotFound/GeoGen)
24
 
25
+ These datasets are also referenced and contextualized in the survey paper [A Survey of Deep Learning for Geometry Problem Solving](https://huggingface.co/papers/2507.11936), which provides a comprehensive overview of the field. The survey's reading list is maintained on its GitHub repository: [majianz/gps-survey](https://github.com/majianz/gps-survey).
26
 
27
+ - **GeoExpand** includes 45,526 Q&A samples, generated from 4849 images in total of Geometry3K and PGPS9K.
28
+ - **GeoSynth** includes 62,868 Q&A samples, with one diagram for one Q&A each.