lhoestq HF staff commited on
Commit
1522e64
1 Parent(s): 80845b3

Remove config names as yaml keys (#4367)

Browse files

* validate YAML part

* fix bad YAML keys

* don't have config names as yaml keys

* style

* Remove hacking license tags when mirroring datasets on the Hub

* fix test

* fix style

* more fixes

* remove dots in QA column mapping keys

Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80

Files changed (1) hide show
  1. README.md +48 -192
README.md CHANGED
@@ -1,72 +1,11 @@
1
  ---
2
  annotations_creators:
3
- aidayago2:
4
- - crowdsourced
5
- - found
6
- - machine-generated
7
- cweb:
8
- - crowdsourced
9
- - found
10
- - machine-generated
11
- eli5:
12
- - crowdsourced
13
- - found
14
- fever:
15
- - crowdsourced
16
- - found
17
- - machine-generated
18
- hotpotqa:
19
- - crowdsourced
20
- - found
21
- - machine-generated
22
- nq:
23
- - crowdsourced
24
- - found
25
- - machine-generated
26
- structured_zeroshot:
27
- - crowdsourced
28
- - found
29
- - machine-generated
30
- trex:
31
- - crowdsourced
32
- - found
33
- - machine-generated
34
- triviaqa_support_only:
35
- - crowdsourced
36
- - found
37
- - machine-generated
38
- wned:
39
- - crowdsourced
40
- - found
41
- - machine-generated
42
- wow:
43
- - crowdsourced
44
- - found
45
- - machine-generated
46
  language_creators:
47
- aidayago2:
48
- - crowdsourced
49
- cweb:
50
- - crowdsourced
51
- eli5:
52
- - found
53
- fever:
54
- - crowdsourced
55
- hotpotqa:
56
- - crowdsourced
57
- - found
58
- nq:
59
- - found
60
- structured_zeroshot:
61
- - crowdsourced
62
- trex:
63
- - crowdsourced
64
- triviaqa_support_only:
65
- - found
66
- wned:
67
- - crowdsourced
68
- wow:
69
- - crowdsourced
70
  languages:
71
  - en
72
  licenses:
@@ -74,137 +13,54 @@ licenses:
74
  multilinguality:
75
  - monolingual
76
  size_categories:
77
- aidayago2:
78
- - 10K<n<100K
79
- cweb:
80
- - 10K<n<100K
81
- eli5:
82
- - 100K<n<1M
83
- fever:
84
- - 100K<n<1M
85
- hotpotqa:
86
- - 100K<n<1M
87
- nq:
88
- - 10K<n<100K
89
- structured_zeroshot:
90
- - 100K<n<1M
91
- trex:
92
- - 1M<n<10M
93
- triviaqa_support_only:
94
- - 10K<n<100K
95
- wned:
96
- - 1K<n<10K
97
- wow:
98
- - 100K<n<1M
99
  source_datasets:
100
- aidayago2:
101
- - extended|other-aidayago
102
- - original
103
- cweb:
104
- - extended|other-wned-cweb
105
- - original
106
- eli5:
107
- - extended|other-hotpotqa
108
- - original
109
- fever:
110
- - extended|other-fever
111
- - original
112
- hotpotqa:
113
- - extended|other-hotpotqa
114
- - original
115
- nq:
116
- - extended|natural_questions
117
- - original
118
- structured_zeroshot:
119
- - extended|other-zero-shot-re
120
- - original
121
- trex:
122
- - extended|other-trex
123
- - original
124
- triviaqa_support_only:
125
- - extended|other-triviaqa
126
- - original
127
- wned:
128
- - extended|other-wned-wiki
129
- - original
130
- wow:
131
- - extended|other-wizardsofwikipedia
132
- - original
133
  task_categories:
134
- aidayago2:
135
- - text-retrieval
136
- cweb:
137
- - text-retrieval
138
- eli5:
139
- - text2text-generation
140
- - text-retrieval
141
- fever:
142
- - text-classification
143
- - text-retrieval
144
- hotpotqa:
145
- - question-answering
146
- - text-retrieval
147
- nq:
148
- - question-answering
149
- - text-retrieval
150
- structured_zeroshot:
151
- - text-generation
152
- - fill-mask
153
- - text-retrieval
154
- trex:
155
- - text-generation
156
- - fill-mask
157
- - text-retrieval
158
- triviaqa_support_only:
159
- - question-answering
160
- - text-retrieval
161
- wned:
162
- - text-retrieval
163
- wow:
164
- - text-generation
165
- - fill-mask
166
- - text-retrieval
167
  task_ids:
168
- aidayago2:
169
- - document-retrieval
170
- - entity-linking-retrieval
171
- cweb:
172
- - document-retrieval
173
- - entity-linking-retrieval
174
- eli5:
175
- - abstractive-qa
176
- - document-retrieval
177
- - open-domain-abstractive-qa
178
- fever:
179
- - document-retrieval
180
- - fact-checking
181
- - fact-checking-retrieval
182
- hotpotqa:
183
- - document-retrieval
184
- - extractive-qa
185
- - open-domain-qa
186
- nq:
187
- - document-retrieval
188
- - extractive-qa
189
- - open-domain-qa
190
- structured_zeroshot:
191
- - document-retrieval
192
- - slot-filling
193
- trex:
194
- - document-retrieval
195
- - slot-filling
196
- triviaqa_support_only:
197
- - document-retrieval
198
- - extractive-qa
199
- - open-domain-qa
200
- wned:
201
- - document-retrieval
202
- - entity-linking-retrieval
203
- wow:
204
- - dialogue-modeling
205
- - document-retrieval
206
  paperswithcode_id: kilt
207
  pretty_name: KILT
 
 
 
 
 
 
 
 
 
 
 
 
208
  ---
209
 
210
  # Dataset Card for KILT
 
1
  ---
2
  annotations_creators:
3
+ - crowdsourced
4
+ - found
5
+ - machine-generated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  language_creators:
7
+ - crowdsourced
8
+ - found
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  languages:
10
  - en
11
  licenses:
 
13
  multilinguality:
14
  - monolingual
15
  size_categories:
16
+ - 100K<n<1M
17
+ - 10K<n<100K
18
+ - 1K<n<10K
19
+ - 1M<n<10M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  source_datasets:
21
+ - extended|natural_questions
22
+ - extended|other-aidayago
23
+ - extended|other-fever
24
+ - extended|other-hotpotqa
25
+ - extended|other-trex
26
+ - extended|other-triviaqa
27
+ - extended|other-wizardsofwikipedia
28
+ - extended|other-wned-cweb
29
+ - extended|other-wned-wiki
30
+ - extended|other-zero-shot-re
31
+ - original
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  task_categories:
33
+ - fill-mask
34
+ - question-answering
35
+ - text-classification
36
+ - text-generation
37
+ - text-retrieval
38
+ - text2text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  task_ids:
40
+ - abstractive-qa
41
+ - dialogue-modeling
42
+ - document-retrieval
43
+ - entity-linking-retrieval
44
+ - extractive-qa
45
+ - fact-checking
46
+ - fact-checking-retrieval
47
+ - open-domain-abstractive-qa
48
+ - open-domain-qa
49
+ - slot-filling
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  paperswithcode_id: kilt
51
  pretty_name: KILT
52
+ configs:
53
+ - aidayago2
54
+ - cweb
55
+ - eli5
56
+ - fever
57
+ - hotpotqa
58
+ - nq
59
+ - structured_zeroshot
60
+ - trex
61
+ - triviaqa_support_only
62
+ - wned
63
+ - wow
64
  ---
65
 
66
  # Dataset Card for KILT