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