caes0r commited on
Commit
a69daf7
·
verified ·
1 Parent(s): d51ff7d

Upload lmms-eval dataset (streaming)

Browse files
Files changed (1) hide show
  1. AuxSolidMath/README.md +59 -0
AuxSolidMath/README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ viewer: true
3
+ configs:
4
+ - config_name: test_easy
5
+ data_files:
6
+ - split: test_easy
7
+ path: data/test_easy-*
8
+ - config_name: test_hard
9
+ data_files:
10
+ - split: test_hard
11
+ path: data/test_hard-*
12
+ license: cc-by-4.0
13
+ tags:
14
+ - multimodal
15
+ - visual-question-answering
16
+ - geometry
17
+ task_categories:
18
+ - question-answering
19
+ language:
20
+ - en
21
+ dataset_info:
22
+ features:
23
+ - name: id
24
+ dtype: string
25
+ - name: question
26
+ dtype: string
27
+ - name: auxiliary_line_description
28
+ dtype: string
29
+ - name: answer
30
+ dtype: string
31
+ - name: original_image
32
+ dtype: image
33
+ - name: auxiliary_line_image
34
+ dtype: image
35
+ splits:
36
+ - name: test_easy
37
+ num_bytes: 12091348
38
+ num_examples: 150
39
+ - name: test_hard
40
+ num_bytes: 7572531
41
+ num_examples: 152
42
+ download_size: 19087999
43
+ dataset_size: 19663879
44
+ ---
45
+
46
+ # AuxSolidMath
47
+
48
+ ## Introduction
49
+ AuxSolidMath comprises 3,018 solid geometry problems collected from real high school examination papers. Within this dataset, we curate a new benchmark, GeoAuxBench, designed specifically to evaluate a model’s ability to construct auxiliary lines, a skill essential to solving complex geometry problems.
50
+ GeoAuxBench contains 302 examples and is divided into two difficulty levels, Easy (150) and Hard (152), using the original difficulty annotations from the source exam papers rather than post hoc labels.
51
+
52
+ ## Disclaimer
53
+
54
+ This dataset contains text and images collected from publicly available sources.
55
+ The authors do not claim ownership or copyright over any part of this dataset. Some contents may be subject to third-party rights, and users are responsible for verifying their legal use.
56
+ - Intended Use: For non-commercial research and educational purposes only.
57
+ - Redistribution: Do not redistribute or modify the images without permission from the original rights holders.
58
+
59
+ The authors assume no liability for any misuse or infringement of copyright. Users are responsible for their own use of this dataset and bear full legal liability.