XiaoZhang98 commited on
Commit
1bd3771
·
verified ·
1 Parent(s): f440254

Update OntoURL final benchmark dataset

Browse files
README.md CHANGED
@@ -7,32 +7,32 @@ configs:
7
  path: data/1_1_class_definition_understanding-*
8
  - split: 1_2_class_relation_understanding
9
  path: data/1_2_class_relation_understanding-*
10
- - split: 1_3_property_domain_understanding
11
- path: data/1_3_property_domain_understanding-*
12
  - split: 1_4_instance_class_understanding
13
  path: data/1_4_instance_class_understanding-*
14
- - split: 1_5_instance_definition_understanding
15
- path: data/1_5_instance_definition_understanding-*
16
- - split: 2_1_inferred_relation_reasoning
17
- path: data/2_1_inferred_relation_reasoning-*
18
- - split: 2_2_constraint_reasoning
19
- path: data/2_2_constraint_reasoning-*
20
- - split: 2_3_instance_class_reasoning
21
- path: data/2_3_instance_class_reasoning-*
22
- - split: 2_4_swrl_based_logic_reasoning
23
- path: data/2_4_swrl_based_logic_reasoning-*
24
  - split: 2_5_description_logic_reasoning
25
  path: data/2_5_description_logic_reasoning-*
26
- - split: 3_1_class_definition_generation
27
- path: data/3_1_class_definition_generation-*
28
- - split: 3_2_class_hierarchy_construction
29
- path: data/3_2_class_hierarchy_construction-*
30
- - split: 3_3_property_relation_construction
31
- path: data/3_3_property_relation_construction-*
32
- - split: 3_4_constraint_construction
33
- path: data/3_4_constraint_construction-*
34
- - split: 3_5_ontology_alignment
35
- path: data/3_5_ontology_alignment-*
36
  dataset_info:
37
  features:
38
  - name: identifier
@@ -45,62 +45,88 @@ dataset_info:
45
  dtype: string
46
  - name: task_label
47
  dtype: string
 
 
 
 
 
 
 
 
 
 
48
  - name: domain
49
  dtype: string
 
 
 
 
 
 
50
  - name: label
51
  dtype: string
52
  - name: iri
53
  dtype: string
54
  - name: depth
55
- dtype: int64
 
 
 
 
 
 
 
 
 
 
56
  splits:
57
  - name: 1_1_class_definition_understanding
58
- num_bytes: 7137897
59
- num_examples: 10419
60
  - name: 1_2_class_relation_understanding
61
- num_bytes: 3279391
62
- num_examples: 9560
63
- - name: 1_3_property_domain_understanding
64
- num_bytes: 131947
65
- num_examples: 412
66
  - name: 1_4_instance_class_understanding
67
- num_bytes: 848715
68
- num_examples: 2579
69
- - name: 1_5_instance_definition_understanding
70
- num_bytes: 20006493
71
- num_examples: 40253
72
- - name: 2_1_inferred_relation_reasoning
73
- num_bytes: 2592804
74
- num_examples: 8051
75
- - name: 2_2_constraint_reasoning
76
- num_bytes: 3975318
77
- num_examples: 8112
78
- - name: 2_3_instance_class_reasoning
79
- num_bytes: 1547019
80
- num_examples: 4483
81
- - name: 2_4_swrl_based_logic_reasoning
82
- num_bytes: 2480816
83
- num_examples: 6545
84
  - name: 2_5_description_logic_reasoning
85
- num_bytes: 488851
86
- num_examples: 1598
87
- - name: 3_1_class_definition_generation
88
- num_bytes: 1009659
89
- num_examples: 2645
90
- - name: 3_2_class_hierarchy_construction
91
- num_bytes: 3599535
92
- num_examples: 1233
93
- - name: 3_3_property_relation_construction
94
- num_bytes: 200166
95
- num_examples: 271
96
- - name: 3_4_constraint_construction
97
- num_bytes: 2060360
98
- num_examples: 462
99
- - name: 3_5_ontology_alignment
100
- num_bytes: 7912272
101
- num_examples: 1148
102
- download_size: 19575866
103
- dataset_size: 57271243
104
  task_categories:
