lawhy commited on
Commit
7c2dccc
·
verified ·
1 Parent(s): 48b3fdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -33
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  name: WordNetNoun Subsumption (Hypernym) Hierarchy.
3
  description: >
4
- Mixed-hop Prediction and Multi-hop Inference datasets created from WordNet's subsumption (hypernym) hierarchy of noun entities for evaluating hierarchy embedding models.
5
  license: apache-2.0
6
  language:
7
  - en
@@ -16,26 +16,6 @@ pretty_name: WordNetNoun
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.
@@ -56,26 +36,26 @@ configs:
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.
@@ -96,13 +76,36 @@ configs:
96
  path: MultiHop-HardNegatives-Pairs/val*
97
  - split: test
98
  path: MultiHop-HardNegatives-Pairs/test*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ---
100
 
101
- # Dataset Card for Dataset Name
102
 
103
  <!-- Provide a quick summary of the dataset. -->
104
 
105
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
 
 
106
 
107
  ## Dataset Details
108
 
 
1
  ---
2
  name: WordNetNoun Subsumption (Hypernym) Hierarchy.
3
  description: >
4
+ This dataset is a collection of Multi-hop Inference and Mixed-hop Prediction datasets created from WordNet's subsumption (hypernym) hierarchy of noun entities for training and evaluating hierarchy embedding models.
5
  license: apache-2.0
6
  language:
7
  - en
 
16
  tags:
17
  - hierarchy-transformers
18
  configs:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - config_name: MultiHop-RandomNegatives-Triplets
20
  description: >
21
  A dataset for Multi-hop Inference with random negatives; samples formatted as triplets.
 
36
  path: MultiHop-HardNegatives-Triplets/val*
37
  - split: test
38
  path: MultiHop-HardNegatives-Triplets/test*
39
+ - config_name: MixedHop-RandomNegatives-Triplets
40
  description: >
41
+ A dataset for Mixed-hop Prediction with random negatives; samples formatted as triplets.
42
  data_files:
43
  - split: train
44
+ path: MixedHop-RandomNegatives-Triplets/train*
45
  - split: val
46
+ path: MixedHop-RandomNegatives-Triplets/val*
47
  - split: test
48
+ path: MixedHop-RandomNegatives-Triplets/test*
49
+ - config_name: MixedHop-HardNegatives-Triplets
50
  description: >
51
+ A dataset for Mixed-hop Prediction with hard negatives; samples formatted as triplets.
52
  data_files:
53
  - split: train
54
+ path: MixedHop-HardNegatives-Triplets/train*
55
  - split: val
56
+ path: MixedHop-HardNegatives-Triplets/val*
57
  - split: test
58
+ path: MixedHop-HardNegatives-Triplets/test*
59
  - config_name: MultiHop-RandomNegatives-Pairs
60
  description: >
61
  A dataset for Multi-hop Inference with random negatives; samples formatted as pairs.
 
76
  path: MultiHop-HardNegatives-Pairs/val*
77
  - split: test
78
  path: MultiHop-HardNegatives-Pairs/test*
79
+ - config_name: MixedHop-RandomNegatives-Pairs
80
+ description: >
81
+ A dataset for Mixed-hop Prediction with random negatives; samples formatted as pairs.
82
+ data_files:
83
+ - split: train
84
+ path: MixedHop-RandomNegatives-Pairs/train*
85
+ - split: val
86
+ path: MixedHop-RandomNegatives-Pairs/val*
87
+ - split: test
88
+ path: MixedHop-RandomNegatives-Pairs/test*
89
+ - config_name: MixedHop-HardNegatives-Pairs
90
+ description: >
91
+ A dataset for Mixed-hop Prediction with hard negatives; samples formatted as pairs.
92
+ data_files:
93
+ - split: train
94
+ path: MixedHop-HardNegatives-Pairs/train*
95
+ - split: val
96
+ path: MixedHop-HardNegatives-Pairs/val*
97
+ - split: test
98
+ path: MixedHop-HardNegatives-Pairs/test*
99
  ---
100
 
101
+ # Dataset Card for WordNetNoun
102
 
103
  <!-- Provide a quick summary of the dataset. -->
104
 
105
+ This dataset is a collection of **Multi-hop Inference** and **Mixed-hop Prediction** datasets created from WordNet's subsumption (hypernym) hierarchy of noun entities for training and evaluating hierarchy embedding models.
106
+
107
+ -
108
+
109
 
110
  ## Dataset Details
111