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