File size: 1,458 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 | {
"name": "coauthor-physics",
"sources": [
{
"url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/ms_academic_phy.npz",
"final_url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/ms_academic_phy.npz",
"filename": "ms_academic_phy.npz",
"bytes": 16374005,
"sha256": "e4d68468eba5fb8f6b280ffd406bd53e6e4295ba1dd2967d6fe99b978e4b3375",
"downloaded_at": "2026-07-23T02:14:50+00:00"
}
],
"conversion": {
"script": "convert_npz.py",
"label_column": "field",
"notes": "shchur gnn-benchmark npz; CSR adjacency symmetrized. Feature matrix too large for CSV (skipped; available in source npz).",
"parquet": true,
"parquet_notes": "nodes.parquet includes the full feature matrix omitted from nodes.csv for size."
},
"graphs": {
"default": {
"nodes": 34493,
"edges": 247962,
"label_column": "field",
"classes": 5,
"class_counts": {
"2": 17426,
"0": 5750,
"1": 5045,
"4": 3519,
"3": 2753
},
"isolated_nodes": 0,
"feature_columns": 0
}
},
"title": "Coauthor Physics",
"band": "medium",
"label_type": "semantic",
"task": "Research-field classification (co-authorship)",
"license": "MIT (shchur packaging)",
"citation": "Shchur et al. Pitfalls of GNN Evaluation. 2018.",
"links": [
"https://github.com/shchur/gnn-benchmark"
]
}
|