asahi417 commited on
Commit
b7869ee
·
1 Parent(s): c64c511
Files changed (3) hide show
  1. README.md +27 -0
  2. stats.csv +4 -8
  3. stats.md +4 -8
README.md CHANGED
@@ -35,6 +35,33 @@ An example of `train` looks as follows.
35
  |---------|----:|---------:|
36
  |conceptnet_high_confidence| 25 | 24|
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ### Citation Information
39
  ```
40
  @inproceedings{li-16,
 
35
  |---------|----:|---------:|
36
  |conceptnet_high_confidence| 25 | 24|
37
 
38
+ ### Number of Positive/Negative Word-pairs in each Split
39
+
40
+ | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
41
+ |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
42
+ | AtLocation | 383 | 356 | 97 | 80 |
43
+ | CapableOf | 195 | 190 | 73 | 78 |
44
+ | Causes | 71 | 73 | 26 | 26 |
45
+ | CausesDesire | 9 | 7 | 11 | 11 |
46
+ | CreatedBy | 2 | 3 | 0 | 0 |
47
+ | DefinedAs | 0 | 0 | 2 | 2 |
48
+ | Desires | 16 | 15 | 12 | 12 |
49
+ | HasA | 67 | 86 | 17 | 17 |
50
+ | HasFirstSubevent | 2 | 3 | 0 | 0 |
51
+ | HasLastSubevent | 2 | 3 | 3 | 1 |
52
+ | HasPrerequisite | 168 | 176 | 57 | 54 |
53
+ | HasProperty | 94 | 100 | 39 | 49 |
54
+ | HasSubevent | 125 | 128 | 40 | 54 |
55
+ | IsA | 310 | 279 | 98 | 106 |
56
+ | MadeOf | 17 | 15 | 7 | 5 |
57
+ | MotivatedByGoal | 14 | 15 | 11 | 11 |
58
+ | NotCapableOf | 15 | 13 | 0 | 0 |
59
+ | NotDesires | 4 | 4 | 4 | 1 |
60
+ | PartOf | 34 | 40 | 7 | 5 |
61
+ | ReceivesAction | 18 | 16 | 8 | 6 |
62
+ | SymbolOf | 0 | 0 | 2 | 3 |
63
+ | UsedFor | 249 | 269 | 81 | 74 |
64
+
65
  ### Citation Information
66
  ```
