Datasets:
File size: 4,139 Bytes
190ec4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
{
"default": {
"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",
"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",
"homepage": "https://github.com/allenai/scicite",
"license": "",
"features": {
"string": {
"dtype": "string",
"_type": "Value"
},
"sectionName": {
"dtype": "string",
"_type": "Value"
},
"label": {
"names": [
"method",
"background",
"result"
],
"_type": "ClassLabel"
},
"citingPaperId": {
"dtype": "string",
"_type": "Value"
},
"citedPaperId": {
"dtype": "string",
"_type": "Value"
},
"excerpt_index": {
"dtype": "int32",
"_type": "Value"
},
"isKeyCitation": {
"dtype": "bool",
"_type": "Value"
},
"label2": {
"names": [
"supportive",
"not_supportive",
"cant_determine",
"none"
],
"_type": "ClassLabel"
},
"citeEnd": {
"dtype": "int64",
"_type": "Value"
},
"citeStart": {
"dtype": "int64",
"_type": "Value"
},
"source": {
"names": [
"properNoun",
"andPhrase",
"acronym",
"etAlPhrase",
"explicit",
"acronymParen",
"nan"
],
"_type": "ClassLabel"
},
"label_confidence": {
"dtype": "float32",
"_type": "Value"
},
"label2_confidence": {
"dtype": "float32",
"_type": "Value"
},
"id": {
"dtype": "string",
"_type": "Value"
}
},
"builder_name": "scicite",
"dataset_name": "scicite",
"config_name": "default",
"version": {
"version_str": "1.0.0",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 3828509,
"num_examples": 8194,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 428551,
"num_examples": 916,
"dataset_name": null
},
"test": {
"name": "test",
"num_bytes": 867294,
"num_examples": 1859,
"dataset_name": null
}
},
"download_size": 3561554,
"dataset_size": 5124354,
"size_in_bytes": 8685908
}
} |