lawhy commited on
Commit
9299e7e
·
verified ·
1 Parent(s): 9f9b254

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md CHANGED
@@ -16,7 +16,29 @@ pretty_name: WordNetNoun
16
  tags:
17
  - hierarchy-transformers
18
  configs:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - config_name: MultiHop-RandomNegatives-Triplets
 
 
20
  data_files:
21
  - split: train
22
  path: MultiHop-RandomNegatives-Triplets/train*
@@ -24,6 +46,56 @@ configs:
24
  path: MultiHop-RandomNegatives-Triplets/val*
25
  - split: test
26
  path: MultiHop-RandomNegatives-Triplets/test*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  # Dataset Card for Dataset Name
 
16
  tags:
17
  - hierarchy-transformers
18
  configs:
19
+ - config_name: MixedHop-RandomNegatives-Triplets
20
+ description: >
21
+ A dataset for Mixed-hop Prediction with random negatives; samples formatted as triplets.
22
+ data_files:
23
+ - split: train
24
+ path: MixedHop-RandomNegatives-Triplets/train*
25
+ - split: val
26
+ path: MixedHop-RandomNegatives-Triplets/val*
27
+ - split: test
28
+ path: MixedHop-RandomNegatives-Triplets/test*
29
+ - config_name: MixedHop-HardNegatives-Triplets
30
+ description: >
31
+ A dataset for Mixed-hop Prediction with hard negatives; samples formatted as triplets.
32
+ data_files:
33
+ - split: train
34
+ path: MixedHop-HardNegatives-Triplets/train*
35
+ - split: val
36
+ path: MixedHop-HardNegatives-Triplets/val*
37
+ - split: test
38
+ path: MixedHop-HardNegatives-Triplets/test*
39
  - config_name: MultiHop-RandomNegatives-Triplets
40
+ description: >
41
+ A dataset for Multi-hop Inference with random negatives; samples formatted as triplets.
42
  data_files:
43
  - split: train
44
  path: MultiHop-RandomNegatives-Triplets/train*
 
46
  path: MultiHop-RandomNegatives-Triplets/val*
47
  - split: test
48
  path: MultiHop-RandomNegatives-Triplets/test*
49
+ - config_name: MultiHop-HardNegatives-Triplets
50
+ description: >
51
+ A dataset for Multi-hop Inference with hard negatives; samples formatted as triplets.
52
+ data_files:
53
+ - split: train
54
+ path: MultiHop-HardNegatives-Triplets/train*
55
+ - split: val
56
+ path: MultiHop-HardNegatives-Triplets/val*
57
+ - split: test
58
+ path: MultiHop-HardNegatives-Triplets/test*
59
+ - config_name: MixedHop-RandomNegatives-Pairs
60
+ description: >
61
+ A dataset for Mixed-hop Prediction with random negatives; samples formatted as pairs.
62
+ data_files:
63
+ - split: train
64
+ path: MixedHop-RandomNegatives-Pairs/train*
65
+ - split: val
66
+ path: MixedHop-RandomNegatives-Pairs/val*
67
+ - split: test
68
+ path: MixedHop-RandomNegatives-Pairs/test*
69
+ - config_name: MixedHop-HardNegatives-Pairs
70
+ description: >
71
+ A dataset for Mixed-hop Prediction with hard negatives; samples formatted as pairs.
72
+ data_files:
73
+ - split: train
74
+ path: MixedHop-HardNegatives-Pairs/train*
75
+ - split: val
76
+ path: MixedHop-HardNegatives-Pairs/val*
77
+ - split: test
78
+ path: MixedHop-HardNegatives-Pairs/test*
79
+ - config_name: MultiHop-RandomNegatives-Pairs
80
+ description: >
81
+ A dataset for Multi-hop Inference with random negatives; samples formatted as pairs.
82
+ data_files:
83
+ - split: train
84
+ path: MultiHop-RandomNegatives-Pairs/train*
85
+ - split: val
86
+ path: MultiHop-RandomNegatives-Pairs/val*
87
+ - split: test
88
+ path: MultiHop-RandomNegatives-Pairs/test*
89
+ - config_name: MultiHop-HardNegatives-Pairs
90
+ description: >
91
+ A dataset for Multi-hop Inference with hard negatives; samples formatted as pairs.
92
+ data_files:
93
+ - split: train
94
+ path: MultiHop-HardNegatives-Pairs/train*
95
+ - split: val
96
+ path: MultiHop-HardNegatives-Pairs/val*
97
+ - split: test
98
+ path: MultiHop-HardNegatives-Pairs/test*
99
  ---
100
 
101
  # Dataset Card for Dataset Name