asahi417 commited on
Commit
bab9bce
1 Parent(s): 75cf453
Files changed (3) hide show
  1. README.md +23 -23
  2. stats.csv +23 -23
  3. stats.md +23 -23
README.md CHANGED
@@ -39,29 +39,29 @@ An example of `train` looks as follows.
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
- | SUM | 1795 | 1791 | 595 | 595 |
65
 
66
  ### Citation Information
67
  ```
 
39
 
40
  | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
41
  |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
42
+ | AtLocation | 383 | 1768 | 97 | 578 |
43
+ | CapableOf | 195 | 1790 | 73 | 600 |
44
+ | Causes | 71 | 1797 | 26 | 595 |
45
+ | CausesDesire | 9 | 1793 | 11 | 595 |
46
+ | CreatedBy | 2 | 1796 | 0 | 0 |
47
+ | DefinedAs | 0 | 0 | 2 | 595 |
48
+ | Desires | 16 | 1794 | 12 | 595 |
49
+ | HasA | 67 | 1814 | 17 | 595 |
50
+ | HasFirstSubevent | 2 | 1796 | 0 | 0 |
51
+ | HasLastSubevent | 2 | 1796 | 3 | 593 |
52
+ | HasPrerequisite | 168 | 1803 | 57 | 592 |
53
+ | HasProperty | 94 | 1801 | 39 | 605 |
54
+ | HasSubevent | 125 | 1798 | 40 | 609 |
55
+ | IsA | 310 | 1764 | 98 | 603 |
56
+ | MadeOf | 17 | 1793 | 7 | 593 |
57
+ | MotivatedByGoal | 14 | 1796 | 11 | 595 |
58
+ | NotCapableOf | 15 | 1793 | 0 | 0 |
59
+ | NotDesires | 4 | 1795 | 4 | 592 |
60
+ | PartOf | 34 | 1801 | 7 | 593 |
61
+ | ReceivesAction | 18 | 1793 | 8 | 593 |
62
+ | SymbolOf | 0 | 0 | 2 | 596 |
63
+ | UsedFor | 249 | 1815 | 81 | 588 |
64
+ | SUM | 1795 | 35896 | 595 | 11305 |
65
 
66
  ### Citation Information
67
  ```
stats.csv CHANGED
@@ -1,24 +1,24 @@
1
  relation_type,positive (train),negative (train),positive (validation),negative (validation)
2
- 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,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
14
- 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,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
24
- SUM,1795,1791,595,595
 
1
  relation_type,positive (train),negative (train),positive (validation),negative (validation)
2
+ AtLocation,383,1768,97,578
3
+ CapableOf,195,1790,73,600
4
+ Causes,71,1797,26,595
5
+ CausesDesire,9,1793,11,595
6
+ CreatedBy,2,1796,0,0
7
+ DefinedAs,0,0,2,595
8
+ Desires,16,1794,12,595
9
+ HasA,67,1814,17,595
10
+ HasFirstSubevent,2,1796,0,0
11
+ HasLastSubevent,2,1796,3,593
12
+ HasPrerequisite,168,1803,57,592
13
+ HasProperty,94,1801,39,605
14
+ HasSubevent,125,1798,40,609
15
+ IsA,310,1764,98,603
16
+ MadeOf,17,1793,7,593
17
+ MotivatedByGoal,14,1796,11,595
18
+ NotCapableOf,15,1793,0,0
19
+ NotDesires,4,1795,4,592
20
+ PartOf,34,1801,7,593
21
+ ReceivesAction,18,1793,8,593
22
+ SymbolOf,0,0,2,596
23
+ UsedFor,249,1815,81,588
24
+ SUM,1795,35896,595,11305
stats.md CHANGED
@@ -1,25 +1,25 @@
1
  | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
2
  |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
3
- | AtLocation | 383 | 356 | 97 | 80 |
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 |
15
- | HasSubevent | 125 | 128 | 40 | 54 |
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 |
25
- | SUM | 1795 | 1791 | 595 | 595 |
 
1
  | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
2
  |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
3
+ | AtLocation | 383 | 1768 | 97 | 578 |
4
+ | CapableOf | 195 | 1790 | 73 | 600 |
5
+ | Causes | 71 | 1797 | 26 | 595 |
6
+ | CausesDesire | 9 | 1793 | 11 | 595 |
7
+ | CreatedBy | 2 | 1796 | 0 | 0 |
8
+ | DefinedAs | 0 | 0 | 2 | 595 |
9
+ | Desires | 16 | 1794 | 12 | 595 |
10
+ | HasA | 67 | 1814 | 17 | 595 |
11
+ | HasFirstSubevent | 2 | 1796 | 0 | 0 |
12
+ | HasLastSubevent | 2 | 1796 | 3 | 593 |
13
+ | HasPrerequisite | 168 | 1803 | 57 | 592 |
14
+ | HasProperty | 94 | 1801 | 39 | 605 |
15
+ | HasSubevent | 125 | 1798 | 40 | 609 |
16
+ | IsA | 310 | 1764 | 98 | 603 |
17
+ | MadeOf | 17 | 1793 | 7 | 593 |
18
+ | MotivatedByGoal | 14 | 1796 | 11 | 595 |
19
+ | NotCapableOf | 15 | 1793 | 0 | 0 |
20
+ | NotDesires | 4 | 1795 | 4 | 592 |
21
+ | PartOf | 34 | 1801 | 7 | 593 |
22
+ | ReceivesAction | 18 | 1793 | 8 | 593 |
23
+ | SymbolOf | 0 | 0 | 2 | 596 |
24
+ | UsedFor | 249 | 1815 | 81 | 588 |
25
+ | SUM | 1795 | 35896 | 595 | 11305 |