Commit
·
510191c
1
Parent(s):
21b6cea
Added dataset_infos.json
Browse files- dataset_infos.json +51 -0
dataset_infos.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "The Text REtrieval Conference (TREC) Question Classification dataset contains 5500 labeled questions in training set and another 500 for test set. This dataset uses only the 6 coarse class labels. The original train dataset split has been divided into a new train split and a validation split, taking 10% for the latter.",
|
4 |
+
"citation": "@inproceedings{li-roth-2002-learning,title = \"Learning Question Classifiers\",author = \"Li, Xin and Roth, Dan\",booktitle = \"{COLING} 2002: The 19th International Conference on Computational Linguistics\", year = \"2002\", url = \"https://www.aclweb.org/anthology/C02-1150\",} @inproceedings{hovy-etal-2001-toward, title = \"Toward Semantics-Based Answer Pinpointing\", author = \"Hovy, Eduard and Gerber, Laurie and Hermjakob, Ulf and Lin, Chin-Yew and Ravichandran, Deepak\", booktitle = \"Proceedings of the First International Conference on Human Language Technology Research\", year = \"2001\", url = \"https://www.aclweb.org/anthology/H01-1069\",}",
|
5 |
+
"homepage": "https://cogcomp.seas.upenn.edu/Data/QA/QC/",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"label": {
|
14 |
+
"num_classes": 6,
|
15 |
+
"names": [
|
16 |
+
"ABBR",
|
17 |
+
"ENTY",
|
18 |
+
"DESC",
|
19 |
+
"HUM",
|
20 |
+
"LOC",
|
21 |
+
"NUM"
|
22 |
+
],
|
23 |
+
"names_file": null,
|
24 |
+
"id": null,
|
25 |
+
"_type": "ClassLabel"
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"task_templates": [
|
29 |
+
{
|
30 |
+
"task": "text-classification",
|
31 |
+
"text_column": "text",
|
32 |
+
"label_column": "label",
|
33 |
+
"labels": [
|
34 |
+
"ABBR",
|
35 |
+
"ENTY",
|
36 |
+
"DESC",
|
37 |
+
"HUM",
|
38 |
+
"LOC",
|
39 |
+
"NUM"
|
40 |
+
]
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"version": {
|
44 |
+
"version_str": "1.0.0",
|
45 |
+
"description": null,
|
46 |
+
"major": 1,
|
47 |
+
"minor": 0,
|
48 |
+
"patch": 0
|
49 |
+
}
|
50 |
+
}
|
51 |
+
}
|