Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -148,9 +148,11 @@ from datasets import load_dataset
|
|
148 |
dataset = load_dataset("Hierarchy-Transformers/WordNetNoun", "MixedHop-RandomNegatives-Triplets")
|
149 |
```
|
150 |
|
151 |
-
|
152 |
|
153 |
-
For
|
|
|
|
|
154 |
|
155 |
## Citation
|
156 |
|
|
|
148 |
dataset = load_dataset("Hierarchy-Transformers/WordNetNoun", "MixedHop-RandomNegatives-Triplets")
|
149 |
```
|
150 |
|
151 |
+
## Dataset Usage
|
152 |
|
153 |
+
- For **evaluation**, the `Pairs` sample structure should be adopted, as it allows for the computation of Precision, Recall, and F1 scores.
|
154 |
+
|
155 |
+
- For **training**, the choice between `Pairs`, `Triplets`, or more complex sample structures depends on the model's design and specific requirements.
|
156 |
|
157 |
## Citation
|
158 |
|