File size: 1,449 Bytes
694fc1f | 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 | {
"name": "wikics",
"sources": [
{
"url": "https://raw.githubusercontent.com/pmernyei/wiki-cs-dataset/master/dataset/data.json",
"final_url": "https://raw.githubusercontent.com/pmernyei/wiki-cs-dataset/master/dataset/data.json",
"filename": "data.json",
"bytes": 82533647,
"sha256": "9bf8cb3ef8eeae81b25e6ccbe0ea195600c205d7edf63ce04f2ec8d9c7dcb3d8",
"downloaded_at": "2026-07-23T02:14:46+00:00"
}
],
"conversion": {
"script": "convert_wikics.py",
"label_column": "category",
"notes": "Adjacency lists flattened and symmetrized; 10 CS-branch classes; 300 mean-GloVe glove_* feature columns.",
"parquet": true
},
"graphs": {
"default": {
"nodes": 11701,
"edges": 215603,
"label_column": "category",
"classes": 10,
"class_counts": {
"4": 2679,
"2": 2153,
"3": 1933,
"9": 1424,
"7": 865,
"5": 780,
"1": 667,
"8": 492,
"6": 413,
"0": 295
},
"isolated_nodes": 337,
"feature_columns": 300
}
},
"title": "WikiCS",
"band": "medium",
"label_type": "semantic",
"task": "CS article branch classification",
"license": "MIT (dataset code); article text CC BY-SA",
"citation": "Mernyei, Cangea. Wiki-CS: A Wikipedia-Based Benchmark for Graph Neural Networks. GRL+ 2020.",
"links": [
"https://github.com/pmernyei/wiki-cs-dataset"
]
}
|