nielsr HF Staff commited on
Commit
1b6b37d
·
verified ·
1 Parent(s): 0741581

Update dataset card for Deep Learning for Geometry Problem Solving Survey

Browse files

This PR completely overhauls the dataset card for the "Deep Learning for Geometry Problem Solving (DL4GPS)" survey.

The previous content and metadata were incorrectly associated with the M3GIA dataset. This PR corrects the dataset card to accurately reflect the survey paper: [A Survey of Deep Learning for Geometry Problem Solving](https://huggingface.co/papers/2507.11936).

Changes include:
- Replacing the irrelevant "M3GIA" content with the correct description of the DL4GPS survey.
- Adding the `any-to-any` task category as specified in the instructions.
- Adding the `license: mit` as found in the GitHub repository.
- Adding relevant tags such as `geometry`, `mathematical-reasoning`, `survey`, `deep-learning`, and `multimodal`.
- Including direct links to the paper and the GitHub repository in the dataset card's content.
- Removing irrelevant `size_categories` and `configs` which pertained to the M3GIA dataset.

Files changed (1) hide show
  1. README.md +17 -43
README.md CHANGED
@@ -1,53 +1,27 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
- - zh
6
- - es
7
- - fr
8
- - pt
9
- - ko
10
  tags:
11
- - Multilingual
12
- - Multimodal
13
- - Cognitive Science
14
- - General Intelligence Ability Benchmark
15
- pretty_name: M3GIA
16
- size_categories:
17
- - 1K<n<10K
18
- configs:
19
- - config_name: chinese
20
- data_files:
21
- - split: test
22
- path: chinese_v1.parquet
23
- - config_name: english
24
- data_files:
25
- - split: test
26
- path: english_v1.parquet
27
- - config_name: spanish
28
- data_files:
29
- - split: test
30
- path: spanish_v1.parquet
31
- - config_name: french
32
- data_files:
33
- - split: test
34
- path: french_v1.parquet
35
- - config_name: portuguese
36
- data_files:
37
- - split: test
38
- path: portuguese_v1.parquet
39
- - config_name: korean
40
- data_files:
41
- - split: test
42
- path: korean_v1.parquet
43
  ---
44
 
45
- # M3GIA: A Cognition Inspired Multilingual and Multimodal General Intelligence Ability
46
 
47
- [**🌐 Homepage**] | [**🤗 Dataset**](https://huggingface.co/datasets/Songweii/M3GIA/) | [**🤗 Paper**](https://arxiv.org/abs/2406.05343) | [**📖 arXiv**](https://arxiv.org/abs/2406.05343) | [**💻 GitHub**](https://github.com/songweii/M3GIA/tree/main)
48
 
49
- The evaluation code can be found in [**💻 GitHub**](https://github.com/songweii/M3GIA/tree/main).
50
 
51
- [**Abstract**]
 
52
 
53
- As recent multi-modality large language models (MLLMs) have shown formidable proficiency on various complex tasks, there has been increasing attention on debating whether these models could eventually mirror human intelligence. However, existing benchmarks mainly focus on evaluating solely on task performance, such as the accuracy of identifying the attribute of an object. Combining well-developed cognitive science to understand the intelligence of MLLMs beyond superficial achievements remains largely unexplored. To this end, we introduce the first cognitive-driven multi-lingual and multi-modal benchmark to evaluate the general intelligence ability of MLLMs, dubbed M3GIA. Specifically, we identify five key cognitive factors based on the well-recognized Cattell-Horn-Carrol (CHC) model of intelligence and propose a novel evaluation metric. In addition, since most MLLMs are trained to perform on different languages, a nature question arises, is language a key factor to influence the cognitive ability of MLLMs? As such, we go beyond English to encompass other languages based on their popularity, including Chinese, French, Spanish, Portuguese and Korean, to construct our M3GIA. We make sure all the data relevant to the cultural backgrounds are collected from their native context to avoid English-centric bias. We collected a significant corpus of data from human participants, revealing that the most advanced MLLM reaches the lower boundary of human intelligence in English. Yet, there remains a pronounced disparity in the other five languages assessed. We also reveals an interesting 'winner takes all' phenomenon that are aligned with the discovery in cognitive studies. Our benchmark will be open-sourced, with the aspiration that it will facilitate the enhancement of cognitive capabilities in MLLMs.
 
 
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ pretty_name: Deep Learning for Geometry Problem Solving Survey
6
+ task_categories:
7
+ - any-to-any
 
8
  tags:
9
+ - geometry
10
+ - mathematical-reasoning
11
+ - survey
12
+ - deep-learning
13
+ - multimodal
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
+ # Deep Learning for Geometry Problem Solving (DL4GPS)
17
 
18
+ This repository serves as a continuously updated reading list for the survey paper:
19
 
20
+ [**A Survey of Deep Learning for Geometry Problem Solving**](https://huggingface.co/papers/2507.11936)
21
 
22
+ **Abstract:**
23
+ 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 .
24
 
25
+ **GitHub Repository (Reading List):** [https://github.com/majianz/gps-survey](https://github.com/majianz/gps-survey)
26
+
27
+ The GitHub repository provides a detailed table of contents, categorizing relevant papers on various tasks, datasets, and methods in deep learning for geometry problem solving.