asahi417 commited on
Commit
88920d6
1 Parent(s): c55f3f7
Files changed (3) hide show
  1. README.md +34 -23
  2. stats.csv +34 -0
  3. stats.md +35 -0
README.md CHANGED
@@ -32,34 +32,45 @@ An example of `train` looks as follows.
32
  ### Data Splits
33
  | name |train|validation|
34
  |---------|----:|---------:|
35
- |conceptnet| 25 | 24|
36
 
37
  ### Number of Positive/Negative Word-pairs in each Split
38
 
39
  | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
40
  |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
41
- | AtLocation | 383 | 356 | 97 | 80 |
42
- | CapableOf | 195 | 190 | 73 | 78 |
43
- | Causes | 71 | 73 | 26 | 26 |
44
- | CausesDesire | 9 | 7 | 11 | 11 |
45
- | CreatedBy | 2 | 3 | 0 | 0 |
46
- | DefinedAs | 0 | 0 | 2 | 2 |
47
- | Desires | 16 | 15 | 12 | 12 |
48
- | HasA | 67 | 86 | 17 | 17 |
49
- | HasFirstSubevent | 2 | 3 | 0 | 0 |
50
- | HasLastSubevent | 2 | 3 | 3 | 1 |
51
- | HasPrerequisite | 168 | 176 | 57 | 54 |
52
- | HasProperty | 94 | 100 | 39 | 49 |
53
- | HasSubevent | 125 | 128 | 40 | 54 |
54
- | IsA | 310 | 279 | 98 | 106 |
55
- | MadeOf | 17 | 15 | 7 | 5 |
56
- | MotivatedByGoal | 14 | 15 | 11 | 11 |
57
- | NotCapableOf | 15 | 13 | 0 | 0 |
58
- | NotDesires | 4 | 4 | 4 | 1 |
59
- | PartOf | 34 | 40 | 7 | 5 |
60
- | ReceivesAction | 18 | 16 | 8 | 6 |
61
- | SymbolOf | 0 | 0 | 2 | 3 |
62
- | UsedFor | 249 | 269 | 81 | 74 |
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  ### Citation Information
65
  ```
 
32
  ### Data Splits
33
  | name |train|validation|
34
  |---------|----:|---------:|
35
+ |conceptnet| 33 | 25|
36
 
37
  ### Number of Positive/Negative Word-pairs in each Split
38
 
39
  | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
40
  |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
41
+ | Antonym | 3175 | 0 | 703 | 0 |
42
+ | AtLocation | 6974 | 0 | 727 | 0 |
43
+ | CapableOf | 603 | 0 | 0 | 0 |
44
+ | Causes | 906 | 0 | 83 | 0 |
45
+ | CausesDesire | 195 | 0 | 30 | 0 |
46
+ | CreatedBy | 104 | 0 | 4 | 0 |
47
+ | DefinedAs | 16 | 0 | 2 | 0 |
48
+ | Desires | 374 | 0 | 0 | 0 |
49
+ | DistinctFrom | 1552 | 0 | 426 | 0 |
50
+ | Entails | 277 | 0 | 118 | 0 |
51
+ | HasA | 606 | 0 | 10 | 0 |
52
+ | HasContext | 4664 | 0 | 1936 | 0 |
53
+ | HasFirstSubevent | 66 | 0 | 17 | 0 |
54
+ | HasLastSubevent | 82 | 0 | 14 | 0 |
55
+ | HasPrerequisite | 586 | 0 | 123 | 0 |
56
+ | HasProperty | 1397 | 0 | 0 | 0 |
57
+ | HasSubevent | 644 | 0 | 64 | 0 |
58
+ | InstanceOf | 1 | 0 | 0 | 0 |
59
+ | IsA | 54028 | 0 | 21122 | 0 |
60
+ | LocatedNear | 21 | 0 | 3 | 0 |
61
+ | MadeOf | 221 | 0 | 23 | 0 |
62
+ | MannerOf | 8762 | 0 | 3747 | 0 |
63
+ | MotivatedByGoal | 282 | 0 | 35 | 0 |
64
+ | NotCapableOf | 17 | 0 | 0 | 0 |
65
+ | NotDesires | 235 | 0 | 0 | 0 |
66
+ | NotHasProperty | 74 | 0 | 19 | 0 |
67
+ | PartOf | 6880 | 0 | 2629 | 0 |
68
+ | ReceivesAction | 290 | 0 | 0 | 0 |
69
+ | RelatedTo | 61672 | 0 | 11356 | 0 |
70
+ | SimilarTo | 82 | 0 | 36 | 0 |
71
+ | SymbolOf | 1 | 0 | 0 | 0 |
72
+ | Synonym | 52261 | 0 | 22391 | 0 |
73
+ | UsedFor | 2997 | 0 | 415 | 0 |
74
 
75
  ### Citation Information
76
  ```
