{ "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 } }