Datasets:
Delete legacy dataset_infos.json
Browse files- dataset_infos.json +0 -115
dataset_infos.json
DELETED
|
@@ -1,115 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"default": {
|
| 3 |
-
"description": "\nThis is a dataset for classifying citation intents in academic papers.\nThe main citation intent label for each Json object is specified with the label\nkey while the citation context is specified in with a context key. Example:\n{\n 'string': 'In chacma baboons, male-infant relationships can be linked to both\n formation of friendships and paternity success [30,31].'\n 'sectionName': 'Introduction',\n 'label': 'background',\n 'citingPaperId': '7a6b2d4b405439',\n 'citedPaperId': '9d1abadc55b5e0',\n ...\n }\nYou may obtain the full information about the paper using the provided paper ids\nwith the Semantic Scholar API (https://api.semanticscholar.org/).\nThe labels are:\nMethod, Background, Result\n",
|
| 4 |
-
"citation": "\n@InProceedings{Cohan2019Structural,\n author={Arman Cohan and Waleed Ammar and Madeleine Van Zuylen and Field Cady},\n title={Structural Scaffolds for Citation Intent Classification in Scientific Publications},\n booktitle={NAACL},\n year={2019}\n}\n",
|
| 5 |
-
"homepage": "https://github.com/allenai/scicite",
|
| 6 |
-
"license": "",
|
| 7 |
-
"features": {
|
| 8 |
-
"string": {
|
| 9 |
-
"dtype": "string",
|
| 10 |
-
"_type": "Value"
|
| 11 |
-
},
|
| 12 |
-
"sectionName": {
|
| 13 |
-
"dtype": "string",
|
| 14 |
-
"_type": "Value"
|
| 15 |
-
},
|
| 16 |
-
"label": {
|
| 17 |
-
"names": [
|
| 18 |
-
"method",
|
| 19 |
-
"background",
|
| 20 |
-
"result"
|
| 21 |
-
],
|
| 22 |
-
"_type": "ClassLabel"
|
| 23 |
-
},
|
| 24 |
-
"citingPaperId": {
|
| 25 |
-
"dtype": "string",
|
| 26 |
-
"_type": "Value"
|
| 27 |
-
},
|
| 28 |
-
"citedPaperId": {
|
| 29 |
-
"dtype": "string",
|
| 30 |
-
"_type": "Value"
|
| 31 |
-
},
|
| 32 |
-
"excerpt_index": {
|
| 33 |
-
"dtype": "int32",
|
| 34 |
-
"_type": "Value"
|
| 35 |
-
},
|
| 36 |
-
"isKeyCitation": {
|
| 37 |
-
"dtype": "bool",
|
| 38 |
-
"_type": "Value"
|
| 39 |
-
},
|
| 40 |
-
"label2": {
|
| 41 |
-
"names": [
|
| 42 |
-
"supportive",
|
| 43 |
-
"not_supportive",
|
| 44 |
-
"cant_determine",
|
| 45 |
-
"none"
|
| 46 |
-
],
|
| 47 |
-
"_type": "ClassLabel"
|
| 48 |
-
},
|
| 49 |
-
"citeEnd": {
|
| 50 |
-
"dtype": "int64",
|
| 51 |
-
"_type": "Value"
|
| 52 |
-
},
|
| 53 |
-
"citeStart": {
|
| 54 |
-
"dtype": "int64",
|
| 55 |
-
"_type": "Value"
|
| 56 |
-
},
|
| 57 |
-
"source": {
|
| 58 |
-
"names": [
|
| 59 |
-
"properNoun",
|
| 60 |
-
"andPhrase",
|
| 61 |
-
"acronym",
|
| 62 |
-
"etAlPhrase",
|
| 63 |
-
"explicit",
|
| 64 |
-
"acronymParen",
|
| 65 |
-
"nan"
|
| 66 |
-
],
|
| 67 |
-
"_type": "ClassLabel"
|
| 68 |
-
},
|
| 69 |
-
"label_confidence": {
|
| 70 |
-
"dtype": "float32",
|
| 71 |
-
"_type": "Value"
|
| 72 |
-
},
|
| 73 |
-
"label2_confidence": {
|
| 74 |
-
"dtype": "float32",
|
| 75 |
-
"_type": "Value"
|
| 76 |
-
},
|
| 77 |
-
"id": {
|
| 78 |
-
"dtype": "string",
|
| 79 |
-
"_type": "Value"
|
| 80 |
-
}
|
| 81 |
-
},
|
| 82 |
-
"builder_name": "scicite",
|
| 83 |
-
"dataset_name": "scicite",
|
| 84 |
-
"config_name": "default",
|
| 85 |
-
"version": {
|
| 86 |
-
"version_str": "1.0.0",
|
| 87 |
-
"major": 1,
|
| 88 |
-
"minor": 0,
|
| 89 |
-
"patch": 0
|
| 90 |
-
},
|
| 91 |
-
"splits": {
|
| 92 |
-
"train": {
|
| 93 |
-
"name": "train",
|
| 94 |
-
"num_bytes": 3828509,
|
| 95 |
-
"num_examples": 8194,
|
| 96 |
-
"dataset_name": null
|
| 97 |
-
},
|
| 98 |
-
"validation": {
|
| 99 |
-
"name": "validation",
|
| 100 |
-
"num_bytes": 428551,
|
| 101 |
-
"num_examples": 916,
|
| 102 |
-
"dataset_name": null
|
| 103 |
-
},
|
| 104 |
-
"test": {
|
| 105 |
-
"name": "test",
|
| 106 |
-
"num_bytes": 867294,
|
| 107 |
-
"num_examples": 1859,
|
| 108 |
-
"dataset_name": null
|
| 109 |
-
}
|
| 110 |
-
},
|
| 111 |
-
"download_size": 3561554,
|
| 112 |
-
"dataset_size": 5124354,
|
| 113 |
-
"size_in_bytes": 8685908
|
| 114 |
-
}
|
| 115 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|