stats.csv ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ relation_type,positive (train),negative (train),positive (validation),negative (validation)
2
+ Antonym,3175,0,703,0
3
+ AtLocation,6974,0,727,0
4
+ CapableOf,603,0,0,0
5
+ Causes,906,0,83,0
6
+ CausesDesire,195,0,30,0
7
+ CreatedBy,104,0,4,0
8
+ DefinedAs,16,0,2,0
9
+ Desires,374,0,0,0
10
+ DistinctFrom,1552,0,426,0
11
+ Entails,277,0,118,0
12
+ HasA,606,0,10,0
13
+ HasContext,4664,0,1936,0
14
+ HasFirstSubevent,66,0,17,0
15
+ HasLastSubevent,82,0,14,0
16
+ HasPrerequisite,586,0,123,0
17
+ HasProperty,1397,0,0,0
18
+ HasSubevent,644,0,64,0
19
+ InstanceOf,1,0,0,0
20
+ IsA,54028,0,21122,0
21
+ LocatedNear,21,0,3,0
22
+ MadeOf,221,0,23,0
23
+ MannerOf,8762,0,3747,0
24
+ MotivatedByGoal,282,0,35,0
25
+ NotCapableOf,17,0,0,0
26
+ NotDesires,235,0,0,0
27
+ NotHasProperty,74,0,19,0
28
+ PartOf,6880,0,2629,0
29
+ ReceivesAction,290,0,0,0
30
+ RelatedTo,61672,0,11356,0
31
+ SimilarTo,82,0,36,0
32
+ SymbolOf,1,0,0,0
33
+ Synonym,52261,0,22391,0
34
+ UsedFor,2997,0,415,0
stats.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
2
+ |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
3
+ | Antonym | 3175 | 0 | 703 | 0 |
4
+ | AtLocation | 6974 | 0 | 727 | 0 |
5
+ | CapableOf | 603 | 0 | 0 | 0 |
6
+ | Causes | 906 | 0 | 83 | 0 |
7
+ | CausesDesire | 195 | 0 | 30 | 0 |
8
+ | CreatedBy | 104 | 0 | 4 | 0 |
9
+ | DefinedAs | 16 | 0 | 2 | 0 |
10
+ | Desires | 374 | 0 | 0 | 0 |
11
+ | DistinctFrom | 1552 | 0 | 426 | 0 |
12
+ | Entails | 277 | 0 | 118 | 0 |
13
+ | HasA | 606 | 0 | 10 | 0 |
14
+ | HasContext | 4664 | 0 | 1936 | 0 |
15
+ | HasFirstSubevent | 66 | 0 | 17 | 0 |
16
+ | HasLastSubevent | 82 | 0 | 14 | 0 |
17
+ | HasPrerequisite | 586 | 0 | 123 | 0 |
18
+ | HasProperty | 1397 | 0 | 0 | 0 |
19
+ | HasSubevent | 644 | 0 | 64 | 0 |
20
+ | InstanceOf | 1 | 0 | 0 | 0 |
21
+ | IsA | 54028 | 0 | 21122 | 0 |
22
+ | LocatedNear | 21 | 0 | 3 | 0 |
23
+ | MadeOf | 221 | 0 | 23 | 0 |
24
+ | MannerOf | 8762 | 0 | 3747 | 0 |
25
+ | MotivatedByGoal | 282 | 0 | 35 | 0 |
26
+ | NotCapableOf | 17 | 0 | 0 | 0 |
27
+ | NotDesires | 235 | 0 | 0 | 0 |
28
+ | NotHasProperty | 74 | 0 | 19 | 0 |
29
+ | PartOf | 6880 | 0 | 2629 | 0 |
30
+ | ReceivesAction | 290 | 0 | 0 | 0 |
31
+ | RelatedTo | 61672 | 0 | 11356 | 0 |
32
+ | SimilarTo | 82 | 0 | 36 | 0 |
33
+ | SymbolOf | 1 | 0 | 0 | 0 |
34
+ | Synonym | 52261 | 0 | 22391 | 0 |
35
+ | UsedFor | 2997 | 0 | 415 | 0 |