asahi417 commited on
Commit
3c84296
1 Parent(s): abc61cd
Files changed (3) hide show
  1. README.md +270 -0
  2. stats.csv +189 -169
  3. stats.md +190 -170
README.md CHANGED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - other
6
+ multilinguality:
7
+ - monolingual
8
+ size_categories:
9
+ - 1K<n<10K
10
+ pretty_name: SemEval2012 task 2 Relational Similarity
11
+ ---
12
+ # Dataset Card for "relbert/semeval2012_relational_similarity_v5"
13
+ ## Dataset Description
14
+ - **Repository:** [RelBERT](https://github.com/asahi417/relbert)
15
+ - **Paper:** [https://aclanthology.org/S12-1047/](https://aclanthology.org/S12-1047/)
16
+ - **Dataset:** SemEval2012: Relational Similarity
17
+
18
+ ### Dataset Summary
19
+
20
+ ***IMPORTANT***: This is the same dataset as [relbert/semeval2012_relational_similarity](https://huggingface.co/datasets/relbert/semeval2012_relational_similarity),
21
+ but with a different dataset construction.
22
+
23
+ Relational similarity dataset from [SemEval2012 task 2](https://aclanthology.org/S12-1047/), compiled to fine-tune [RelBERT](https://github.com/asahi417/relbert) model.
24
+ The dataset contains a list of positive and negative word pair from 89 pre-defined relations.
25
+ The relation types are constructed on top of following 10 parent relation types.
26
+ ```shell
27
+ {
28
+ 1: "Class Inclusion", # Hypernym
29
+ 2: "Part-Whole", # Meronym, Substance Meronym
30
+ 3: "Similar", # Synonym, Co-hypornym
31
+ 4: "Contrast", # Antonym
32
+ 5: "Attribute", # Attribute, Event
33
+ 6: "Non Attribute",
34
+ 7: "Case Relation",
35
+ 8: "Cause-Purpose",
36
+ 9: "Space-Time",
37
+ 10: "Representation"
38
+ }
39
+ ```
40
+ Each of the parent relation is further grouped into child relation types where the definition can be found [here](https://drive.google.com/file/d/0BzcZKTSeYL8VenY0QkVpZVpxYnc/view?resourcekey=0-ZP-UARfJj39PcLroibHPHw).
41
+
42
+
43
+ ## Dataset Structure
44
+ ### Data Instances
45
+ An example of `train` looks as follows.
46
+ ```
47
+ {
48
+ 'relation_type': '8d',
49
+ 'positives': [ [ "breathe", "live" ], [ "study", "learn" ], [ "speak", "communicate" ], ... ]
50
+ 'negatives': [ [ "starving", "hungry" ], [ "clean", "bathe" ], [ "hungry", "starving" ], ... ]
51
+ }
52
+ ```
53
+
54
+ ### Data Splits
55
+ | name |train|validation|
56
+ |---------|----:|---------:|
57
+ |semeval2012_relational_similarity| 89 | 89|
58
+
59
+
60
+ ### Number of Positive/Negative Word-pairs in each Split
61
+
62
+ | | positives | negatives |
63
+ |:------------------------------------------|------------:|------------:|
64
+ | ('1', 'parent', 'train') | 110 | 680 |
65
+ | ('10', 'parent', 'train') | 60 | 730 |
66
+ | ('10a', 'child', 'train') | 10 | 1655 |
67
+ | ('10a', 'child_prototypical', 'train') | 123 | 2438 |
68
+ | ('10b', 'child', 'train') | 10 | 1656 |
69
+ | ('10b', 'child_prototypical', 'train') | 117 | 2027 |
70
+ | ('10c', 'child', 'train') | 10 | 1658 |
71
+ | ('10c', 'child_prototypical', 'train') | 105 | 2030 |
72
+ | ('10d', 'child', 'train') | 10 | 1659 |
73
+ | ('10d', 'child_prototypical', 'train') | 99 | 1766 |
74
+ | ('10e', 'child', 'train') | 10 | 1661 |
75
+ | ('10e', 'child_prototypical', 'train') | 87 | 1118 |
76
+ | ('10f', 'child', 'train') | 10 | 1659 |
77
+ | ('10f', 'child_prototypical', 'train') | 99 | 1766 |
78
+ | ('1a', 'child', 'train') | 10 | 1655 |
79
+ | ('1a', 'child_prototypical', 'train') | 123 | 2192 |
80
+ | ('1b', 'child', 'train') | 10 | 1655 |
81
+ | ('1b', 'child_prototypical', 'train') | 123 | 2192 |
82
+ | ('1c', 'child', 'train') | 10 | 1658 |
83
+ | ('1c', 'child_prototypical', 'train') | 105 | 2030 |
84
+ | ('1d', 'child', 'train') | 10 | 1653 |
85
+ | ('1d', 'child_prototypical', 'train') | 135 | 2540 |
86
+ | ('1e', 'child', 'train') | 10 | 1661 |
87
+ | ('1e', 'child_prototypical', 'train') | 87 | 1031 |
88
+ | ('2', 'parent', 'train') | 100 | 690 |
89
+ | ('2a', 'child', 'train') | 10 | 1654 |
90
+ | ('2a', 'child_prototypical', 'train') | 129 | 2621 |
91
+ | ('2b', 'child', 'train') | 10 | 1658 |
92
+ | ('2b', 'child_prototypical', 'train') | 105 | 1610 |
93
+ | ('2c', 'child', 'train') | 10 | 1656 |
94
+ | ('2c', 'child_prototypical', 'train') | 117 | 2144 |
95
+ | ('2d', 'child', 'train') | 10 | 1659 |
96
+ | ('2d', 'child_prototypical', 'train') | 99 | 1667 |
97
+ | ('2e', 'child', 'train') | 10 | 1658 |
98
+ | ('2e', 'child_prototypical', 'train') | 105 | 1925 |
99
+ | ('2f', 'child', 'train') | 10 | 1658 |
100
+ | ('2f', 'child_prototypical', 'train') | 105 | 2240 |
101
+ | ('2g', 'child', 'train') | 10 | 1653 |
102
+ | ('2g', 'child_prototypical', 'train') | 135 | 2405 |
103
+ | ('2h', 'child', 'train') | 10 | 1658 |
104
+ | ('2h', 'child_prototypical', 'train') | 105 | 1925 |
105
+ | ('2i', 'child', 'train') | 10 | 1660 |
106
+ | ('2i', 'child_prototypical', 'train') | 93 | 1706 |
107
+ | ('2j', 'child', 'train') | 10 | 1659 |
108
+ | ('2j', 'child_prototypical', 'train') | 99 | 1964 |
109
+ | ('3', 'parent', 'train') | 80 | 710 |
110
+ | ('3a', 'child', 'train') | 10 | 1658 |
111
+ | ('3a', 'child_prototypical', 'train') | 105 | 1925 |
112
+ | ('3b', 'child', 'train') | 10 | 1658 |
113
+ | ('3b', 'child_prototypical', 'train') | 105 | 2240 |
114
+ | ('3c', 'child', 'train') | 10 | 1657 |
115
+ | ('3c', 'child_prototypical', 'train') | 111 | 1979 |
116
+ | ('3d', 'child', 'train') | 10 | 1655 |
117
+ | ('3d', 'child_prototypical', 'train') | 123 | 2315 |
118
+ | ('3e', 'child', 'train') | 10 | 1664 |
119
+ | ('3e', 'child_prototypical', 'train') | 69 | 1268 |
120
+ | ('3f', 'child', 'train') | 10 | 1658 |
121
+ | ('3f', 'child_prototypical', 'train') | 105 | 2345 |
122
+ | ('3g', 'child', 'train') | 10 | 1663 |
123
+ | ('3g', 'child_prototypical', 'train') | 75 | 1340 |
124
+ | ('3h', 'child', 'train') | 10 | 1659 |
125
+ | ('3h', 'child_prototypical', 'train') | 99 | 1964 |
126
+ | ('4', 'parent', 'train') | 80 | 710 |
127
+ | ('4a', 'child', 'train') | 10 | 1658 |
128
+ | ('4a', 'child_prototypical', 'train') | 105 | 2240 |
129
+ | ('4b', 'child', 'train') | 10 | 1662 |
130
+ | ('4b', 'child_prototypical', 'train') | 81 | 1163 |
131
+ | ('4c', 'child', 'train') | 10 | 1657 |
132
+ | ('4c', 'child_prototypical', 'train') | 111 | 2201 |
133
+ | ('4d', 'child', 'train') | 10 | 1665 |
134
+ | ('4d', 'child_prototypical', 'train') | 63 | 749 |
135
+ | ('4e', 'child', 'train') | 10 | 1657 |
136
+ | ('4e', 'child_prototypical', 'train') | 111 | 2423 |
137
+ | ('4f', 'child', 'train') | 10 | 1660 |
138
+ | ('4f', 'child_prototypical', 'train') | 93 | 1892 |
139
+ | ('4g', 'child', 'train') | 10 | 1654 |
140
+ | ('4g', 'child_prototypical', 'train') | 129 | 2492 |
141
+ | ('4h', 'child', 'train') | 10 | 1657 |
142
+ | ('4h', 'child_prototypical', 'train') | 111 | 2312 |
143
+ | ('5', 'parent', 'train') | 90 | 700 |
144
+ | ('5a', 'child', 'train') | 10 | 1655 |
145
+ | ('5a', 'child_prototypical', 'train') | 123 | 2315 |
146
+ | ('5b', 'child', 'train') | 10 | 1661 |
147
+ | ('5b', 'child_prototypical', 'train') | 87 | 1640 |
148
+ | ('5c', 'child', 'train') | 10 | 1658 |
149
+ | ('5c', 'child_prototypical', 'train') | 105 | 1925 |
150
+ | ('5d', 'child', 'train') | 10 | 1654 |
151
+ | ('5d', 'child_prototypical', 'train') | 129 | 2363 |
152
+ | ('5e', 'child', 'train') | 10 | 1661 |
153
+ | ('5e', 'child_prototypical', 'train') | 87 | 1640 |
154
+ | ('5f', 'child', 'train') | 10 | 1658 |
155
+ | ('5f', 'child_prototypical', 'train') | 105 | 2135 |
156
+ | ('5g', 'child', 'train') | 10 | 1660 |
157
+ | ('5g', 'child_prototypical', 'train') | 93 | 1892 |
158
+ | ('5h', 'child', 'train') | 10 | 1654 |
159
+ | ('5h', 'child_prototypical', 'train') | 129 | 2750 |
160
+ | ('5i', 'child', 'train') | 10 | 1655 |
161
+ | ('5i', 'child_prototypical', 'train') | 123 | 2561 |
162
+ | ('6', 'parent', 'train') | 80 | 710 |
163
+ | ('6a', 'child', 'train') | 10 | 1654 |
164
+ | ('6a', 'child_prototypical', 'train') | 129 | 2492 |
165
+ | ('6b', 'child', 'train') | 10 | 1658 |
166
+ | ('6b', 'child_prototypical', 'train') | 105 | 2135 |
167
+ | ('6c', 'child', 'train') | 10 | 1656 |
168
+ | ('6c', 'child_prototypical', 'train') | 117 | 2495 |
169
+ | ('6d', 'child', 'train') | 10 | 1659 |
170
+ | ('6d', 'child_prototypical', 'train') | 99 | 2261 |
171
+ | ('6e', 'child', 'train') | 10 | 1658 |
172
+ | ('6e', 'child_prototypical', 'train') | 105 | 2135 |
173
+ | ('6f', 'child', 'train') | 10 | 1657 |
174
+ | ('6f', 'child_prototypical', 'train') | 111 | 2090 |
175
+ | ('6g', 'child', 'train') | 10 | 1657 |
176
+ | ('6g', 'child_prototypical', 'train') | 111 | 1979 |
177
+ | ('6h', 'child', 'train') | 10 | 1654 |
178
+ | ('6h', 'child_prototypical', 'train') | 129 | 2621 |
179
+ | ('7', 'parent', 'train') | 80 | 710 |
180
+ | ('7a', 'child', 'train') | 10 | 1655 |
181
+ | ('7a', 'child_prototypical', 'train') | 123 | 2561 |
182
+ | ('7b', 'child', 'train') | 10 | 1662 |
183
+ | ('7b', 'child_prototypical', 'train') | 81 | 1082 |
184
+ | ('7c', 'child', 'train') | 10 | 1658 |
185
+ | ('7c', 'child_prototypical', 'train') | 105 | 1715 |
186
+ | ('7d', 'child', 'train') | 10 | 1655 |
187
+ | ('7d', 'child_prototypical', 'train') | 123 | 2561 |
188
+ | ('7e', 'child', 'train') | 10 | 1659 |
189
+ | ('7e', 'child_prototypical', 'train') | 99 | 1568 |
190
+ | ('7f', 'child', 'train') | 10 | 1657 |
191
+ | ('7f', 'child_prototypical', 'train') | 111 | 1757 |
192
+ | ('7g', 'child', 'train') | 10 | 1660 |
193
+ | ('7g', 'child_prototypical', 'train') | 93 | 1148 |
194
+ | ('7h', 'child', 'train') | 10 | 1655 |
195
+ | ('7h', 'child_prototypical', 'train') | 123 | 1946 |
196
+ | ('8', 'parent', 'train') | 80 | 710 |
197
+ | ('8a', 'child', 'train') | 10 | 1655 |
198
+ | ('8a', 'child_prototypical', 'train') | 123 | 2192 |
199
+ | ('8b', 'child', 'train') | 10 | 1662 |
200
+ | ('8b', 'child_prototypical', 'train') | 81 | 1487 |
201
+ | ('8c', 'child', 'train') | 10 | 1657 |
202
+ | ('8c', 'child_prototypical', 'train') | 111 | 1757 |
203
+ | ('8d', 'child', 'train') | 10 | 1656 |
204
+ | ('8d', 'child_prototypical', 'train') | 117 | 1910 |
205
+ | ('8e', 'child', 'train') | 10 | 1658 |
206
+ | ('8e', 'child_prototypical', 'train') | 105 | 1610 |
207
+ | ('8f', 'child', 'train') | 10 | 1657 |
208
+ | ('8f', 'child_prototypical', 'train') | 111 | 1868 |
209
+ | ('8g', 'child', 'train') | 10 | 1662 |
210
+ | ('8g', 'child_prototypical', 'train') | 81 | 839 |
211
+ | ('8h', 'child', 'train') | 10 | 1655 |
212
+ | ('8h', 'child_prototypical', 'train') | 123 | 2315 |
213
+ | ('9', 'parent', 'train') | 90 | 700 |
214
+ | ('9a', 'child', 'train') | 10 | 1655 |
215
+ | ('9a', 'child_prototypical', 'train') | 123 | 1946 |
216
+ | ('9b', 'child', 'train') | 10 | 1657 |
217
+ | ('9b', 'child_prototypical', 'train') | 111 | 2090 |
218
+ | ('9c', 'child', 'train') | 10 | 1662 |
219
+ | ('9c', 'child_prototypical', 'train') | 81 | 596 |
220
+ | ('9d', 'child', 'train') | 10 | 1660 |
221
+ | ('9d', 'child_prototypical', 'train') | 93 | 1985 |
222
+ | ('9e', 'child', 'train') | 10 | 1661 |
223
+ | ('9e', 'child_prototypical', 'train') | 87 | 1901 |
224
+ | ('9f', 'child', 'train') | 10 | 1659 |
225
+ | ('9f', 'child_prototypical', 'train') | 99 | 1766 |
226
+ | ('9g', 'child', 'train') | 10 | 1655 |
227
+ | ('9g', 'child_prototypical', 'train') | 123 | 2069 |
228
+ | ('9h', 'child', 'train') | 10 | 1656 |
229
+ | ('9h', 'child_prototypical', 'train') | 117 | 2261 |
230
+ | ('9i', 'child', 'train') | 10 | 1660 |
231
+ | ('9i', 'child_prototypical', 'train') | 93 | 1613 |
232
+ | ('AtLocation', 'N/A', 'validation') | 960 | 4646 |
233
+ | ('CapableOf', 'N/A', 'validation') | 536 | 4734 |
234
+ | ('Causes', 'N/A', 'validation') | 194 | 4738 |
235
+ | ('CausesDesire', 'N/A', 'validation') | 40 | 4730 |
236
+ | ('CreatedBy', 'N/A', 'validation') | 4 | 3554 |
237
+ | ('DefinedAs', 'N/A', 'validation') | 4 | 1182 |
238
+ | ('Desires', 'N/A', 'validation') | 56 | 4732 |
239
+ | ('HasA', 'N/A', 'validation') | 168 | 4772 |
240
+ | ('HasFirstSubevent', 'N/A', 'validation') | 4 | 3554 |
241
+ | ('HasLastSubevent', 'N/A', 'validation') | 10 | 4732 |
242
+ | ('HasPrerequisite', 'N/A', 'validation') | 450 | 4744 |
243
+ | ('HasProperty', 'N/A', 'validation') | 266 | 4766 |
244
+ | ('HasSubevent', 'N/A', 'validation') | 330 | 4768 |
245
+ | ('IsA', 'N/A', 'validation') | 816 | 4688 |
246
+ | ('MadeOf', 'N/A', 'validation') | 48 | 4726 |
247
+ | ('MotivatedByGoal', 'N/A', 'validation') | 50 | 4736 |
248
+ | ('PartOf', 'N/A', 'validation') | 82 | 4742 |
249
+ | ('ReceivesAction', 'N/A', 'validation') | 52 | 4726 |
250
+ | ('SymbolOf', 'N/A', 'validation') | 4 | 1184 |
251
+ | ('UsedFor', 'N/A', 'validation') | 660 | 4760 |
252
+
253
+
254
+ ### Citation Information
255
+ ```
256
+ @inproceedings{jurgens-etal-2012-semeval,
257
+ title = "{S}em{E}val-2012 Task 2: Measuring Degrees of Relational Similarity",
258
+ author = "Jurgens, David and
259
+ Mohammad, Saif and
260
+ Turney, Peter and
261
+ Holyoak, Keith",
262
+ booktitle = "*{SEM} 2012: The First Joint Conference on Lexical and Computational Semantics {--} Volume 1: Proceedings of the main conference and the shared task, and Volume 2: Proceedings of the Sixth International Workshop on Semantic Evaluation ({S}em{E}val 2012)",
263
+ month = "7-8 " # jun,
264
+ year = "2012",
265
+ address = "Montr{\'e}al, Canada",
266
+ publisher = "Association for Computational Linguistics",
267
+ url = "https://aclanthology.org/S12-1047",
268
+ pages = "356--364",
269
+ }
270
+ ```
stats.csv CHANGED
@@ -1,169 +1,189 @@
1
- relation_type,level,positive (train),negative (train),positive (validation),negative (validation)
2
- 1,parent,110,680,129,760
3
- 10,parent,60,730,66,823
4
- 10a,child,10,780,14,875
5
- 10a,child_prototypical,1,18,1,22
6
- 10b,child,10,780,13,876
7
- 10b,child_prototypical,1,16,1,19
8
- 10c,child,10,780,11,878
9
- 10c,child_prototypical,1,19,1,20
10
- 10d,child_prototypical,1,18,1,18
11
- 10d,child,10,780,10,879
12
- 10e,child,10,780,8,881
13
- 10e,child_prototypical,1,14,1,12
14
- 10f,child,10,780,10,879
15
- 10f,child_prototypical,1,18,1,18
16
- 1a,child,10,780,14,875
17
- 1a,child_prototypical,1,16,1,20
18
- 1b,child,10,780,14,875
19
- 1b,child_prototypical,1,16,1,20
20
- 1c,child_prototypical,1,19,1,20
21
- 1c,child,10,780,11,878
22
- 1d,child,10,780,16,873
23
- 1d,child_prototypical,1,16,1,22
24
- 1e,child,10,780,8,881
25
- 1e,child_prototypical,1,13,1,11
26
- 2,parent,100,690,117,772
27
- 2a,child,10,780,15,874
28
- 2a,child_prototypical,1,18,1,23
29
- 2b,child_prototypical,1,15,1,16
30
- 2b,child,10,780,11,878
31
- 2c,child,10,780,13,876
32
- 2c,child_prototypical,1,17,1,20
33
- 2d,child,10,780,10,879
34
- 2d,child_prototypical,1,17,1,17
35
- 2e,child,10,780,11,878
36
- 2e,child_prototypical,1,18,1,19
37
- 2f,child,10,780,11,878
38
- 2f,child_prototypical,1,21,1,22
39
- 2g,child,10,780,16,873
40
- 2g,child_prototypical,1,15,1,21
41
- 2h,child_prototypical,1,18,1,19
42
- 2h,child,10,780,11,878
43
- 2i,child,10,780,9,880
44
- 2i,child_prototypical,1,19,1,18
45
- 2j,child,10,780,10,879
46
- 2j,child_prototypical,1,20,1,20
47
- 3,parent,80,710,80,809
48
- 3a,child,10,780,11,878
49
- 3a,child_prototypical,1,18,1,19
50
- 3b,child,10,780,11,878
51
- 3b,child_prototypical,1,21,1,22
52
- 3c,child_prototypical,1,17,1,19
53
- 3c,child,10,780,12,877
54
- 3d,child,10,780,14,875
55
- 3d,child_prototypical,1,17,1,21
56
- 3e,child,10,780,5,884
57
- 3e,child_prototypical,1,21,1,16
58
- 3f,child,10,780,11,878
59
- 3f,child_prototypical,1,22,1,23
60
- 3g,child,10,780,6,883
61
- 3g,child_prototypical,1,20,1,16
62
- 3h,child_prototypical,1,20,1,20
63
- 3h,child,10,780,10,879
64
- 4,parent,80,710,82,807
65
- 4a,child,10,780,11,878
66
- 4a,child_prototypical,1,21,1,22
67
- 4b,child,10,780,7,882
68
- 4b,child_prototypical,1,16,1,13
69
- 4c,child,10,780,12,877
70
- 4c,child_prototypical,1,19,1,21
71
- 4d,child_prototypical,1,15,1,9
72
- 4d,child,10,780,4,885
73
- 4e,child,10,780,12,877
74
- 4e,child_prototypical,1,21,1,23
75
- 4f,child,10,780,9,880
76
- 4f,child_prototypical,1,21,1,20
77
- 4g,child,10,780,15,874
78
- 4g,child_prototypical,1,17,1,22
79
- 4h,child_prototypical,1,20,1,22
80
- 4h,child,10,780,12,877
81
- 5,parent,90,700,105,784
82
- 5a,child,10,780,14,875
83
- 5a,child_prototypical,1,17,1,21
84
- 5b,child_prototypical,1,20,1,18
85
- 5b,child,10,780,8,881
86
- 5c,child,10,780,11,878
87
- 5c,child_prototypical,1,18,1,19
88
- 5d,child,10,780,15,874
89
- 5d,child_prototypical,1,16,1,21
90
- 5e,child,10,780,8,881
91
- 5e,child_prototypical,1,20,1,18
92
- 5f,child,10,780,11,878
93
- 5f,child_prototypical,1,20,1,21
94
- 5g,child_prototypical,1,21,1,20
95
- 5g,child,10,780,9,880
96
- 5h,child,10,780,15,874
97
- 5h,child_prototypical,1,19,1,24
98
- 5i,child,10,780,14,875
99
- 5i,child_prototypical,1,19,1,23
100
- 6,parent,80,710,99,790
101
- 6a,child,10,780,15,874
102
- 6a,child_prototypical,1,17,1,22
103
- 6b,child_prototypical,1,20,1,21
104
- 6b,child,10,780,11,878
105
- 6c,child_prototypical,1,20,1,23
106
- 6c,child,10,780,13,876
107
- 6d,child,10,780,10,879
108
- 6d,child_prototypical,1,23,1,23
109
- 6e,child,10,780,11,878
110
- 6e,child_prototypical,1,20,1,21
111
- 6f,child,10,780,12,877
112
- 6f,child_prototypical,1,18,1,20
113
- 6g,child,10,780,12,877
114
- 6g,child_prototypical,1,17,1,19
115
- 6h,child_prototypical,1,18,1,23
116
- 6h,child,10,780,15,874
117
- 7,parent,80,710,91,798
118
- 7a,child,10,780,14,875
119
- 7a,child_prototypical,1,19,1,23
120
- 7b,child,10,780,7,882
121
- 7b,child_prototypical,1,15,1,12
122
- 7c,child,10,780,11,878
123
- 7c,child_prototypical,1,16,1,17
124
- 7d,child_prototypical,1,19,1,23
125
- 7d,child,10,780,14,875
126
- 7e,child_prototypical,1,16,1,16
127
- 7e,child,10,780,10,879
128
- 7f,child,10,780,12,877
129
- 7f,child_prototypical,1,15,1,17
130
- 7g,child,10,780,9,880
131
- 7g,child_prototypical,1,13,1,12
132
- 7h,child,10,780,14,875
133
- 7h,child_prototypical,1,14,1,18
134
- 8,parent,80,710,90,799
135
- 8a,child,10,780,14,875
136
- 8a,child_prototypical,1,16,1,20
137
- 8b,child_prototypical,1,20,1,17
138
- 8b,child,10,780,7,882
139
- 8c,child,10,780,12,877
140
- 8c,child_prototypical,1,15,1,17
141
- 8d,child,10,780,13,876
142
- 8d,child_prototypical,1,15,1,18
143
- 8e,child,10,780,11,878
144
- 8e,child_prototypical,1,15,1,16
145
- 8f,child,10,780,12,877
146
- 8f,child_prototypical,1,16,1,18
147
- 8g,child_prototypical,1,12,1,9
148
- 8g,child,10,780,7,882
149
- 8h,child,10,780,14,875
150
- 8h,child_prototypical,1,17,1,21
151
- 9,parent,90,700,96,793
152
- 9a,child,10,780,14,875
153
- 9a,child_prototypical,1,14,1,18
154
- 9b,child,10,780,12,877
155
- 9b,child_prototypical,1,18,1,20
156
- 9c,child,10,780,7,882
157
- 9c,child_prototypical,1,9,1,6
158
- 9d,child_prototypical,1,22,1,21
159
- 9d,child,10,780,9,880
160
- 9e,child,10,780,8,881
161
- 9e,child_prototypical,1,23,1,21
162
- 9f,child,10,780,10,879
163
- 9f,child_prototypical,1,18,1,18
164
- 9g,child,10,780,14,875
165
- 9g,child_prototypical,1,15,1,19
166
- 9h,child,10,780,13,876
167
- 9h,child_prototypical,1,18,1,21
168
- 9i,child,10,780,9,880
169
- 9i,child_prototypical,1,18,1,17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ relation_type,level,split,positives,negatives
2
+ 1,parent,train,110,680
3
+ 10,parent,train,60,730
4
+ 10a,child,train,10,1655
5
+ 10a,child_prototypical,train,123,2438
6
+ 10b,child,train,10,1656
7
+ 10b,child_prototypical,train,117,2027
8
+ 10c,child,train,10,1658
9
+ 10c,child_prototypical,train,105,2030
10
+ 10d,child,train,10,1659
11
+ 10d,child_prototypical,train,99,1766
12
+ 10e,child,train,10,1661
13
+ 10e,child_prototypical,train,87,1118
14
+ 10f,child,train,10,1659
15
+ 10f,child_prototypical,train,99,1766
16
+ 1a,child,train,10,1655
17
+ 1a,child_prototypical,train,123,2192
18
+ 1b,child,train,10,1655
19
+ 1b,child_prototypical,train,123,2192
20
+ 1c,child,train,10,1658
21
+ 1c,child_prototypical,train,105,2030
22
+ 1d,child,train,10,1653
23
+ 1d,child_prototypical,train,135,2540
24
+ 1e,child,train,10,1661
25
+ 1e,child_prototypical,train,87,1031
26
+ 2,parent,train,100,690
27
+ 2a,child,train,10,1654
28
+ 2a,child_prototypical,train,129,2621
29
+ 2b,child,train,10,1658
30
+ 2b,child_prototypical,train,105,1610
31
+ 2c,child,train,10,1656
32
+ 2c,child_prototypical,train,117,2144
33
+ 2d,child,train,10,1659
34
+ 2d,child_prototypical,train,99,1667
35
+ 2e,child,train,10,1658
36
+ 2e,child_prototypical,train,105,1925
37
+ 2f,child,train,10,1658
38
+ 2f,child_prototypical,train,105,2240
39
+ 2g,child,train,10,1653
40
+ 2g,child_prototypical,train,135,2405
41
+ 2h,child,train,10,1658
42
+ 2h,child_prototypical,train,105,1925
43
+ 2i,child,train,10,1660
44
+ 2i,child_prototypical,train,93,1706
45
+ 2j,child,train,10,1659
46
+ 2j,child_prototypical,train,99,1964
47
+ 3,parent,train,80,710
48
+ 3a,child,train,10,1658
49
+ 3a,child_prototypical,train,105,1925
50
+ 3b,child,train,10,1658
51
+ 3b,child_prototypical,train,105,2240
52
+ 3c,child,train,10,1657
53
+ 3c,child_prototypical,train,111,1979
54
+ 3d,child,train,10,1655
55
+ 3d,child_prototypical,train,123,2315
56
+ 3e,child,train,10,1664
57
+ 3e,child_prototypical,train,69,1268
58
+ 3f,child,train,10,1658
59
+ 3f,child_prototypical,train,105,2345
60
+ 3g,child,train,10,1663
61
+ 3g,child_prototypical,train,75,1340
62
+ 3h,child,train,10,1659
63
+ 3h,child_prototypical,train,99,1964
64
+ 4,parent,train,80,710
65
+ 4a,child,train,10,1658
66
+ 4a,child_prototypical,train,105,2240
67
+ 4b,child,train,10,1662
68
+ 4b,child_prototypical,train,81,1163
69
+ 4c,child,train,10,1657
70
+ 4c,child_prototypical,train,111,2201
71
+ 4d,child,train,10,1665
72
+ 4d,child_prototypical,train,63,749
73
+ 4e,child,train,10,1657
74
+ 4e,child_prototypical,train,111,2423
75
+ 4f,child,train,10,1660
76
+ 4f,child_prototypical,train,93,1892
77
+ 4g,child,train,10,1654
78
+ 4g,child_prototypical,train,129,2492
79
+ 4h,child,train,10,1657
80
+ 4h,child_prototypical,train,111,2312
81
+ 5,parent,train,90,700
82
+ 5a,child,train,10,1655
83
+ 5a,child_prototypical,train,123,2315
84
+ 5b,child,train,10,1661
85
+ 5b,child_prototypical,train,87,1640
86
+ 5c,child,train,10,1658
87
+ 5c,child_prototypical,train,105,1925
88
+ 5d,child,train,10,1654
89
+ 5d,child_prototypical,train,129,2363
90
+ 5e,child,train,10,1661
91
+ 5e,child_prototypical,train,87,1640
92
+ 5f,child,train,10,1658
93
+ 5f,child_prototypical,train,105,2135
94
+ 5g,child,train,10,1660
95
+ 5g,child_prototypical,train,93,1892
96
+ 5h,child,train,10,1654
97
+ 5h,child_prototypical,train,129,2750
98
+ 5i,child,train,10,1655
99
+ 5i,child_prototypical,train,123,2561
100
+ 6,parent,train,80,710
101
+ 6a,child,train,10,1654
102
+ 6a,child_prototypical,train,129,2492
103
+ 6b,child,train,10,1658
104
+ 6b,child_prototypical,train,105,2135
105
+ 6c,child,train,10,1656
106
+ 6c,child_prototypical,train,117,2495
107
+ 6d,child,train,10,1659
108
+ 6d,child_prototypical,train,99,2261
109
+ 6e,child,train,10,1658
110
+ 6e,child_prototypical,train,105,2135
111
+ 6f,child,train,10,1657
112
+ 6f,child_prototypical,train,111,2090
113
+ 6g,child,train,10,1657
114
+ 6g,child_prototypical,train,111,1979
115
+ 6h,child,train,10,1654
116
+ 6h,child_prototypical,train,129,2621
117
+ 7,parent,train,80,710
118
+ 7a,child,train,10,1655
119
+ 7a,child_prototypical,train,123,2561
120
+ 7b,child,train,10,1662
121
+ 7b,child_prototypical,train,81,1082
122
+ 7c,child,train,10,1658
123
+ 7c,child_prototypical,train,105,1715
124
+ 7d,child,train,10,1655
125
+ 7d,child_prototypical,train,123,2561
126
+ 7e,child,train,10,1659
127
+ 7e,child_prototypical,train,99,1568
128
+ 7f,child,train,10,1657
129
+ 7f,child_prototypical,train,111,1757
130
+ 7g,child,train,10,1660
131
+ 7g,child_prototypical,train,93,1148
132
+ 7h,child,train,10,1655
133
+ 7h,child_prototypical,train,123,1946
134
+ 8,parent,train,80,710
135
+ 8a,child,train,10,1655
136
+ 8a,child_prototypical,train,123,2192
137
+ 8b,child,train,10,1662
138
+ 8b,child_prototypical,train,81,1487
139
+ 8c,child,train,10,1657
140
+ 8c,child_prototypical,train,111,1757
141
+ 8d,child,train,10,1656
142
+ 8d,child_prototypical,train,117,1910
143
+ 8e,child,train,10,1658
144
+ 8e,child_prototypical,train,105,1610
145
+ 8f,child,train,10,1657
146
+ 8f,child_prototypical,train,111,1868
147
+ 8g,child,train,10,1662
148
+ 8g,child_prototypical,train,81,839
149
+ 8h,child,train,10,1655
150
+ 8h,child_prototypical,train,123,2315
151
+ 9,parent,train,90,700
152
+ 9a,child,train,10,1655
153
+ 9a,child_prototypical,train,123,1946
154
+ 9b,child,train,10,1657
155
+ 9b,child_prototypical,train,111,2090
156
+ 9c,child,train,10,1662
157
+ 9c,child_prototypical,train,81,596
158
+ 9d,child,train,10,1660
159
+ 9d,child_prototypical,train,93,1985
160
+ 9e,child,train,10,1661
161
+ 9e,child_prototypical,train,87,1901
162
+ 9f,child,train,10,1659
163
+ 9f,child_prototypical,train,99,1766
164
+ 9g,child,train,10,1655
165
+ 9g,child_prototypical,train,123,2069
166
+ 9h,child,train,10,1656
167
+ 9h,child_prototypical,train,117,2261
168
+ 9i,child,train,10,1660
169
+ 9i,child_prototypical,train,93,1613
170
+ AtLocation,N/A,validation,960,4646
171
+ CapableOf,N/A,validation,536,4734
172
+ Causes,N/A,validation,194,4738
173
+ CausesDesire,N/A,validation,40,4730
174
+ CreatedBy,N/A,validation,4,3554
175
+ DefinedAs,N/A,validation,4,1182
176
+ Desires,N/A,validation,56,4732
177
+ HasA,N/A,validation,168,4772
178
+ HasFirstSubevent,N/A,validation,4,3554
179
+ HasLastSubevent,N/A,validation,10,4732
180
+ HasPrerequisite,N/A,validation,450,4744
181
+ HasProperty,N/A,validation,266,4766
182
+ HasSubevent,N/A,validation,330,4768
183
+ IsA,N/A,validation,816,4688
184
+ MadeOf,N/A,validation,48,4726
185
+ MotivatedByGoal,N/A,validation,50,4736
186
+ PartOf,N/A,validation,82,4742
187
+ ReceivesAction,N/A,validation,52,4726
188
+ SymbolOf,N/A,validation,4,1184
189
+ UsedFor,N/A,validation,660,4760
stats.md CHANGED
@@ -1,170 +1,190 @@
1
- | relation_type | level | positive (train) | negative (train) | positive (validation) | negative (validation) |
2
- |:----------------|:-------------------|-------------------:|-------------------:|------------------------:|------------------------:|
3
- | 1 | parent | 110 | 680 | 129 | 760 |
4
- | 10 | parent | 60 | 730 | 66 | 823 |
5
- | 10a | child | 10 | 780 | 14 | 875 |
6
- | 10a | child_prototypical | 1 | 18 | 1 | 22 |
7
- | 10b | child | 10 | 780 | 13 | 876 |
8
- | 10b | child_prototypical | 1 | 16 | 1 | 19 |
9
- | 10c | child | 10 | 780 | 11 | 878 |
10
- | 10c | child_prototypical | 1 | 19 | 1 | 20 |
11
- | 10d | child_prototypical | 1 | 18 | 1 | 18 |
12
- | 10d | child | 10 | 780 | 10 | 879 |
13
- | 10e | child | 10 | 780 | 8 | 881 |
14
- | 10e | child_prototypical | 1 | 14 | 1 | 12 |
15
- | 10f | child | 10 | 780 | 10 | 879 |
16
- | 10f | child_prototypical | 1 | 18 | 1 | 18 |
17
- | 1a | child | 10 | 780 | 14 | 875 |
18
- | 1a | child_prototypical | 1 | 16 | 1 | 20 |
19
- | 1b | child | 10 | 780 | 14 | 875 |
20
- | 1b | child_prototypical | 1 | 16 | 1 | 20 |
21
- | 1c | child_prototypical | 1 | 19 | 1 | 20 |
22
- | 1c | child | 10 | 780 | 11 | 878 |
23
- | 1d | child | 10 | 780 | 16 | 873 |
24
- | 1d | child_prototypical | 1 | 16 | 1 | 22 |
25
- | 1e | child | 10 | 780 | 8 | 881 |
26
- | 1e | child_prototypical | 1 | 13 | 1 | 11 |
27
- | 2 | parent | 100 | 690 | 117 | 772 |
28
- | 2a | child | 10 | 780 | 15 | 874 |
29
- | 2a | child_prototypical | 1 | 18 | 1 | 23 |
30
- | 2b | child_prototypical | 1 | 15 | 1 | 16 |
31
- | 2b | child | 10 | 780 | 11 | 878 |
32
- | 2c | child | 10 | 780 | 13 | 876 |
33
- | 2c | child_prototypical | 1 | 17 | 1 | 20 |
34
- | 2d | child | 10 | 780 | 10 | 879 |
35
- | 2d | child_prototypical | 1 | 17 | 1 | 17 |
36
- | 2e | child | 10 | 780 | 11 | 878 |
37
- | 2e | child_prototypical | 1 | 18 | 1 | 19 |
38
- | 2f | child | 10 | 780 | 11 | 878 |
39
- | 2f | child_prototypical | 1 | 21 | 1 | 22 |
40
- | 2g | child | 10 | 780 | 16 | 873 |
41
- | 2g | child_prototypical | 1 | 15 | 1 | 21 |
42
- | 2h | child_prototypical | 1 | 18 | 1 | 19 |
43
- | 2h | child | 10 | 780 | 11 | 878 |
44
- | 2i | child | 10 | 780 | 9 | 880 |
45
- | 2i | child_prototypical | 1 | 19 | 1 | 18 |
46
- | 2j | child | 10 | 780 | 10 | 879 |
47
- | 2j | child_prototypical | 1 | 20 | 1 | 20 |
48
- | 3 | parent | 80 | 710 | 80 | 809 |
49
- | 3a | child | 10 | 780 | 11 | 878 |
50
- | 3a | child_prototypical | 1 | 18 | 1 | 19 |
51
- | 3b | child | 10 | 780 | 11 | 878 |
52
- | 3b | child_prototypical | 1 | 21 | 1 | 22 |
53
- | 3c | child_prototypical | 1 | 17 | 1 | 19 |
54
- | 3c | child | 10 | 780 | 12 | 877 |
55
- | 3d | child | 10 | 780 | 14 | 875 |
56
- | 3d | child_prototypical | 1 | 17 | 1 | 21 |
57
- | 3e | child | 10 | 780 | 5 | 884 |
58
- | 3e | child_prototypical | 1 | 21 | 1 | 16 |
59
- | 3f | child | 10 | 780 | 11 | 878 |
60
- | 3f | child_prototypical | 1 | 22 | 1 | 23 |
61
- | 3g | child | 10 | 780 | 6 | 883 |
62
- | 3g | child_prototypical | 1 | 20 | 1 | 16 |
63
- | 3h | child_prototypical | 1 | 20 | 1 | 20 |
64
- | 3h | child | 10 | 780 | 10 | 879 |
65
- | 4 | parent | 80 | 710 | 82 | 807 |
66
- | 4a | child | 10 | 780 | 11 | 878 |
67
- | 4a | child_prototypical | 1 | 21 | 1 | 22 |
68
- | 4b | child | 10 | 780 | 7 | 882 |
69
- | 4b | child_prototypical | 1 | 16 | 1 | 13 |
70
- | 4c | child | 10 | 780 | 12 | 877 |
71
- | 4c | child_prototypical | 1 | 19 | 1 | 21 |
72
- | 4d | child_prototypical | 1 | 15 | 1 | 9 |
73
- | 4d | child | 10 | 780 | 4 | 885 |
74
- | 4e | child | 10 | 780 | 12 | 877 |
75
- | 4e | child_prototypical | 1 | 21 | 1 | 23 |
76
- | 4f | child | 10 | 780 | 9 | 880 |
77
- | 4f | child_prototypical | 1 | 21 | 1 | 20 |
78
- | 4g | child | 10 | 780 | 15 | 874 |
79
- | 4g | child_prototypical | 1 | 17 | 1 | 22 |
80
- | 4h | child_prototypical | 1 | 20 | 1 | 22 |
81
- | 4h | child | 10 | 780 | 12 | 877 |
82
- | 5 | parent | 90 | 700 | 105 | 784 |
83
- | 5a | child | 10 | 780 | 14 | 875 |
84
- | 5a | child_prototypical | 1 | 17 | 1 | 21 |
85
- | 5b | child_prototypical | 1 | 20 | 1 | 18 |
86
- | 5b | child | 10 | 780 | 8 | 881 |
87
- | 5c | child | 10 | 780 | 11 | 878 |
88
- | 5c | child_prototypical | 1 | 18 | 1 | 19 |
89
- | 5d | child | 10 | 780 | 15 | 874 |
90
- | 5d | child_prototypical | 1 | 16 | 1 | 21 |
91
- | 5e | child | 10 | 780 | 8 | 881 |
92
- | 5e | child_prototypical | 1 | 20 | 1 | 18 |
93
- | 5f | child | 10 | 780 | 11 | 878 |
94
- | 5f | child_prototypical | 1 | 20 | 1 | 21 |
95
- | 5g | child_prototypical | 1 | 21 | 1 | 20 |
96
- | 5g | child | 10 | 780 | 9 | 880 |
97
- | 5h | child | 10 | 780 | 15 | 874 |
98
- | 5h | child_prototypical | 1 | 19 | 1 | 24 |
99
- | 5i | child | 10 | 780 | 14 | 875 |
100
- | 5i | child_prototypical | 1 | 19 | 1 | 23 |
101
- | 6 | parent | 80 | 710 | 99 | 790 |
102
- | 6a | child | 10 | 780 | 15 | 874 |
103
- | 6a | child_prototypical | 1 | 17 | 1 | 22 |
104
- | 6b | child_prototypical | 1 | 20 | 1 | 21 |
105
- | 6b | child | 10 | 780 | 11 | 878 |
106
- | 6c | child_prototypical | 1 | 20 | 1 | 23 |
107
- | 6c | child | 10 | 780 | 13 | 876 |
108
- | 6d | child | 10 | 780 | 10 | 879 |
109
- | 6d | child_prototypical | 1 | 23 | 1 | 23 |
110
- | 6e | child | 10 | 780 | 11 | 878 |
111
- | 6e | child_prototypical | 1 | 20 | 1 | 21 |
112
- | 6f | child | 10 | 780 | 12 | 877 |
113
- | 6f | child_prototypical | 1 | 18 | 1 | 20 |
114
- | 6g | child | 10 | 780 | 12 | 877 |
115
- | 6g | child_prototypical | 1 | 17 | 1 | 19 |
116
- | 6h | child_prototypical | 1 | 18 | 1 | 23 |
117
- | 6h | child | 10 | 780 | 15 | 874 |
118
- | 7 | parent | 80 | 710 | 91 | 798 |
119
- | 7a | child | 10 | 780 | 14 | 875 |
120
- | 7a | child_prototypical | 1 | 19 | 1 | 23 |
121
- | 7b | child | 10 | 780 | 7 | 882 |
122
- | 7b | child_prototypical | 1 | 15 | 1 | 12 |
123
- | 7c | child | 10 | 780 | 11 | 878 |
124
- | 7c | child_prototypical | 1 | 16 | 1 | 17 |
125
- | 7d | child_prototypical | 1 | 19 | 1 | 23 |
126
- | 7d | child | 10 | 780 | 14 | 875 |
127
- | 7e | child_prototypical | 1 | 16 | 1 | 16 |
128
- | 7e | child | 10 | 780 | 10 | 879 |
129
- | 7f | child | 10 | 780 | 12 | 877 |
130
- | 7f | child_prototypical | 1 | 15 | 1 | 17 |
131
- | 7g | child | 10 | 780 | 9 | 880 |
132
- | 7g | child_prototypical | 1 | 13 | 1 | 12 |
133
- | 7h | child | 10 | 780 | 14 | 875 |
134
- | 7h | child_prototypical | 1 | 14 | 1 | 18 |
135
- | 8 | parent | 80 | 710 | 90 | 799 |
136
- | 8a | child | 10 | 780 | 14 | 875 |
137
- | 8a | child_prototypical | 1 | 16 | 1 | 20 |
138
- | 8b | child_prototypical | 1 | 20 | 1 | 17 |
139
- | 8b | child | 10 | 780 | 7 | 882 |
140
- | 8c | child | 10 | 780 | 12 | 877 |
141
- | 8c | child_prototypical | 1 | 15 | 1 | 17 |
142
- | 8d | child | 10 | 780 | 13 | 876 |
143
- | 8d | child_prototypical | 1 | 15 | 1 | 18 |
144
- | 8e | child | 10 | 780 | 11 | 878 |
145
- | 8e | child_prototypical | 1 | 15 | 1 | 16 |
146
- | 8f | child | 10 | 780 | 12 | 877 |
147
- | 8f | child_prototypical | 1 | 16 | 1 | 18 |
148
- | 8g | child_prototypical | 1 | 12 | 1 | 9 |
149
- | 8g | child | 10 | 780 | 7 | 882 |
150
- | 8h | child | 10 | 780 | 14 | 875 |
151
- | 8h | child_prototypical | 1 | 17 | 1 | 21 |
152
- | 9 | parent | 90 | 700 | 96 | 793 |
153
- | 9a | child | 10 | 780 | 14 | 875 |
154
- | 9a | child_prototypical | 1 | 14 | 1 | 18 |
155
- | 9b | child | 10 | 780 | 12 | 877 |
156
- | 9b | child_prototypical | 1 | 18 | 1 | 20 |
157
- | 9c | child | 10 | 780 | 7 | 882 |
158
- | 9c | child_prototypical | 1 | 9 | 1 | 6 |
159
- | 9d | child_prototypical | 1 | 22 | 1 | 21 |
160
- | 9d | child | 10 | 780 | 9 | 880 |
161
- | 9e | child | 10 | 780 | 8 | 881 |
162
- | 9e | child_prototypical | 1 | 23 | 1 | 21 |
163
- | 9f | child | 10 | 780 | 10 | 879 |
164
- | 9f | child_prototypical | 1 | 18 | 1 | 18 |
165
- | 9g | child | 10 | 780 | 14 | 875 |
166
- | 9g | child_prototypical | 1 | 15 | 1 | 19 |
167
- | 9h | child | 10 | 780 | 13 | 876 |
168
- | 9h | child_prototypical | 1 | 18 | 1 | 21 |
169
- | 9i | child | 10 | 780 | 9 | 880 |
170
- | 9i | child_prototypical | 1 | 18 | 1 | 17 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ | | positives | negatives |
2
+ |:------------------------------------------|------------:|------------:|
3
+ | ('1', 'parent', 'train') | 110 | 680 |
4
+ | ('10', 'parent', 'train') | 60 | 730 |
5
+ | ('10a', 'child', 'train') | 10 | 1655 |
6
+ | ('10a', 'child_prototypical', 'train') | 123 | 2438 |
7
+ | ('10b', 'child', 'train') | 10 | 1656 |
8
+ | ('10b', 'child_prototypical', 'train') | 117 | 2027 |
9
+ | ('10c', 'child', 'train') | 10 | 1658 |
10
+ | ('10c', 'child_prototypical', 'train') | 105 | 2030 |
11
+ | ('10d', 'child', 'train') | 10 | 1659 |
12
+ | ('10d', 'child_prototypical', 'train') | 99 | 1766 |
13
+ | ('10e', 'child', 'train') | 10 | 1661 |
14
+ | ('10e', 'child_prototypical', 'train') | 87 | 1118 |
15
+ | ('10f', 'child', 'train') | 10 | 1659 |
16
+ | ('10f', 'child_prototypical', 'train') | 99 | 1766 |
17
+ | ('1a', 'child', 'train') | 10 | 1655 |
18
+ | ('1a', 'child_prototypical', 'train') | 123 | 2192 |
19
+ | ('1b', 'child', 'train') | 10 | 1655 |
20
+ | ('1b', 'child_prototypical', 'train') | 123 | 2192 |
21
+ | ('1c', 'child', 'train') | 10 | 1658 |
22
+ | ('1c', 'child_prototypical', 'train') | 105 | 2030 |
23
+ | ('1d', 'child', 'train') | 10 | 1653 |
24
+ | ('1d', 'child_prototypical', 'train') | 135 | 2540 |
25
+ | ('1e', 'child', 'train') | 10 | 1661 |
26
+ | ('1e', 'child_prototypical', 'train') | 87 | 1031 |
27
+ | ('2', 'parent', 'train') | 100 | 690 |
28
+ | ('2a', 'child', 'train') | 10 | 1654 |
29
+ | ('2a', 'child_prototypical', 'train') | 129 | 2621 |
30
+ | ('2b', 'child', 'train') | 10 | 1658 |
31
+ | ('2b', 'child_prototypical', 'train') | 105 | 1610 |
32
+ | ('2c', 'child', 'train') | 10 | 1656 |
33
+ | ('2c', 'child_prototypical', 'train') | 117 | 2144 |
34
+ | ('2d', 'child', 'train') | 10 | 1659 |
35
+ | ('2d', 'child_prototypical', 'train') | 99 | 1667 |
36
+ | ('2e', 'child', 'train') | 10 | 1658 |
37
+ | ('2e', 'child_prototypical', 'train') | 105 | 1925 |
38
+ | ('2f', 'child', 'train') | 10 | 1658 |
39
+ | ('2f', 'child_prototypical', 'train') | 105 | 2240 |
40
+ | ('2g', 'child', 'train') | 10 | 1653 |
41
+ | ('2g', 'child_prototypical', 'train') | 135 | 2405 |
42
+ | ('2h', 'child', 'train') | 10 | 1658 |
43
+ | ('2h', 'child_prototypical', 'train') | 105 | 1925 |
44
+ | ('2i', 'child', 'train') | 10 | 1660 |
45
+ | ('2i', 'child_prototypical', 'train') | 93 | 1706 |
46
+ | ('2j', 'child', 'train') | 10 | 1659 |
47
+ | ('2j', 'child_prototypical', 'train') | 99 | 1964 |
48
+ | ('3', 'parent', 'train') | 80 | 710 |
49
+ | ('3a', 'child', 'train') | 10 | 1658 |
50
+ | ('3a', 'child_prototypical', 'train') | 105 | 1925 |
51
+ | ('3b', 'child', 'train') | 10 | 1658 |
52
+ | ('3b', 'child_prototypical', 'train') | 105 | 2240 |
53
+ | ('3c', 'child', 'train') | 10 | 1657 |
54
+ | ('3c', 'child_prototypical', 'train') | 111 | 1979 |
55
+ | ('3d', 'child', 'train') | 10 | 1655 |
56
+ | ('3d', 'child_prototypical', 'train') | 123 | 2315 |
57
+ | ('3e', 'child', 'train') | 10 | 1664 |
58
+ | ('3e', 'child_prototypical', 'train') | 69 | 1268 |
59
+ | ('3f', 'child', 'train') | 10 | 1658 |
60
+ | ('3f', 'child_prototypical', 'train') | 105 | 2345 |
61
+ | ('3g', 'child', 'train') | 10 | 1663 |
62
+ | ('3g', 'child_prototypical', 'train') | 75 | 1340 |
63
+ | ('3h', 'child', 'train') | 10 | 1659 |
64
+ | ('3h', 'child_prototypical', 'train') | 99 | 1964 |
65
+ | ('4', 'parent', 'train') | 80 | 710 |
66
+ | ('4a', 'child', 'train') | 10 | 1658 |
67
+ | ('4a', 'child_prototypical', 'train') | 105 | 2240 |
68
+ | ('4b', 'child', 'train') | 10 | 1662 |
69
+ | ('4b', 'child_prototypical', 'train') | 81 | 1163 |
70
+ | ('4c', 'child', 'train') | 10 | 1657 |
71
+ | ('4c', 'child_prototypical', 'train') | 111 | 2201 |
72
+ | ('4d', 'child', 'train') | 10 | 1665 |
73
+ | ('4d', 'child_prototypical', 'train') | 63 | 749 |
74
+ | ('4e', 'child', 'train') | 10 | 1657 |
75
+ | ('4e', 'child_prototypical', 'train') | 111 | 2423 |
76
+ | ('4f', 'child', 'train') | 10 | 1660 |
77
+ | ('4f', 'child_prototypical', 'train') | 93 | 1892 |
78
+ | ('4g', 'child', 'train') | 10 | 1654 |
79
+ | ('4g', 'child_prototypical', 'train') | 129 | 2492 |
80
+ | ('4h', 'child', 'train') | 10 | 1657 |
81
+ | ('4h', 'child_prototypical', 'train') | 111 | 2312 |
82
+ | ('5', 'parent', 'train') | 90 | 700 |
83
+ | ('5a', 'child', 'train') | 10 | 1655 |
84
+ | ('5a', 'child_prototypical', 'train') | 123 | 2315 |
85
+ | ('5b', 'child', 'train') | 10 | 1661 |
86
+ | ('5b', 'child_prototypical', 'train') | 87 | 1640 |
87
+ | ('5c', 'child', 'train') | 10 | 1658 |
88
+ | ('5c', 'child_prototypical', 'train') | 105 | 1925 |
89
+ | ('5d', 'child', 'train') | 10 | 1654 |
90
+ | ('5d', 'child_prototypical', 'train') | 129 | 2363 |
91
+ | ('5e', 'child', 'train') | 10 | 1661 |
92
+ | ('5e', 'child_prototypical', 'train') | 87 | 1640 |
93
+ | ('5f', 'child', 'train') | 10 | 1658 |
94
+ | ('5f', 'child_prototypical', 'train') | 105 | 2135 |
95
+ | ('5g', 'child', 'train') | 10 | 1660 |
96
+ | ('5g', 'child_prototypical', 'train') | 93 | 1892 |
97
+ | ('5h', 'child', 'train') | 10 | 1654 |
98
+ | ('5h', 'child_prototypical', 'train') | 129 | 2750 |
99
+ | ('5i', 'child', 'train') | 10 | 1655 |
100
+ | ('5i', 'child_prototypical', 'train') | 123 | 2561 |
101
+ | ('6', 'parent', 'train') | 80 | 710 |
102
+ | ('6a', 'child', 'train') | 10 | 1654 |
103
+ | ('6a', 'child_prototypical', 'train') | 129 | 2492 |
104
+ | ('6b', 'child', 'train') | 10 | 1658 |
105
+ | ('6b', 'child_prototypical', 'train') | 105 | 2135 |
106
+ | ('6c', 'child', 'train') | 10 | 1656 |
107
+ | ('6c', 'child_prototypical', 'train') | 117 | 2495 |
108
+ | ('6d', 'child', 'train') | 10 | 1659 |
109
+ | ('6d', 'child_prototypical', 'train') | 99 | 2261 |
110
+ | ('6e', 'child', 'train') | 10 | 1658 |
111
+ | ('6e', 'child_prototypical', 'train') | 105 | 2135 |
112
+ | ('6f', 'child', 'train') | 10 | 1657 |
113
+ | ('6f', 'child_prototypical', 'train') | 111 | 2090 |
114
+ | ('6g', 'child', 'train') | 10 | 1657 |
115
+ | ('6g', 'child_prototypical', 'train') | 111 | 1979 |
116
+ | ('6h', 'child', 'train') | 10 | 1654 |
117
+ | ('6h', 'child_prototypical', 'train') | 129 | 2621 |
118
+ | ('7', 'parent', 'train') | 80 | 710 |
119
+ | ('7a', 'child', 'train') | 10 | 1655 |
120
+ | ('7a', 'child_prototypical', 'train') | 123 | 2561 |
121
+ | ('7b', 'child', 'train') | 10 | 1662 |
122
+ | ('7b', 'child_prototypical', 'train') | 81 | 1082 |
123
+ | ('7c', 'child', 'train') | 10 | 1658 |
124
+ | ('7c', 'child_prototypical', 'train') | 105 | 1715 |
125
+ | ('7d', 'child', 'train') | 10 | 1655 |
126
+ | ('7d', 'child_prototypical', 'train') | 123 | 2561 |
127
+ | ('7e', 'child', 'train') | 10 | 1659 |
128
+ | ('7e', 'child_prototypical', 'train') | 99 | 1568 |
129
+ | ('7f', 'child', 'train') | 10 | 1657 |
130
+ | ('7f', 'child_prototypical', 'train') | 111 | 1757 |
131
+ | ('7g', 'child', 'train') | 10 | 1660 |
132
+ | ('7g', 'child_prototypical', 'train') | 93 | 1148 |
133
+ | ('7h', 'child', 'train') | 10 | 1655 |
134
+ | ('7h', 'child_prototypical', 'train') | 123 | 1946 |
135
+ | ('8', 'parent', 'train') | 80 | 710 |
136
+ | ('8a', 'child', 'train') | 10 | 1655 |
137
+ | ('8a', 'child_prototypical', 'train') | 123 | 2192 |
138
+ | ('8b', 'child', 'train') | 10 | 1662 |
139
+ | ('8b', 'child_prototypical', 'train') | 81 | 1487 |
140
+ | ('8c', 'child', 'train') | 10 | 1657 |
141
+ | ('8c', 'child_prototypical', 'train') | 111 | 1757 |
142
+ | ('8d', 'child', 'train') | 10 | 1656 |
143
+ | ('8d', 'child_prototypical', 'train') | 117 | 1910 |
144
+ | ('8e', 'child', 'train') | 10 | 1658 |
145
+ | ('8e', 'child_prototypical', 'train') | 105 | 1610 |
146
+ | ('8f', 'child', 'train') | 10 | 1657 |
147
+ | ('8f', 'child_prototypical', 'train') | 111 | 1868 |
148
+ | ('8g', 'child', 'train') | 10 | 1662 |
149
+ | ('8g', 'child_prototypical', 'train') | 81 | 839 |
150
+ | ('8h', 'child', 'train') | 10 | 1655 |
151
+ | ('8h', 'child_prototypical', 'train') | 123 | 2315 |
152
+ | ('9', 'parent', 'train') | 90 | 700 |
153
+ | ('9a', 'child', 'train') | 10 | 1655 |
154
+ | ('9a', 'child_prototypical', 'train') | 123 | 1946 |
155
+ | ('9b', 'child', 'train') | 10 | 1657 |
156
+ | ('9b', 'child_prototypical', 'train') | 111 | 2090 |
157
+ | ('9c', 'child', 'train') | 10 | 1662 |
158
+ | ('9c', 'child_prototypical', 'train') | 81 | 596 |
159
+ | ('9d', 'child', 'train') | 10 | 1660 |
160
+ | ('9d', 'child_prototypical', 'train') | 93 | 1985 |
161
+ | ('9e', 'child', 'train') | 10 | 1661 |
162
+ | ('9e', 'child_prototypical', 'train') | 87 | 1901 |
163
+ | ('9f', 'child', 'train') | 10 | 1659 |
164
+ | ('9f', 'child_prototypical', 'train') | 99 | 1766 |
165
+ | ('9g', 'child', 'train') | 10 | 1655 |
166
+ | ('9g', 'child_prototypical', 'train') | 123 | 2069 |
167
+ | ('9h', 'child', 'train') | 10 | 1656 |
168
+ | ('9h', 'child_prototypical', 'train') | 117 | 2261 |
169
+ | ('9i', 'child', 'train') | 10 | 1660 |
170
+ | ('9i', 'child_prototypical', 'train') | 93 | 1613 |
171
+ | ('AtLocation', 'N/A', 'validation') | 960 | 4646 |
172
+ | ('CapableOf', 'N/A', 'validation') | 536 | 4734 |
173
+ | ('Causes', 'N/A', 'validation') | 194 | 4738 |
174
+ | ('CausesDesire', 'N/A', 'validation') | 40 | 4730 |
175
+ | ('CreatedBy', 'N/A', 'validation') | 4 | 3554 |
176
+ | ('DefinedAs', 'N/A', 'validation') | 4 | 1182 |
177
+ | ('Desires', 'N/A', 'validation') | 56 | 4732 |
178
+ | ('HasA', 'N/A', 'validation') | 168 | 4772 |
179
+ | ('HasFirstSubevent', 'N/A', 'validation') | 4 | 3554 |
180
+ | ('HasLastSubevent', 'N/A', 'validation') | 10 | 4732 |
181
+ | ('HasPrerequisite', 'N/A', 'validation') | 450 | 4744 |
182
+ | ('HasProperty', 'N/A', 'validation') | 266 | 4766 |
183
+ | ('HasSubevent', 'N/A', 'validation') | 330 | 4768 |
184
+ | ('IsA', 'N/A', 'validation') | 816 | 4688 |
185
+ | ('MadeOf', 'N/A', 'validation') | 48 | 4726 |
186
+ | ('MotivatedByGoal', 'N/A', 'validation') | 50 | 4736 |
187
+ | ('PartOf', 'N/A', 'validation') | 82 | 4742 |
188
+ | ('ReceivesAction', 'N/A', 'validation') | 52 | 4726 |
189
+ | ('SymbolOf', 'N/A', 'validation') | 4 | 1184 |
190
+ | ('UsedFor', 'N/A', 'validation') | 660 | 4760 |