asahi417 commited on
Commit
8439134
·
1 Parent(s): 9b23379
Files changed (3) hide show
  1. README.md +21 -23
  2. stats.csv +21 -23
  3. stats.md +21 -23
README.md CHANGED
@@ -39,29 +39,27 @@ An example of `train` looks as follows.
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
  ```
 
39
 
40
  | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
41
  |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
42
+ | AtLocation | 383 | 1749 | 97 | 574 |
43
+ | CapableOf | 195 | 1771 | 73 | 596 |
44
+ | Causes | 71 | 1778 | 26 | 591 |
45
+ | CausesDesire | 9 | 1774 | 11 | 591 |
46
+ | CreatedBy | 2 | 1777 | 0 | 0 |
47
+ | DefinedAs | 0 | 0 | 2 | 591 |
48
+ | Desires | 16 | 1775 | 12 | 591 |
49
+ | HasA | 67 | 1795 | 17 | 591 |
50
+ | HasFirstSubevent | 2 | 1777 | 0 | 0 |
51
+ | HasLastSubevent | 2 | 1777 | 3 | 589 |
52
+ | HasPrerequisite | 168 | 1784 | 57 | 588 |
53
+ | HasProperty | 94 | 1782 | 39 | 601 |
54
+ | HasSubevent | 125 | 1779 | 40 | 605 |
55
+ | IsA | 310 | 1745 | 98 | 599 |
56
+ | MadeOf | 17 | 1774 | 7 | 589 |
57
+ | MotivatedByGoal | 14 | 1777 | 11 | 591 |
58
+ | PartOf | 34 | 1782 | 7 | 589 |
59
+ | ReceivesAction | 18 | 1774 | 8 | 589 |
60
+ | SymbolOf | 0 | 0 | 2 | 592 |
61
+ | UsedFor | 249 | 1796 | 81 | 584 |
62
+ | SUM | 1776 | 31966 | 591 | 10641 |
 
 
63
 
64
  ### Citation Information
65
  ```
stats.csv CHANGED
@@ -1,24 +1,22 @@
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
 
1
  relation_type,positive (train),negative (train),positive (validation),negative (validation)
2
+ AtLocation,383,1749,97,574
3
+ CapableOf,195,1771,73,596
4
+ Causes,71,1778,26,591
5
+ CausesDesire,9,1774,11,591
6
+ CreatedBy,2,1777,0,0
7
+ DefinedAs,0,0,2,591
8
+ Desires,16,1775,12,591
9
+ HasA,67,1795,17,591
10
+ HasFirstSubevent,2,1777,0,0
11
+ HasLastSubevent,2,1777,3,589
12
+ HasPrerequisite,168,1784,57,588
13
+ HasProperty,94,1782,39,601
14
+ HasSubevent,125,1779,40,605
15
+ IsA,310,1745,98,599
16
+ MadeOf,17,1774,7,589
17
+ MotivatedByGoal,14,1777,11,591
18
+ PartOf,34,1782,7,589
19
+ ReceivesAction,18,1774,8,589
20
+ SymbolOf,0,0,2,592
21
+ UsedFor,249,1796,81,584
22
+ SUM,1776,31966,591,10641
 
 
stats.md CHANGED
@@ -1,25 +1,23 @@
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 |
 
1
  | relation_type | positive (train) | negative (train) | positive (validation) | negative (validation) |
2
  |:-----------------|-------------------:|-------------------:|------------------------:|------------------------:|
3
+ | AtLocation | 383 | 1749 | 97 | 574 |
4
+ | CapableOf | 195 | 1771 | 73 | 596 |
5
+ | Causes | 71 | 1778 | 26 | 591 |
6
+ | CausesDesire | 9 | 1774 | 11 | 591 |
7
+ | CreatedBy | 2 | 1777 | 0 | 0 |
8
+ | DefinedAs | 0 | 0 | 2 | 591 |
9
+ | Desires | 16 | 1775 | 12 | 591 |
10
+ | HasA | 67 | 1795 | 17 | 591 |
11
+ | HasFirstSubevent | 2 | 1777 | 0 | 0 |
12
+ | HasLastSubevent | 2 | 1777 | 3 | 589 |
13
+ | HasPrerequisite | 168 | 1784 | 57 | 588 |
14
+ | HasProperty | 94 | 1782 | 39 | 601 |
15
+ | HasSubevent | 125 | 1779 | 40 | 605 |
16
+ | IsA | 310 | 1745 | 98 | 599 |
17
+ | MadeOf | 17 | 1774 | 7 | 589 |
18
+ | MotivatedByGoal | 14 | 1777 | 11 | 591 |
19
+ | PartOf | 34 | 1782 | 7 | 589 |
20
+ | ReceivesAction | 18 | 1774 | 8 | 589 |
21
+ | SymbolOf | 0 | 0 | 2 | 592 |
22
+ | UsedFor | 249 | 1796 | 81 | 584 |
23
+ | SUM | 1776 | 31966 | 591 | 10641 |