Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
nielsr HF Staff commited on
Commit
3f8a68c
·
verified ·
1 Parent(s): a340b17

Improve dataset card: Add related survey paper and GitHub

Browse files

This PR updates the TheoremQA dataset card to include a link to the relevant survey paper on Deep Learning for Geometry Problem Solving (https://huggingface.co/papers/2507.11936) and its associated GitHub repository (https://github.com/majianz/gps-survey), which serves as a continuously updated reading list for the field.

It also adds `geometry` and `mathematical-reasoning` tags to the metadata for better discoverability.

Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: Question
@@ -20,17 +28,12 @@ configs:
20
  data_files:
21
  - split: test
22
  path: data/test-*
23
- license: mit
24
- task_categories:
25
- - question-answering
26
- language:
27
- - en
28
  tags:
29
  - science
30
- pretty_name: TheoremQA
31
- size_categories:
32
- - n<1K
33
  ---
 
34
  # Dataset Card for "TheoremQA"
35
 
36
  ## Introduction
@@ -49,5 +52,11 @@ for d in dataset['test']:
49
  ## Arxiv Paper:
50
  https://arxiv.org/abs/2305.12524
51
 
 
 
 
52
  ## Code
53
- https://github.com/wenhuchen/TheoremQA/tree/main
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ size_categories:
6
+ - n<1K
7
+ task_categories:
8
+ - question-answering
9
+ pretty_name: TheoremQA
10
  dataset_info:
11
  features:
12
  - name: Question
 
28
  data_files:
29
  - split: test
30
  path: data/test-*
 
 
 
 
 
31
  tags:
32
  - science
33
+ - geometry
34
+ - mathematical-reasoning
 
35
  ---
36
+
37
  # Dataset Card for "TheoremQA"
38
 
39
  ## Introduction
 
52
  ## Arxiv Paper:
53
  https://arxiv.org/abs/2305.12524
54
 
55
+ ## Related Survey Paper:
56
+ This dataset is mentioned in the survey paper [A Survey of Deep Learning for Geometry Problem Solving](https://huggingface.co/papers/2507.11936).
57
+
58
  ## Code
59
+ https://github.com/wenhuchen/TheoremQA/tree/main
60
+
61
+ ## Related Code (Survey Reading List)
62
+ https://github.com/majianz/gps-survey