105
  - question-answering
106
  - text-generation
 
7
  path: data/1_1_class_definition_understanding-*
8
  - split: 1_2_class_relation_understanding
9
  path: data/1_2_class_relation_understanding-*
10
+ - split: 1_3_property_semantics_understanding
11
+ path: data/1_3_property_semantics_understanding-*
12
  - split: 1_4_instance_class_understanding
13
  path: data/1_4_instance_class_understanding-*
14
+ - split: 1_5_instance_description_understanding
15
+ path: data/1_5_instance_description_understanding-*
16
+ - split: 2_1_inferred_class_relation_reasoning
17
+ path: data/2_1_inferred_class_relation_reasoning-*
18
+ - split: 2_2_property_constraint_reasoning
19
+ path: data/2_2_property_constraint_reasoning-*
20
+ - split: 2_3_inferred_instance_class_reasoning
21
+ path: data/2_3_inferred_instance_class_reasoning-*
22
+ - split: 2_4_swrl_based_rule_reasoning
23
+ path: data/2_4_swrl_based_rule_reasoning-*
24
  - split: 2_5_description_logic_reasoning
25
  path: data/2_5_description_logic_reasoning-*
26
+ - split: 3_1_ontology_term_extraction_from_text
27
+ path: data/3_1_ontology_term_extraction_from_text-*
28
+ - split: 3_2_class_definition_generation
29
+ path: data/3_2_class_definition_generation-*
30
+ - split: 3_3_class_hierarchy_construction
31
+ path: data/3_3_class_hierarchy_construction-*
32
+ - split: 3_4_property_relation_construction
33
+ path: data/3_4_property_relation_construction-*
34
+ - split: 3_5_constraint_construction
35
+ path: data/3_5_constraint_construction-*
36
  dataset_info:
37
  features:
38
  - name: identifier
 
45
  dtype: string
46
  - name: task_label
47
  dtype: string
48
+ - name: task_id
49
+ dtype: string
50
+ - name: task_name
51
+ dtype: string
52
+ - name: capability
53
+ dtype: string
54
+ - name: question_type
55
+ dtype: string
56
+ - name: metric
57
+ dtype: string
58
  - name: domain
59
  dtype: string
60
+ - name: ontology
61
+ dtype: string
62
+ - name: source_file
63
+ dtype: string
64
+ - name: source_index
65
+ dtype: string
66
  - name: label
67
  dtype: string
68
  - name: iri
69
  dtype: string
70
  - name: depth
71
+ dtype: string
72
+ - name: answer_text
73
+ dtype: string
74
+ - name: gold_classes
75
+ dtype: string
76
+ - name: gold_properties
77
+ dtype: string
78
+ - name: gold_triples
79
+ dtype: string
80
+ - name: metadata
81
+ dtype: string
82
  splits:
83
  - name: 1_1_class_definition_understanding
84
+ num_bytes: 4455574
85
+ num_examples: 2376
86
  - name: 1_2_class_relation_understanding
87
+ num_bytes: 2818767
88
+ num_examples: 2383
89
+ - name: 1_3_property_semantics_understanding
90
+ num_bytes: 3735954
91
+ num_examples: 2376
92
  - name: 1_4_instance_class_understanding
93
+ num_bytes: 4372737
94
+ num_examples: 3116
95
+ - name: 1_5_instance_description_understanding
96
+ num_bytes: 3827390
97
+ num_examples: 1776
98
+ - name: 2_1_inferred_class_relation_reasoning
99
+ num_bytes: 2041836
100
+ num_examples: 1696
101
+ - name: 2_2_property_constraint_reasoning
102
+ num_bytes: 3469009
103
+ num_examples: 2254
104
+ - name: 2_3_inferred_instance_class_reasoning
105
+ num_bytes: 3593172
106
+ num_examples: 2415
107
+ - name: 2_4_swrl_based_rule_reasoning
108
+ num_bytes: 2402340
109
+ num_examples: 1969
110
  - name: 2_5_description_logic_reasoning
