Datasets:
Upload dataset
Browse files- README.md +99 -0
- data/1_1_class_definition_understanding-00000-of-00001.parquet +3 -0
- data/1_2_class_relation_understanding-00000-of-00001.parquet +3 -0
- data/1_3_property_domain_understanding-00000-of-00001.parquet +3 -0
- data/1_4_instance_class_understanding-00000-of-00001.parquet +3 -0
- data/1_5_instance_definition_understanding-00000-of-00001.parquet +3 -0
- data/2_1_inferred_relation_reasoning-00000-of-00001.parquet +3 -0
- data/2_2_constraint_reasoning-00000-of-00001.parquet +3 -0
- data/2_3_instance_class_reasoning-00000-of-00001.parquet +3 -0
- data/2_4_swrl_based_logic_reasoning-00000-of-00001.parquet +3 -0
- data/2_5_description_logic_reasoning-00000-of-00001.parquet +3 -0
- data/3_1_class_definition_generation-00000-of-00001.parquet +3 -0
- data/3_2_class_hierarchy_construction-00000-of-00001.parquet +3 -0
- data/3_3_property_relation_construction-00000-of-00001.parquet +3 -0
- data/3_4_constraint_construction-00000-of-00001.parquet +3 -0
- data/3_5_ontology_alignment-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,102 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: 1_1_class_definition_understanding
|
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
|
39 |
+
dtype: string
|
40 |
+
- name: question
|
41 |
+
dtype: string
|
42 |
+
- name: options
|
43 |
+
dtype: string
|
44 |
+
- name: answer
|
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 |
+
splits:
|
55 |
+
- name: 1_1_class_definition_understanding
|
56 |
+
num_bytes: 8192266
|
57 |
+
num_examples: 9151
|
58 |
+
- name: 1_2_class_relation_understanding
|
59 |
+
num_bytes: 3626863
|
60 |
+
num_examples: 9201
|
61 |
+
- name: 1_3_property_domain_understanding
|
62 |
+
num_bytes: 115314
|
63 |
+
num_examples: 375
|
64 |
+
- name: 1_4_instance_class_understanding
|
65 |
+
num_bytes: 884651
|
66 |
+
num_examples: 2475
|
67 |
+
- name: 1_5_instance_definition_understanding
|
68 |
+
num_bytes: 3364620
|
69 |
+
num_examples: 3814
|
70 |
+
- name: 2_1_inferred_relation_reasoning
|
71 |
+
num_bytes: 3176938
|
72 |
+
num_examples: 8208
|
73 |
+
- name: 2_2_constraint_reasoning
|
74 |
+
num_bytes: 3482634
|
75 |
+
num_examples: 6956
|
76 |
+
- name: 2_3_instance_class_reasoning
|
77 |
+
num_bytes: 1361422
|
78 |
+
num_examples: 3793
|
79 |
+
- name: 2_4_swrl_based_logic_reasoning
|
80 |
+
num_bytes: 2850512
|
81 |
+
num_examples: 6517
|
82 |
+
- name: 2_5_description_logic_reasoning
|
83 |
+
num_bytes: 861489
|
84 |
+
num_examples: 2560
|
85 |
+
- name: 3_1_class_definition_generation
|
86 |
+
num_bytes: 1318076
|
87 |
+
num_examples: 2935
|
88 |
+
- name: 3_2_class_hierarchy_construction
|
89 |
+
num_bytes: 2474509
|
90 |
+
num_examples: 951
|
91 |
+
- name: 3_3_property_relation_construction
|
92 |
+
num_bytes: 587871
|
93 |
+
num_examples: 255
|
94 |
+
- name: 3_4_constraint_construction
|
95 |
+
num_bytes: 1777700
|
96 |
+
num_examples: 642
|
97 |
+
- name: 3_5_ontology_alignment
|
98 |
+
num_bytes: 7916840
|
99 |
+
num_examples: 1148
|
100 |
+
download_size: 14563405
|
101 |
+
dataset_size: 41991705
|
102 |
---
|
data/1_1_class_definition_understanding-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db6431981c335b3574bc7c55c83e013d7bce508ec4fc373bc086511bb704b597
|
3 |
+
size 3879947
|
data/1_2_class_relation_understanding-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a43e521f553a7ba0c218f1e434ff728d48980590376e29480e44111cd9bb94da
|
3 |
+
size 1439484
|
data/1_3_property_domain_understanding-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:394ddc845e881fe19f95f6d61c2804e3a605ca66d408c7b84ab1d68f24789856
|
3 |
+
size 33896
|
data/1_4_instance_class_understanding-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36129e080570298d7fce865b54cf9b45a3f7fc4ae52bc278fac315b308195843
|
3 |
+
size 256872
|
data/1_5_instance_definition_understanding-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56e339c9265b58e8c47b770cfd0153d7e87a2f260f5eb204a7805de774e04fb0
|
3 |
+
size 1345623
|
data/2_1_inferred_relation_reasoning-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f79a0ac6664cbe244fa5e7396a2eba866f09726305ef0243ee62679f10770949
|
3 |
+
size 1166574
|
data/2_2_constraint_reasoning-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:382676f2664ab8b60c168a943a0ba9675d1b7e7fa54cef8a39048287c4aac169
|
3 |
+
size 871914
|
data/2_3_instance_class_reasoning-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a42b3d74cd009dde41a8a41eee391bbed6c09eb2dfb94a23ea6d7e8e3fd0164
|
3 |
+
size 390257
|
data/2_4_swrl_based_logic_reasoning-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e20f78ba09257ad1412f33d216583e59dd020c821b82712334c8e12a67eb1d82
|
3 |
+
size 925749
|
data/2_5_description_logic_reasoning-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15ab75a2d91857f60540670363d97bfde28b222ef7597be38244aa593f5b6bff
|
3 |
+
size 196732
|
data/3_1_class_definition_generation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc3d6b368ae379995930eefa8efaecdfbb4006f1e0684a05acebbad2b381c418
|
3 |
+
size 532564
|
data/3_2_class_hierarchy_construction-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50d42f58c2c336d397e4c42636d3a9e259361c619ac669cee28c9e70b9d167e9
|
3 |
+
size 940383
|
data/3_3_property_relation_construction-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53d010ffbe95309309e9f71c8a83c6b8d9af5b56a3a4864a492f8f0f7b34716c
|
3 |
+
size 188862
|
data/3_4_constraint_construction-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba24bef9c6ac2aa253d9db4276d31d33ba0ddca2c9e0ab20966b2396f74748bc
|
3 |
+
size 607930
|
data/3_5_ontology_alignment-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca81cef75af057b4a54e717df560a3e1bd7aa17f668d9058799f01179d27be5a
|
3 |
+
size 1786618
|