67
  @inproceedings{li-16,
stats.csv CHANGED
@@ -3,11 +3,11 @@ AtLocation,383,356,97,80
3
  CapableOf,195,190,73,78
4
  Causes,71,73,26,26
5
  CausesDesire,9,7,11,11
6
- CreatedBy,2,3,1,1
7
- DefinedAs,1,1,2,2
8
  Desires,16,15,12,12
9
  HasA,67,86,17,17
10
- HasFirstSubevent,2,3,1,1
11
  HasLastSubevent,2,3,3,1
12
  HasPrerequisite,168,176,57,54
13
  HasProperty,94,100,39,49
@@ -15,13 +15,9 @@ HasSubevent,125,128,40,54
15
  IsA,310,279,98,106
16
  MadeOf,17,15,7,5
17
  MotivatedByGoal,14,15,11,11
18
- NotCapableOf,15,13,1,1
19
  NotDesires,4,4,4,1
20
- NotHasProperty,1,3,1,1
21
- NotIsA,1,0,1,1
22
- NotMadeOf,1,3,0,0
23
  PartOf,34,40,7,5
24
  ReceivesAction,18,16,8,6
25
- RelatedTo,1,2,0,0
26
  SymbolOf,0,0,2,3
27
  UsedFor,249,269,81,74
 
3
  CapableOf,195,190,73,78
4
  Causes,71,73,26,26
5
  CausesDesire,9,7,11,11
6
+ CreatedBy,2,3,0,0
7
+ DefinedAs,0,0,2,2
8
  Desires,16,15,12,12
9
  HasA,67,86,17,17
10
+ HasFirstSubevent,2,3,0,0
11
  HasLastSubevent,2,3,3,1
12
  HasPrerequisite,168,176,57,54
13
  HasProperty,94,100,39,49
 
15
  IsA,310,279,98,106
16
  MadeOf,17,15,7,5
17
  MotivatedByGoal,14,15,11,11
18
+ NotCapableOf,15,13,0,0
19
  NotDesires,4,4,4,1
 
 
 
20
  PartOf,34,40,7,5
21
  ReceivesAction,18,16,8,6
 
22
  SymbolOf,0,0,2,3
23
  UsedFor,249,269,81,74
stats.md CHANGED
@@ -4,11 +4,11 @@
4
  | CapableOf | 195 | 190 | 73 | 78 |
5
  | Causes | 71 | 73 | 26 | 26 |
6
  | CausesDesire | 9 | 7 | 11 | 11 |
7
- | CreatedBy | 2 | 3 | 1 | 1 |
8
- | DefinedAs | 1 | 1 | 2 | 2 |
9
  | Desires | 16 | 15 | 12 | 12 |
10
  | HasA | 67 | 86 | 17 | 17 |
11
- | HasFirstSubevent | 2 | 3 | 1 | 1 |
12
  | HasLastSubevent | 2 | 3 | 3 | 1 |
13
  | HasPrerequisite | 168 | 176 | 57 | 54 |
14
  | HasProperty | 94 | 100 | 39 | 49 |
@@ -16,13 +16,9 @@
16
  | IsA | 310 | 279 | 98 | 106 |
17
  | MadeOf | 17 | 15 | 7 | 5 |
18
  | MotivatedByGoal | 14 | 15 | 11 | 11 |
19
- | NotCapableOf | 15 | 13 | 1 | 1 |
20
  | NotDesires | 4 | 4 | 4 | 1 |
21
- | NotHasProperty | 1 | 3 | 1 | 1 |
22
- | NotIsA | 1 | 0 | 1 | 1 |
23
- | NotMadeOf | 1 | 3 | 0 | 0 |
24
  | PartOf | 34 | 40 | 7 | 5 |
25
  | ReceivesAction | 18 | 16 | 8 | 6 |
26
- | RelatedTo | 1 | 2 | 0 | 0 |
27
  | SymbolOf | 0 | 0 | 2 | 3 |
28
  | UsedFor | 249 | 269 | 81 | 74 |
 
4
  | CapableOf | 195 | 190 | 73 | 78 |
5
  | Causes | 71 | 73 | 26 | 26 |
6
  | CausesDesire | 9 | 7 | 11 | 11 |
7
+ | CreatedBy | 2 | 3 | 0 | 0 |
8
+ | DefinedAs | 0 | 0 | 2 | 2 |
9
  | Desires | 16 | 15 | 12 | 12 |
10
  | HasA | 67 | 86 | 17 | 17 |
11
+ | HasFirstSubevent | 2 | 3 | 0 | 0 |
12
  | HasLastSubevent | 2 | 3 | 3 | 1 |
13
  | HasPrerequisite | 168 | 176 | 57 | 54 |
14
  | HasProperty | 94 | 100 | 39 | 49 |
 
16
  | IsA | 310 | 279 | 98 | 106 |
17
  | MadeOf | 17 | 15 | 7 | 5 |
18
  | MotivatedByGoal | 14 | 15 | 11 | 11 |
19
+ | NotCapableOf | 15 | 13 | 0 | 0 |
20
  | NotDesires | 4 | 4 | 4 | 1 |
 
 
 
21
  | PartOf | 34 | 40 | 7 | 5 |
22
  | ReceivesAction | 18 | 16 | 8 | 6 |
 
23
  | SymbolOf | 0 | 0 | 2 | 3 |
24
  | UsedFor | 249 | 269 | 81 | 74 |