111
+ num_bytes: 4358798
112
+ num_examples: 2446
113
+ - name: 3_1_ontology_term_extraction_from_text
114
+ num_bytes: 7408050
115
+ num_examples: 1568
116
+ - name: 3_2_class_definition_generation
117
+ num_bytes: 3385019
118
+ num_examples: 2386
119
+ - name: 3_3_class_hierarchy_construction
120
+ num_bytes: 13787687
121
+ num_examples: 2325
122
+ - name: 3_4_property_relation_construction
123
+ num_bytes: 779426
124
+ num_examples: 212
125
+ - name: 3_5_constraint_construction
126
+ num_bytes: 5125887
127
+ num_examples: 507
128
+ download_size: 12628339
129
+ dataset_size: 65561646
130
  task_categories:
131
  - question-answering
132
  - text-generation
data/1_1_class_definition_understanding-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12f1fafecc3d5ceb62d21c598ab112b7f92b1a475a6d0e0f420486ac8e86e64c
3
- size 3110586
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86cab2e11457b35a53d86f510ee2d76525fa9557f8d4f93112990cc9b6626b94
3
+ size 1263117
data/1_2_class_relation_understanding-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd2fd893be4fa15f429e064144eaab4de9df5e7ec1d50acfa08b8b7dafe3e69e
3
- size 1201931
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b85c2e311a6c369eb612ef1c6d01bf767345c4fe9a7ae63af4d2235daa05b175
3
+ size 507786
data/1_3_property_semantics_understanding-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28862f707969986430fc0050bf18ef56c1ef70b42f53812b8da4d1c25dd799d4
3
+ size 464568
data/1_4_instance_class_understanding-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e70b0abe169ce197d23447d6458811db59269d3cebf8f10da162859ed9f83cea
3
- size 270919
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03b8312078a160baf3a52a123766c701a82fd8210f7496c613b9727ac72f021
3
+ size 719861
data/1_5_instance_description_understanding-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f48e28198933dd9c4dbcf0e9e90712b561405f07c21a09f0a04cb9732130d460
3
+ size 584959
data/2_1_inferred_class_relation_reasoning-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04744cb8af57e29852bd44ea9bfab6728b6f89fce952bce7697fd8ba3f7f8197
3
+ size 334868
data/2_2_property_constraint_reasoning-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385d87157566b84b6e47c898f3dd8abb31d9a0b3236e21da7278a5b2dac6c21d
3
+ size 405779
data/2_3_inferred_instance_class_reasoning-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a3baecfd9eae3a535502f48d57a26ac5240cd74725e3c26a8c2979741efcac0
3
+ size 483432
data/2_4_swrl_based_rule_reasoning-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6b14a6c578bcdef7fc4480736cdafb14c2613967a3a3521e1e5b24b04e7129a
3
+ size 362474
data/2_5_description_logic_reasoning-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e212ddcd3aca04bbf2198ab2e309071e23075b5d0cb1b1a8464653ae55d84307
3
- size 97549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abcb0f8e02e9eb634ef34c18a979cb22ec785449e19c1870c87864165ee2501d
3
+ size 455317
data/3_1_ontology_term_extraction_from_text-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb1694174d9f1cb463ca26a3eb59620039d2b92c6e0f9f8f33c1cb4e162a5e2
3
+ size 1394358
data/3_2_class_definition_generation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f98cdda5750ceba9bd5eff56ff6a2c5dbc680386ee650a0097d8a1b0e8062c7f
3
+ size 807288
data/3_3_class_hierarchy_construction-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddabb9b3a71b2965728e8c1552cf3b660927853a733e2bd8bbbc342964a8fc47
3
+ size 3370423
data/3_4_property_relation_construction-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cccb966e158f717225b8ed8d861305d1ea9516232d6d9e38441bb91afcce583
3
+ size 162035
data/3_5_constraint_construction-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:251785757690242e57efe228528d3fb48e017033545b3d1b605a570f016b0472
3
+ size 1312074
Free AI Image Generator No sign-up. Instant results. Open Now