Datasets:
xzhao-tkl
commited on
Commit
·
1e22780
1
Parent(s):
a6e084f
Update readme
Browse files- dataset_infos.json +123 -0
dataset_infos.json
CHANGED
@@ -250,5 +250,128 @@
|
|
250 |
}
|
251 |
},
|
252 |
"description": "Binary classification, Grammatic error detection (Clang8)."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
}
|
254 |
}
|
|
|
250 |
}
|
251 |
},
|
252 |
"description": "Binary classification, Grammatic error detection (Clang8)."
|
253 |
+
},
|
254 |
+
"mnli": {
|
255 |
+
"features": {
|
256 |
+
"premise": {
|
257 |
+
"_type": "Value",
|
258 |
+
"dtype": "string"
|
259 |
+
},
|
260 |
+
"hypothesis": {
|
261 |
+
"_type": "Value",
|
262 |
+
"dtype": "string"
|
263 |
+
},
|
264 |
+
"label": {
|
265 |
+
"_type": "ClassLabel",
|
266 |
+
"names": [
|
267 |
+
"Contradiction",
|
268 |
+
"Neutral",
|
269 |
+
"Entailment"
|
270 |
+
]
|
271 |
+
}
|
272 |
+
},
|
273 |
+
"description": "Multi-choice, Entailment inference task (MNLI)."
|
274 |
+
},
|
275 |
+
"paws": {
|
276 |
+
"features": {
|
277 |
+
"sentence1": {
|
278 |
+
"_type": "Value",
|
279 |
+
"dtype": "string"
|
280 |
+
},
|
281 |
+
"sentence2": {
|
282 |
+
"_type": "Value",
|
283 |
+
"dtype": "string"
|
284 |
+
},
|
285 |
+
"label": {
|
286 |
+
"_type": "ClassLabel",
|
287 |
+
"names": [
|
288 |
+
"False",
|
289 |
+
"True"
|
290 |
+
]
|
291 |
+
}
|
292 |
+
},
|
293 |
+
"description": "Multi-choice, Paraphrase detection (PAWS)."
|
294 |
+
},
|
295 |
+
"swag": {
|
296 |
+
"features": {
|
297 |
+
"text": {
|
298 |
+
"_type": "Value",
|
299 |
+
"dtype": "string"
|
300 |
+
},
|
301 |
+
"options": {
|
302 |
+
"feature": {
|
303 |
+
"_type": "Value",
|
304 |
+
"dtype": "string"
|
305 |
+
},
|
306 |
+
"length": 4,
|
307 |
+
"_type": "Sequence"
|
308 |
+
},
|
309 |
+
"label": {
|
310 |
+
"_type": "Value",
|
311 |
+
"dtype": "int8"
|
312 |
+
}
|
313 |
+
},
|
314 |
+
"description": "Multi-choice, Situations With Adversarial Generations task (SWAG)."
|
315 |
+
},
|
316 |
+
"halueval": {
|
317 |
+
"features": {
|
318 |
+
"dialogue": {
|
319 |
+
"_type": "Value",
|
320 |
+
"dtype": "string"
|
321 |
+
},
|
322 |
+
"response": {
|
323 |
+
"_type": "Value",
|
324 |
+
"dtype": "string"
|
325 |
+
},
|
326 |
+
"label": {
|
327 |
+
"_type": "ClassLabel",
|
328 |
+
"names": [
|
329 |
+
"False",
|
330 |
+
"True"
|
331 |
+
]
|
332 |
+
}
|
333 |
+
},
|
334 |
+
"description": "Binary classification, Hallucination detection (HaluEval-dialogue)."
|
335 |
+
},
|
336 |
+
"stereoset": {
|
337 |
+
"features": {
|
338 |
+
"context": {
|
339 |
+
"_type": "Value",
|
340 |
+
"dtype": "string"
|
341 |
+
},
|
342 |
+
"options": {
|
343 |
+
"feature": {
|
344 |
+
"_type": "Value",
|
345 |
+
"dtype": "string"
|
346 |
+
},
|
347 |
+
"length": 3,
|
348 |
+
"_type": "Sequence"
|
349 |
+
},
|
350 |
+
"labels": {
|
351 |
+
"feature": {
|
352 |
+
"_type": "Value",
|
353 |
+
"dtype": "int8"
|
354 |
+
},
|
355 |
+
"length": 3,
|
356 |
+
"_type": "Sequence"
|
357 |
+
}
|
358 |
+
},
|
359 |
+
"description": "Stereotype detection task"
|
360 |
+
},
|
361 |
+
"toxicity": {
|
362 |
+
"features": {
|
363 |
+
"text": {
|
364 |
+
"_type": "Value",
|
365 |
+
"dtype": "string"
|
366 |
+
},
|
367 |
+
"label": {
|
368 |
+
"_type": "ClassLabel",
|
369 |
+
"names": [
|
370 |
+
"False",
|
371 |
+
"True"
|
372 |
+
]
|
373 |
+
}
|
374 |
+
},
|
375 |
+
"description": "Toxicity detection task"
|
376 |
}
|
377 |
}
|