README
Browse files
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,
|
2 |
-
1,parent,110,680
|
3 |
-
10,parent,60,730
|
4 |
-
10a,child,10,
|
5 |
-
10a,child_prototypical,
|
6 |
-
10b,child,10,
|
7 |
-
10b,child_prototypical,
|
8 |
-
10c,child,10,
|
9 |
-
10c,child_prototypical,
|
10 |
-
10d,
|
11 |
-
10d,
|
12 |
-
10e,child,10,
|
13 |
-
10e,child_prototypical,
|
14 |
-
10f,child,
|
15 |
-
10f,child_prototypical,
|
16 |
-
1a,child,10,
|
17 |
-
1a,child_prototypical,
|
18 |
-
1b,child,10,
|
19 |
-
1b,child_prototypical,
|
20 |
-
1c,
|
21 |
-
1c,
|
22 |
-
1d,child,10,
|
23 |
-
1d,child_prototypical,
|
24 |
-
1e,child,10,
|
25 |
-
1e,child_prototypical,
|
26 |
-
2,parent,100,690
|
27 |
-
2a,child,10,
|
28 |
-
2a,child_prototypical,
|
29 |
-
2b,
|
30 |
-
2b,
|
31 |
-
2c,child,10,
|
32 |
-
2c,child_prototypical,
|
33 |
-
2d,child,
|
34 |
-
2d,child_prototypical,
|
35 |
-
2e,child,10,
|
36 |
-
2e,child_prototypical,
|
37 |
-
2f,child,10,
|
38 |
-
2f,child_prototypical,
|
39 |
-
2g,child,10,
|
40 |
-
2g,child_prototypical,
|
41 |
-
2h,
|
42 |
-
2h,
|
43 |
-
2i,child,10,
|
44 |
-
2i,child_prototypical,
|
45 |
-
2j,child,
|
46 |
-
2j,child_prototypical,
|
47 |
-
3,parent,80,710
|
48 |
-
3a,child,10,
|
49 |
-
3a,child_prototypical,
|
50 |
-
3b,child,10,
|
51 |
-
3b,child_prototypical,
|
52 |
-
3c,
|
53 |
-
3c,
|
54 |
-
3d,child,10,
|
55 |
-
3d,child_prototypical,
|
56 |
-
3e,child,10,
|
57 |
-
3e,child_prototypical,
|
58 |
-
3f,child,10,
|
59 |
-
3f,child_prototypical,
|
60 |
-
3g,child,10,
|
61 |
-
3g,child_prototypical,
|
62 |
-
3h,
|
63 |
-
3h,
|
64 |
-
4,parent,80,710
|
65 |
-
4a,child,10,
|
66 |
-
4a,child_prototypical,
|
67 |
-
4b,child,10,
|
68 |
-
4b,child_prototypical,
|
69 |
-
4c,child,10,
|
70 |
-
4c,child_prototypical,
|
71 |
-
4d,
|
72 |
-
4d,
|
73 |
-
4e,child,10,
|
74 |
-
4e,child_prototypical,
|
75 |
-
4f,child,10,
|
76 |
-
4f,child_prototypical,
|
77 |
-
4g,child,10,
|
78 |
-
4g,child_prototypical,
|
79 |
-
4h,
|
80 |
-
4h,
|
81 |
-
5,parent,90,700
|
82 |
-
5a,child,10,
|
83 |
-
5a,child_prototypical,
|
84 |
-
5b,
|
85 |
-
5b,
|
86 |
-
5c,child,10,
|
87 |
-
5c,child_prototypical,
|
88 |
-
5d,child,10,
|
89 |
-
5d,child_prototypical,
|
90 |
-
5e,child,10,
|
91 |
-
5e,child_prototypical,
|
92 |
-
5f,child,10,
|
93 |
-
5f,child_prototypical,
|
94 |
-
5g,
|
95 |
-
5g,
|
96 |
-
5h,child,10,
|
97 |
-
5h,child_prototypical,
|
98 |
-
5i,child,10,
|
99 |
-
5i,child_prototypical,
|
100 |
-
6,parent,80,710
|
101 |
-
6a,child,10,
|
102 |
-
6a,child_prototypical,
|
103 |
-
6b,
|
104 |
-
6b,
|
105 |
-
6c,
|
106 |
-
6c,
|
107 |
-
6d,child,
|
108 |
-
6d,child_prototypical,
|
109 |
-
6e,child,10,
|
110 |
-
6e,child_prototypical,
|
111 |
-
6f,child,10,
|
112 |
-
6f,child_prototypical,
|
113 |
-
6g,child,10,
|
114 |
-
6g,child_prototypical,
|
115 |
-
6h,
|
116 |
-
6h,
|
117 |
-
7,parent,80,710
|
118 |
-
7a,child,10,
|
119 |
-
7a,child_prototypical,
|
120 |
-
7b,child,10,
|
121 |
-
7b,child_prototypical,
|
122 |
-
7c,child,10,
|
123 |
-
7c,child_prototypical,
|
124 |
-
7d,
|
125 |
-
7d,
|
126 |
-
7e,
|
127 |
-
7e,
|
128 |
-
7f,child,10,
|
129 |
-
7f,child_prototypical,
|
130 |
-
7g,child,10,
|
131 |
-
7g,child_prototypical,
|
132 |
-
7h,child,10,
|
133 |
-
7h,child_prototypical,
|
134 |
-
8,parent,80,710
|
135 |
-
8a,child,10,
|
136 |
-
8a,child_prototypical,
|
137 |
-
8b,
|
138 |
-
8b,
|
139 |
-
8c,child,10,
|
140 |
-
8c,child_prototypical,
|
141 |
-
8d,child,10,
|
142 |
-
8d,child_prototypical,
|
143 |
-
8e,child,10,
|
144 |
-
8e,child_prototypical,
|
145 |
-
8f,child,10,
|
146 |
-
8f,child_prototypical,
|
147 |
-
8g,
|
148 |
-
8g,
|
149 |
-
8h,child,10,
|
150 |
-
8h,child_prototypical,
|
151 |
-
9,parent,90,700
|
152 |
-
9a,child,10,
|
153 |
-
9a,child_prototypical,
|
154 |
-
9b,child,10,
|
155 |
-
9b,child_prototypical,
|
156 |
-
9c,child,10,
|
157 |
-
9c,child_prototypical,
|
158 |
-
9d,
|
159 |
-
9d,
|
160 |
-
9e,child,10,
|
161 |
-
9e,child_prototypical,
|
162 |
-
9f,child,
|
163 |
-
9f,child_prototypical,
|
164 |
-
9g,child,10,
|
165 |
-
9g,child_prototypical,
|
166 |
-
9h,child,10,
|
167 |
-
9h,child_prototypical,
|
168 |
-
9i,child,10,
|
169 |
-
9i,child_prototypical,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
-
|
|
2 |
-
|
3 |
-
| 1
|
4 |
-
| 10
|
5 |
-
| 10a
|
6 |
-
| 10a
|
7 |
-
| 10b
|
8 |
-
| 10b
|
9 |
-
| 10c
|
10 |
-
| 10c
|
11 |
-
| 10d
|
12 |
-
| 10d
|
13 |
-
| 10e
|
14 |
-
| 10e
|
15 |
-
| 10f
|
16 |
-
| 10f
|
17 |
-
| 1a
|
18 |
-
| 1a
|
19 |
-
| 1b
|
20 |
-
| 1b
|
21 |
-
| 1c
|
22 |
-
| 1c
|
23 |
-
| 1d
|
24 |
-
| 1d
|
25 |
-
| 1e
|
26 |
-
| 1e
|
27 |
-
| 2
|
28 |
-
| 2a
|
29 |
-
| 2a
|
30 |
-
| 2b
|
31 |
-
| 2b
|
32 |
-
| 2c
|
33 |
-
| 2c
|
34 |
-
| 2d
|
35 |
-
| 2d
|
36 |
-
| 2e
|
37 |
-
| 2e
|
38 |
-
| 2f
|
39 |
-
| 2f
|
40 |
-
| 2g
|
41 |
-
| 2g
|
42 |
-
| 2h
|
43 |
-
| 2h
|
44 |
-
| 2i
|
45 |
-
| 2i
|
46 |
-
| 2j
|
47 |
-
| 2j
|
48 |
-
| 3
|
49 |
-
| 3a
|
50 |
-
| 3a
|
51 |
-
| 3b
|
52 |
-
| 3b
|
53 |
-
| 3c
|
54 |
-
| 3c
|
55 |
-
| 3d
|
56 |
-
| 3d
|
57 |
-
| 3e
|
58 |
-
| 3e
|
59 |
-
| 3f
|
60 |
-
| 3f
|
61 |
-
| 3g
|
62 |
-
| 3g
|
63 |
-
| 3h
|
64 |
-
| 3h
|
65 |
-
| 4
|
66 |
-
| 4a
|
67 |
-
| 4a
|
68 |
-
| 4b
|
69 |
-
| 4b
|
70 |
-
| 4c
|
71 |
-
| 4c
|
72 |
-
| 4d
|
73 |
-
| 4d
|
74 |
-
| 4e
|
75 |
-
| 4e
|
76 |
-
| 4f
|
77 |
-
| 4f
|
78 |
-
| 4g
|
79 |
-
| 4g
|
80 |
-
| 4h
|
81 |
-
| 4h
|
82 |
-
| 5
|
83 |
-
| 5a
|
84 |
-
| 5a
|
85 |
-
| 5b
|
86 |
-
| 5b
|
87 |
-
| 5c
|
88 |
-
| 5c
|
89 |
-
| 5d
|
90 |
-
| 5d
|
91 |
-
| 5e
|
92 |
-
| 5e
|
93 |
-
| 5f
|
94 |
-
| 5f
|
95 |
-
| 5g
|
96 |
-
| 5g
|
97 |
-
| 5h
|
98 |
-
| 5h
|
99 |
-
| 5i
|
100 |
-
| 5i
|
101 |
-
| 6
|
102 |
-
| 6a
|
103 |
-
| 6a
|
104 |
-
| 6b
|
105 |
-
| 6b
|
106 |
-
| 6c
|
107 |
-
| 6c
|
108 |
-
| 6d
|
109 |
-
| 6d
|
110 |
-
| 6e
|
111 |
-
| 6e
|
112 |
-
| 6f
|
113 |
-
| 6f
|
114 |
-
| 6g
|
115 |
-
| 6g
|
116 |
-
| 6h
|
117 |
-
| 6h
|
118 |
-
| 7
|
119 |
-
| 7a
|
120 |
-
| 7a
|
121 |
-
| 7b
|
122 |
-
| 7b
|
123 |
-
| 7c
|
124 |
-
| 7c
|
125 |
-
| 7d
|
126 |
-
| 7d
|
127 |
-
| 7e
|
128 |
-
| 7e
|
129 |
-
| 7f
|
130 |
-
| 7f
|
131 |
-
| 7g
|
132 |
-
| 7g
|
133 |
-
| 7h
|
134 |
-
| 7h
|
135 |
-
| 8
|
136 |
-
| 8a
|
137 |
-
| 8a
|
138 |
-
| 8b
|
139 |
-
| 8b
|
140 |
-
| 8c
|
141 |
-
| 8c
|
142 |
-
| 8d
|
143 |
-
| 8d
|
144 |
-
| 8e
|
145 |
-
| 8e
|
146 |
-
| 8f
|
147 |
-
| 8f
|
148 |
-
| 8g
|
149 |
-
| 8g
|
150 |
-
| 8h
|
151 |
-
| 8h
|
152 |
-
| 9
|
153 |
-
| 9a
|
154 |
-
| 9a
|
155 |
-
| 9b
|
156 |
-
| 9b
|
157 |
-
| 9c
|
158 |
-
| 9c
|
159 |
-
| 9d
|
160 |
-
| 9d
|
161 |
-
| 9e
|
162 |
-
| 9e
|
163 |
-
| 9f
|
164 |
-
| 9f
|
165 |
-
| 9g
|
166 |
-
| 9g
|
167 |
-
| 9h
|
168 |
-
| 9h
|
169 |
-
| 9i
|
170 |
-
| 9i
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|