File size: 1,952 Bytes
3a12cf2 | 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 | {
"name": "actor",
"sources": [
{
"url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/film/out1_graph_edges.txt",
"final_url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/film/out1_graph_edges.txt",
"filename": "out1_graph_edges.txt",
"bytes": 323820,
"sha256": "997cdce67ea9c29257d3ffe796328391931901cf823830affa453178b60e2c3e",
"downloaded_at": "2026-07-23T02:14:34+00:00"
},
{
"url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/film/out1_node_feature_label.txt",
"final_url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/film/out1_node_feature_label.txt",
"filename": "out1_node_feature_label.txt",
"bytes": 207718,
"sha256": "1d5cdd094f8b91e770f6decfca85b35cf42f75d1efb51055fd6af16e11820ff8",
"downloaded_at": "2026-07-23T02:14:34+00:00"
}
],
"conversion": {
"script": "convert_geomgcn.py",
"label_column": "actor_class",
"notes": "geom-gcn film out1 files; sparse keyword indices one-hot expanded to f_* columns; 5 actor classes; co-occurrence edges symmetrized.",
"parquet": true
},
"graphs": {
"default": {
"nodes": 7600,
"edges": 26659,
"label_column": "actor_class",
"classes": 5,
"class_counts": {
"4": 1965,
"3": 1815,
"2": 1630,
"1": 1337,
"0": 853
},
"isolated_nodes": 0,
"feature_columns": 932
}
},
"title": "Actor Co-occurrence Network",
"band": "medium",
"label_type": "semantic",
"task": "Actor category classification",
"license": "Not stated (geom-gcn repo)",
"citation": "Tang, Sun, Wang, Yang. Social Influence Analysis in Large-scale Networks. KDD 2009 (origin); Pei et al. ICLR 2020 (packaging).",
"links": [
"https://github.com/graphdml-uiuc-jlu/geom-gcn"
]
}
|