File size: 4,489 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | {
"name": "webkb",
"sources": [
{
"url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/cornell/out1_graph_edges.txt",
"final_url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/cornell/out1_graph_edges.txt",
"filename": "cornell_out1_graph_edges.txt",
"bytes": 1989,
"sha256": "12dc60defc4f8a1f18499e3695bfd62ef0421f9b722297276e7f02dec7ae3dca",
"downloaded_at": "2026-07-23T02:15:58+00:00"
},
{
"url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/cornell/out1_node_feature_label.txt",
"final_url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/cornell/out1_node_feature_label.txt",
"filename": "cornell_out1_node_feature_label.txt",
"bytes": 624308,
"sha256": "38561ad44e29199a826ccef7f94f469b94a912076f83fbc453a69b8ac2b4b858",
"downloaded_at": "2026-07-23T02:15:58+00:00"
},
{
"url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/texas/out1_graph_edges.txt",
"final_url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/texas/out1_graph_edges.txt",
"filename": "texas_out1_graph_edges.txt",
"bytes": 2172,
"sha256": "0fe85183243a78cbee9b85a684f8240963d04d1020d10e9cd2b8cfb25e33b476",
"downloaded_at": "2026-07-23T02:15:58+00:00"
},
{
"url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/texas/out1_node_feature_label.txt",
"final_url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/texas/out1_node_feature_label.txt",
"filename": "texas_out1_node_feature_label.txt",
"bytes": 624308,
"sha256": "cf5a3ca346cdd1210b8342e22517fcbbdae658065b7a3145f59350e50e6236a3",
"downloaded_at": "2026-07-23T02:15:58+00:00"
},
{
"url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/wisconsin/out1_graph_edges.txt",
"final_url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/wisconsin/out1_graph_edges.txt",
"filename": "wisconsin_out1_graph_edges.txt",
"bytes": 3606,
"sha256": "ebd213511c88fce1eda450c2f920600c4b8cbb38f02384856bcc47c6ec1807ae",
"downloaded_at": "2026-07-23T02:15:59+00:00"
},
{
"url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/wisconsin/out1_node_feature_label.txt",
"final_url": "https://raw.githubusercontent.com/graphdml-uiuc-jlu/geom-gcn/master/new_data/wisconsin/out1_node_feature_label.txt",
"filename": "wisconsin_out1_node_feature_label.txt",
"bytes": 856324,
"sha256": "a32b0aa38d42f0d36841e8a8cb646d197f0ff33a182ac75a2b4476aeed3c7e4b",
"downloaded_at": "2026-07-23T02:15:59+00:00"
}
],
"conversion": {
"script": "convert_geomgcn.py",
"label_column": "page_class",
"notes": "geom-gcn out1 files; 5 page classes (course/faculty/student/project/staff as ints); 1703 binary bag-of-words f_* columns; directed web links symmetrized.",
"parquet": true
},
"graphs": {
"cornell": {
"nodes": 183,
"edges": 277,
"label_column": "page_class",
"classes": 5,
"class_counts": {
"3": 82,
"0": 38,
"2": 30,
"4": 17,
"1": 16
},
"isolated_nodes": 0,
"feature_columns": 1703
},
"texas": {
"nodes": 183,
"edges": 279,
"label_column": "page_class",
"classes": 5,
"class_counts": {
"3": 101,
"0": 33,
"4": 30,
"2": 18,
"1": 1
},
"isolated_nodes": 0,
"feature_columns": 1703
},
"wisconsin": {
"nodes": 251,
"edges": 450,
"label_column": "page_class",
"classes": 5,
"class_counts": {
"2": 118,
"1": 70,
"3": 32,
"4": 21,
"0": 10
},
"isolated_nodes": 0,
"feature_columns": 1703
}
},
"title": "WebKB (Cornell / Texas / Wisconsin)",
"band": "small",
"label_type": "semantic",
"task": "University web-page classification",
"license": "Not stated (geom-gcn repo)",
"citation": "Pei, Wei, Chang, Lei, Yang. Geom-GCN: Geometric Graph Convolutional Networks. ICLR 2020 (data packaging).",
"links": [
"https://github.com/graphdml-uiuc-jlu/geom-gcn"
]
}
|