Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -6,6 +6,49 @@ license: mit
|
|
| 6 |
task_categories:
|
| 7 |
- question-answering
|
| 8 |
pretty_name: FormalGeo7k_v1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# FormalGeo7k_v1
|
|
|
|
| 6 |
task_categories:
|
| 7 |
- question-answering
|
| 8 |
pretty_name: FormalGeo7k_v1
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: default
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: data/train-*
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: id
|
| 17 |
+
dtype: int32
|
| 18 |
+
- name: annotation
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: source
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: problem_level
|
| 23 |
+
dtype: int32
|
| 24 |
+
- name: problem_text_cn
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: problem_text_en
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: problem_img
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: construction_cdl
|
| 31 |
+
list: string
|
| 32 |
+
- name: text_cdl
|
| 33 |
+
list: string
|
| 34 |
+
- name: image_cdl
|
| 35 |
+
list: string
|
| 36 |
+
- name: goal_cdl
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: problem_answer
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: theorem_seqs
|
| 41 |
+
list: string
|
| 42 |
+
- name: theorem_seqs_dag_json
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: image
|
| 45 |
+
dtype: image
|
| 46 |
+
splits:
|
| 47 |
+
- name: train
|
| 48 |
+
num_bytes: 180009236
|
| 49 |
+
num_examples: 6981
|
| 50 |
+
download_size: 94109776
|
| 51 |
+
dataset_size: 180009236
|
| 52 |
---
|
| 53 |
|
| 54 |
# FormalGeo7k_v1
|