NEExT / actor /metadata.json
anomalypoint's picture
Add files using upload-large-folder tool
3a12cf2 verified
Raw
History Blame Contribute Delete
1.95 kB
{
"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"
]
}