Add files using upload-large-folder tool
Browse files- .DS_Store +0 -0
- README.md +65 -1
- amazon-computers/card.md +31 -0
- amazon-computers/metadata.json +50 -0
- amazon-photo/card.md +31 -0
- amazon-photo/metadata.json +48 -0
- amazon-ratings/card.md +27 -0
- amazon-ratings/metadata.json +45 -0
- bitcoin-otc/card.md +45 -0
- bitcoin-otc/metadata.json +60 -0
- blogcatalog/card.md +43 -0
- blogcatalog/metadata.json +84 -0
- books/card.md +31 -0
- books/metadata.json +42 -0
- citeseer/card.md +31 -0
- citeseer/metadata.json +47 -0
- coauthor-cs/card.md +31 -0
- coauthor-cs/metadata.json +56 -0
- coauthor-physics/card.md +31 -0
- coauthor-physics/metadata.json +46 -0
- cora/card.md +32 -0
- cora/metadata.json +49 -0
- deezer-europe/card.md +31 -0
- deezer-europe/metadata.json +42 -0
- email-eu-core/card.md +32 -0
- email-eu-core/metadata.json +90 -0
- facebook-page-page/card.md +33 -0
- facebook-page-page/metadata.json +60 -0
- lastfm-asia/card.md +31 -0
- lastfm-asia/metadata.json +58 -0
- minesweeper/card.md +31 -0
- minesweeper/metadata.json +42 -0
- ogbn-arxiv/card.md +31 -0
- ogbn-arxiv/metadata.json +80 -0
- polblogs/card.md +32 -0
- polblogs/metadata.json +42 -0
- pubmed/card.md +31 -0
- pubmed/metadata.json +43 -0
- reddit-graphsage/card.md +32 -0
- reddit-graphsage/metadata.json +83 -0
- roman-empire/card.md +27 -0
- roman-empire/metadata.json +58 -0
- tolokers/card.md +31 -0
- tolokers/metadata.json +42 -0
- weibo/card.md +32 -0
- weibo/metadata.json +42 -0
- wikics/card.md +27 -0
- wikics/metadata.json +50 -0
- wikipedia-articles/card.md +34 -0
- wikipedia-articles/metadata.json +75 -0
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
README.md
CHANGED
|
@@ -1,3 +1,67 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: NEExT Egonet Experiment Datasets
|
| 3 |
+
tags:
|
| 4 |
+
- graph-machine-learning
|
| 5 |
+
- node-classification
|
| 6 |
+
- egonet
|
| 7 |
+
- networks
|
| 8 |
+
viewer: false
|
| 9 |
---
|
| 10 |
+
# NEExT Egonet Experiment Datasets
|
| 11 |
+
|
| 12 |
+
Single-graph network datasets with per-node class labels, curated for egonet-based
|
| 13 |
+
node classification with [NEExT](https://github.com/AnomalyPoint/NEExT): each node's
|
| 14 |
+
k-hop egonet becomes a subgraph, subgraphs are embedded, and nodes are classified by
|
| 15 |
+
their egonet embeddings.
|
| 16 |
+
|
| 17 |
+
Every dataset folder contains:
|
| 18 |
+
|
| 19 |
+
- `card.md` — information card: task, stats, source, license, citation, caveats
|
| 20 |
+
- `metadata.json` — machine-readable: source URLs, sha256 checksums, per-graph stats, conversion details
|
| 21 |
+
- `neext/` — NEExT-ready tables per graph: `edges.csv`/`nodes.csv` and Parquet mirrors
|
| 22 |
+
(`edges.parquet`/`nodes.parquet`; for coauthor-cs, coauthor-physics and reddit-graphsage the
|
| 23 |
+
Parquet nodes include full feature matrices omitted from CSV for size)
|
| 24 |
+
- `source/` — original upstream files, unmodified, hash-recorded
|
| 25 |
+
|
| 26 |
+
Table contract: `edges` (`src_node_id`,`dest_node_id`) + `nodes` (`node_id`, `<label>`, features...),
|
| 27 |
+
int64 node IDs, undirected deduplicated edges, fully-populated label column.
|
| 28 |
+
|
| 29 |
+
**Licensing**: each dataset keeps its upstream license/terms — see the per-dataset `card.md`.
|
| 30 |
+
This repository is a research mirror; cite the original authors listed in each card.
|
| 31 |
+
|
| 32 |
+
## Datasets
|
| 33 |
+
| dataset | task | band | graphs | nodes | edges | classes | label | license |
|
| 34 |
+
|---|---|---|---|---|---|---|---|---|
|
| 35 |
+
| [actor](actor/card.md) | Actor category classification | medium | 1 | 7,600 | 26,659 | 5 | `actor_class` | Not stated (geom-gcn repo) |
|
| 36 |
+
| [airports](airports/card.md) | Airport activity-level classification | small | 3 | 1,720 | 20,595 | 4 | `activity_quartile` | MIT (struc2vec repository) |
|
| 37 |
+
| [amazon-computers](amazon-computers/card.md) | Product category classification (co-purchase) | medium | 1 | 13,752 | 245,861 | 10 | `category` | MIT (shchur/gnn-benchmark packaging) |
|
| 38 |
+
| [amazon-photo](amazon-photo/card.md) | Product category classification (co-purchase) | medium | 1 | 7,650 | 119,081 | 8 | `category` | MIT (shchur packaging) |
|
| 39 |
+
| [amazon-ratings](amazon-ratings/card.md) | Product rating-class prediction | medium | 1 | 24,492 | 93,050 | 5 | `rating_class` | MIT (yandex-research) |
|
| 40 |
+
| [bitcoin-otc](bitcoin-otc/card.md) | Fraudulent-user detection (derived labels) | small | 1 | 5,881 | 21,492 | 3 | `trust_label` | SNAP research use; cite |
|
| 41 |
+
| [blogcatalog](blogcatalog/card.md) | Blogger interest-group classification | medium | 1 | 7,460 | 131,034 | 38 | `group` | deepwalk repo GPL-3.0; data from ASU social computing repository |
|
| 42 |
+
| [books](books/card.md) | Outlier book detection (Amazon co-purchase) | small | 1 | 1,418 | 3,695 | 2 | `is_outlier` | MIT (pygod-team/data) |
|
| 43 |
+
| [citeseer](citeseer/card.md) | Paper topic classification (citation network) | small | 1 | 3,312 | 4,536 | 6 | `subject` | LINQS research distribution |
|
| 44 |
+
| [coauthor-cs](coauthor-cs/card.md) | Research-field classification (co-authorship) | medium | 1 | 18,333 | 81,894 | 15 | `field` | MIT (shchur packaging) |
|
| 45 |
+
| [coauthor-physics](coauthor-physics/card.md) | Research-field classification (co-authorship) | medium | 1 | 34,493 | 247,962 | 5 | `field` | MIT (shchur packaging) |
|
| 46 |
+
| [cora](cora/card.md) | Paper topic classification (citation network) | small | 1 | 2,708 | 5,278 | 7 | `subject` | LINQS research distribution |
|
| 47 |
+
| [deezer-europe](deezer-europe/card.md) | User gender classification | medium | 1 | 28,281 | 92,752 | 2 | `gender` | SNAP; cite FEATHER |
|
| 48 |
+
| [disney](disney/card.md) | Outlier movie detection (co-purchase) | small | 1 | 124 | 335 | 2 | `is_outlier` | MIT (pygod-team/data) |
|
| 49 |
+
| [email-eu-core](email-eu-core/card.md) | Department classification from email traffic | small | 1 | 1,005 | 16,064 | 42 | `department` | SNAP research use; cite the source papers |
|
| 50 |
+
| [enron](enron/card.md) | Email spam detection | medium | 1 | 13,533 | 176,987 | 2 | `is_outlier` | MIT (pygod-team/data) |
|
| 51 |
+
| [facebook-page-page](facebook-page-page/card.md) | Page category classification | medium | 1 | 22,470 | 170,823 | 4 | `page_type` | MUSAE repo GPL-3.0; cite MUSAE |
|
| 52 |
+
| [github-developers](github-developers/card.md) | Web vs ML developer classification | medium | 1 | 37,700 | 289,003 | 2 | `ml_developer` | SNAP / MUSAE; cite MUSAE |
|
| 53 |
+
| [lastfm-asia](lastfm-asia/card.md) | User country classification | medium | 1 | 7,624 | 27,806 | 18 | `country` | SNAP; cite FEATHER |
|
| 54 |
+
| [minesweeper](minesweeper/card.md) | Mine prediction on a synthetic grid | medium | 1 | 10,000 | 39,402 | 2 | `is_mine` | MIT (yandex-research) |
|
| 55 |
+
| [ogbn-arxiv](ogbn-arxiv/card.md) | arXiv subject-area classification | large | 1 | 169,343 | 1,157,799 | 40 | `arxiv_category` | ODC-BY |
|
| 56 |
+
| [polblogs](polblogs/card.md) | Political-leaning classification | small | 1 | 1,490 | 16,715 | 2 | `leaning` | Research use; cite Adamic & Glance |
|
| 57 |
+
| [pubmed](pubmed/card.md) | Paper topic classification (citation network) | medium | 1 | 19,717 | 44,324 | 3 | `diabetes_type` | LINQS research distribution |
|
| 58 |
+
| [questions](questions/card.md) | User churn prediction | medium | 1 | 48,921 | 153,540 | 2 | `is_active` | MIT (yandex-research) |
|
| 59 |
+
| [reddit-graphsage](reddit-graphsage/card.md) | Subreddit classification of posts | large | 1 | 232,965 | 11,606,919 | 41 | `subreddit` | SNAP research use; cite GraphSAGE |
|
| 60 |
+
| [reddit-pygod](reddit-pygod/card.md) | Banned-user detection | medium | 1 | 10,984 | 78,516 | 2 | `is_outlier` | MIT (pygod-team/data) |
|
| 61 |
+
| [roman-empire](roman-empire/card.md) | Syntactic-role classification | medium | 1 | 22,662 | 32,927 | 18 | `syntactic_role` | MIT (yandex-research) |
|
| 62 |
+
| [tolokers](tolokers/card.md) | Banned crowdworker prediction | medium | 1 | 11,758 | 519,000 | 2 | `is_banned` | MIT (yandex-research) |
|
| 63 |
+
| [twitch](twitch/card.md) | Explicit-content streamer classification | small-medium | 6 | 34,118 | 429,113 | 2 | `mature` | SNAP / MUSAE; GPL-3.0 code, cite MUSAE |
|
| 64 |
+
| [webkb](webkb/card.md) | University web-page classification | small | 3 | 617 | 1,006 | 5 | `page_class` | Not stated (geom-gcn repo) |
|
| 65 |
+
| [weibo](weibo/card.md) | Social spam detection | medium | 1 | 8,405 | 377,271 | 2 | `is_outlier` | MIT (pygod-team/data) |
|
| 66 |
+
| [wikics](wikics/card.md) | CS article branch classification | medium | 1 | 11,701 | 215,603 | 10 | `category` | MIT (dataset code); article text CC BY-SA |
|
| 67 |
+
| [wikipedia-articles](wikipedia-articles/card.md) | Traffic-level classification (binned) | small-medium | 3 | 19,109 | 400,497 | 5 | `traffic_quintile` | SNAP / MUSAE; cite MUSAE |
|
amazon-computers/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Amazon Computers
|
| 2 |
+
|
| 3 |
+
**Task**: Product category classification (co-purchase)
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `category` · **Converter**: `converters/convert_npz.py`
|
| 6 |
+
|
| 7 |
+
Amazon co-purchase graph of computer products; 10 category classes, 767 binary bag-of-words review features.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 13,752 | 245,861 | 10 | 767 | 281 | 4: 5,158, 8: 2,156, 1: 2,142, 2: 1,414, 7: 818, 3: 542, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: shchur gnn-benchmark npz; CSR adjacency symmetrized. 767 binary w_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [amazon_electronics_computers.npz](https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_computers.npz) — 31,921,488 bytes, sha256 `736ba1d9fd85eac2…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (shchur/gnn-benchmark packaging)
|
| 22 |
+
**Citation**: Shchur, Mumme, Bojchevski, Günnemann. Pitfalls of Graph Neural Network Evaluation. R2L @ NeurIPS 2018.
|
| 23 |
+
|
| 24 |
+
- https://github.com/shchur/gnn-benchmark
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Contains isolated nodes; largest-component filtering will drop some labeled nodes.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
amazon-computers/metadata.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "amazon-computers",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_computers.npz",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_computers.npz",
|
| 7 |
+
"filename": "amazon_electronics_computers.npz",
|
| 8 |
+
"bytes": 31921488,
|
| 9 |
+
"sha256": "736ba1d9fd85eac2da83a5ad25c463f04b0031a6ca01563f90a7099d9e8ffb2c",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:48+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_npz.py",
|
| 15 |
+
"label_column": "category",
|
| 16 |
+
"notes": "shchur gnn-benchmark npz; CSR adjacency symmetrized. 767 binary w_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 13752,
|
| 22 |
+
"edges": 245861,
|
| 23 |
+
"label_column": "category",
|
| 24 |
+
"classes": 10,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"4": 5158,
|
| 27 |
+
"8": 2156,
|
| 28 |
+
"1": 2142,
|
| 29 |
+
"2": 1414,
|
| 30 |
+
"7": 818,
|
| 31 |
+
"3": 542,
|
| 32 |
+
"6": 487,
|
| 33 |
+
"0": 436,
|
| 34 |
+
"5": 308,
|
| 35 |
+
"9": 291
|
| 36 |
+
},
|
| 37 |
+
"isolated_nodes": 281,
|
| 38 |
+
"feature_columns": 767
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"title": "Amazon Computers",
|
| 42 |
+
"band": "medium",
|
| 43 |
+
"label_type": "semantic",
|
| 44 |
+
"task": "Product category classification (co-purchase)",
|
| 45 |
+
"license": "MIT (shchur/gnn-benchmark packaging)",
|
| 46 |
+
"citation": "Shchur, Mumme, Bojchevski, G\u00fcnnemann. Pitfalls of Graph Neural Network Evaluation. R2L @ NeurIPS 2018.",
|
| 47 |
+
"links": [
|
| 48 |
+
"https://github.com/shchur/gnn-benchmark"
|
| 49 |
+
]
|
| 50 |
+
}
|
amazon-photo/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Amazon Photo
|
| 2 |
+
|
| 3 |
+
**Task**: Product category classification (co-purchase)
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `category` · **Converter**: `converters/convert_npz.py`
|
| 6 |
+
|
| 7 |
+
Amazon co-purchase graph of photo products; 8 classes, 745 binary features. Sibling of Amazon Computers.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 7,650 | 119,081 | 8 | 745 | 115 | 6: 1,941, 1: 1,686, 3: 915, 4: 882, 5: 823, 2: 703, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: shchur gnn-benchmark npz; CSR adjacency symmetrized. 745 binary w_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [amazon_electronics_photo.npz](https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_photo.npz) — 17,113,960 bytes, sha256 `bdb1feb8e6ff42ee…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (shchur packaging)
|
| 22 |
+
**Citation**: Shchur et al. Pitfalls of GNN Evaluation. 2018.
|
| 23 |
+
|
| 24 |
+
- https://github.com/shchur/gnn-benchmark
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Contains isolated nodes.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
amazon-photo/metadata.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "amazon-photo",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_photo.npz",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/amazon_electronics_photo.npz",
|
| 7 |
+
"filename": "amazon_electronics_photo.npz",
|
| 8 |
+
"bytes": 17113960,
|
| 9 |
+
"sha256": "bdb1feb8e6ff42ee44024b04479145029c563fd42fc31bff80af20887ba0439a",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:49+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_npz.py",
|
| 15 |
+
"label_column": "category",
|
| 16 |
+
"notes": "shchur gnn-benchmark npz; CSR adjacency symmetrized. 745 binary w_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 7650,
|
| 22 |
+
"edges": 119081,
|
| 23 |
+
"label_column": "category",
|
| 24 |
+
"classes": 8,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"6": 1941,
|
| 27 |
+
"1": 1686,
|
| 28 |
+
"3": 915,
|
| 29 |
+
"4": 882,
|
| 30 |
+
"5": 823,
|
| 31 |
+
"2": 703,
|
| 32 |
+
"0": 369,
|
| 33 |
+
"7": 331
|
| 34 |
+
},
|
| 35 |
+
"isolated_nodes": 115,
|
| 36 |
+
"feature_columns": 745
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"title": "Amazon Photo",
|
| 40 |
+
"band": "medium",
|
| 41 |
+
"label_type": "semantic",
|
| 42 |
+
"task": "Product category classification (co-purchase)",
|
| 43 |
+
"license": "MIT (shchur packaging)",
|
| 44 |
+
"citation": "Shchur et al. Pitfalls of GNN Evaluation. 2018.",
|
| 45 |
+
"links": [
|
| 46 |
+
"https://github.com/shchur/gnn-benchmark"
|
| 47 |
+
]
|
| 48 |
+
}
|
amazon-ratings/card.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Amazon Ratings
|
| 2 |
+
|
| 3 |
+
**Task**: Product rating-class prediction
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `rating_class` · **Converter**: `converters/convert_npz.py`
|
| 6 |
+
|
| 7 |
+
Amazon product co-purchase graph where the label is the product's average rating bucket (5 classes); 300-dim text features. Heterophilous benchmark.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 24,492 | 93,050 | 5 | 300 | 0 | 1: 9,010, 0: 6,560, 2: 5,678, 3: 2,183, 4: 1,061 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: yandex heterophilous-graphs npz; edges symmetrized; 300 f_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [amazon_ratings.npz](https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/amazon_ratings.npz) — 27,744,018 bytes, sha256 `4c3a3e3b9d9f6cba…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (yandex-research)
|
| 22 |
+
**Citation**: Platonov et al. ICLR 2023.
|
| 23 |
+
|
| 24 |
+
- https://github.com/yandex-research/heterophilous-graphs
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
amazon-ratings/metadata.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "amazon-ratings",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/amazon_ratings.npz",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/amazon_ratings.npz",
|
| 7 |
+
"filename": "amazon_ratings.npz",
|
| 8 |
+
"bytes": 27744018,
|
| 9 |
+
"sha256": "4c3a3e3b9d9f6cba0fede4625a00aad8c5721c1a36ed771367f446763241c7dd",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:53+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_npz.py",
|
| 15 |
+
"label_column": "rating_class",
|
| 16 |
+
"notes": "yandex heterophilous-graphs npz; edges symmetrized; 300 f_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 24492,
|
| 22 |
+
"edges": 93050,
|
| 23 |
+
"label_column": "rating_class",
|
| 24 |
+
"classes": 5,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"1": 9010,
|
| 27 |
+
"0": 6560,
|
| 28 |
+
"2": 5678,
|
| 29 |
+
"3": 2183,
|
| 30 |
+
"4": 1061
|
| 31 |
+
},
|
| 32 |
+
"isolated_nodes": 0,
|
| 33 |
+
"feature_columns": 300
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"title": "Amazon Ratings",
|
| 37 |
+
"band": "medium",
|
| 38 |
+
"label_type": "semantic",
|
| 39 |
+
"task": "Product rating-class prediction",
|
| 40 |
+
"license": "MIT (yandex-research)",
|
| 41 |
+
"citation": "Platonov et al. ICLR 2023.",
|
| 42 |
+
"links": [
|
| 43 |
+
"https://github.com/yandex-research/heterophilous-graphs"
|
| 44 |
+
]
|
| 45 |
+
}
|
bitcoin-otc/card.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Bitcoin OTC Trust Network
|
| 2 |
+
|
| 3 |
+
**Task**: Fraudulent-user detection (derived labels)
|
| 4 |
+
**Size band**: small · **Label type**: anomaly
|
| 5 |
+
**Label column**: `trust_label` · **Converter**: `converters/convert_bitcoin_otc.py`
|
| 6 |
+
|
| 7 |
+
Who-trusts-whom network of Bitcoin OTC traders with signed edge ratings (-10..+10). The dataset has no native node classes; the 3-class `trust_label` (benign / fraudulent / unknown) is DERIVED using the standard Recursive Web-of-Trust recipe from the signed-trust literature — evaluate classifiers on the labeled subset only, while egonets use the full graph.
|
| 8 |
+
|
| 9 |
+
## Labeling methodology (decision approved 2026-07-23)
|
| 10 |
+
|
| 11 |
+
Follows the REV2 (Kumar et al., WSDM 2018) / Fraudar ground-truth recipe as operationalized for the anonymized SNAP release (cf. Xue et al., TAS-GNN):
|
| 12 |
+
|
| 13 |
+
1. Ratings are normalized from -10..+10 to [-1, +1] (divide by 10).
|
| 14 |
+
2. **Seeds** — top-5 PageRank nodes of the positive-edge subgraph, a proxy for the platform founders, which the anonymized release hides. (Seed node 35 is the most prolific rater, consistent with the OTC founder account.)
|
| 15 |
+
3. **Benign** — recursive propagation: a user is Benign if ANY already-Benign user rated them >= +0.5 normalized (raw >= +5). Repeat to fixpoint (the 'trusted community').
|
| 16 |
+
4. **Fraudulent** — a non-benign user rated <= -0.5 normalized (raw <= -5) by ANY verified Benign user. Negative ratings from non-benign raters are ignored to prevent retaliation/bad-mouthing false positives.
|
| 17 |
+
5. **Unknown** — everyone else; kept in the graph for structure, masked during supervised evaluation.
|
| 18 |
+
|
| 19 |
+
Result: 636 benign / 614 fraudulent / 4,631 unknown. Parameters (top-5 PageRank seeds, +/-0.5 thresholds) and seed IDs are recorded in metadata.json under `conversion.labeling_rule`; the rule is implemented in `converters/convert_bitcoin_otc.py`.
|
| 20 |
+
|
| 21 |
+
## Converted graphs (neext/)
|
| 22 |
+
|
| 23 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 24 |
+
|---|---|---|---|---|---|---|
|
| 25 |
+
| default | 5,881 | 21,492 | 3 | 0 | 0 | unknown: 4,631, benign: 636, fraudulent: 614 |
|
| 26 |
+
|
| 27 |
+
*Conversion notes*: Derived 3-class trust_label (benign/fraudulent/unknown) via the recursive Web-of-Trust recipe; evaluate classifiers on the labeled subset only, egonets use the full graph. Rated-pair structure symmetrized; rating signs/weights and timestamps not carried into edges. Label-only nodes.csv: rating aggregates would leak the derived label.
|
| 28 |
+
|
| 29 |
+
## Source
|
| 30 |
+
|
| 31 |
+
- [soc-sign-bitcoinotc.csv.gz](https://snap.stanford.edu/data/soc-sign-bitcoinotc.csv.gz) — 397,258 bytes, sha256 `6424ac981dad3a01…`, fetched 2026-07-23
|
| 32 |
+
|
| 33 |
+
**License**: SNAP research use; cite
|
| 34 |
+
**Citation**: Kumar, Spezzano, Subrahmanian, Faloutsos. Edge Weight Prediction in Weighted Signed Networks. ICDM 2016. Labels: Kumar et al. REV2, WSDM 2018.
|
| 35 |
+
|
| 36 |
+
- https://snap.stanford.edu/data/soc-sign-bitcoin-otc.html
|
| 37 |
+
|
| 38 |
+
## Caveats
|
| 39 |
+
|
| 40 |
+
- Labels are DERIVED, not oracle ground truth — comparable to literature practice, not to law-enforcement labels.
|
| 41 |
+
- Evaluate on the labeled subset only (mask 'unknown'); do not treat 'unknown' as a third real class.
|
| 42 |
+
- Edge sign/weight and timestamps are not carried into edges.csv (NEExT graphs are unweighted); the signs were consumed by the labeling rule.
|
| 43 |
+
|
| 44 |
+
---
|
| 45 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
bitcoin-otc/metadata.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "bitcoin-otc",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://snap.stanford.edu/data/soc-sign-bitcoinotc.csv.gz",
|
| 6 |
+
"final_url": "https://snap.stanford.edu/data/soc-sign-bitcoinotc.csv.gz",
|
| 7 |
+
"filename": "soc-sign-bitcoinotc.csv.gz",
|
| 8 |
+
"bytes": 397258,
|
| 9 |
+
"sha256": "6424ac981dad3a019f697fc1b9fcd85c19d8d9f039797758e9ffb6fea100c373",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:57+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"title": "Bitcoin OTC Trust Network",
|
| 14 |
+
"band": "small",
|
| 15 |
+
"label_type": "anomaly",
|
| 16 |
+
"task": "Fraudulent-user detection (derived labels)",
|
| 17 |
+
"license": "SNAP research use; cite",
|
| 18 |
+
"citation": "Kumar, Spezzano, Subrahmanian, Faloutsos. Edge Weight Prediction in Weighted Signed Networks. ICDM 2016. Labels: Kumar et al. REV2, WSDM 2018.",
|
| 19 |
+
"links": [
|
| 20 |
+
"https://snap.stanford.edu/data/soc-sign-bitcoin-otc.html"
|
| 21 |
+
],
|
| 22 |
+
"conversion": {
|
| 23 |
+
"script": "convert_bitcoin_otc.py",
|
| 24 |
+
"label_column": "trust_label",
|
| 25 |
+
"labeling_rule": {
|
| 26 |
+
"method": "Recursive Web-of-Trust (REV2/Fraudar recipe, TAS-GNN operationalization)",
|
| 27 |
+
"normalization": "rating / 10 -> [-1, +1]",
|
| 28 |
+
"seeds": "top-5 PageRank nodes of the positive subgraph (founder proxies)",
|
| 29 |
+
"benign": "recursive: any rating >= +0.5 (raw +5) from a Benign node",
|
| 30 |
+
"fraudulent": "any rating <= -0.5 (raw -5) from a Benign node; negative ratings from non-benign raters ignored",
|
| 31 |
+
"seed_ids": [
|
| 32 |
+
1,
|
| 33 |
+
7,
|
| 34 |
+
35,
|
| 35 |
+
1810,
|
| 36 |
+
2642
|
| 37 |
+
],
|
| 38 |
+
"benign_count": 636,
|
| 39 |
+
"fraudulent_count": 614,
|
| 40 |
+
"unknown_count": 4631
|
| 41 |
+
},
|
| 42 |
+
"notes": "Derived 3-class trust_label (benign/fraudulent/unknown) via the recursive Web-of-Trust recipe; evaluate classifiers on the labeled subset only, egonets use the full graph. Rated-pair structure symmetrized; rating signs/weights and timestamps not carried into edges. Label-only nodes.csv: rating aggregates would leak the derived label.",
|
| 43 |
+
"parquet": true
|
| 44 |
+
},
|
| 45 |
+
"graphs": {
|
| 46 |
+
"default": {
|
| 47 |
+
"nodes": 5881,
|
| 48 |
+
"edges": 21492,
|
| 49 |
+
"label_column": "trust_label",
|
| 50 |
+
"classes": 3,
|
| 51 |
+
"class_counts": {
|
| 52 |
+
"unknown": 4631,
|
| 53 |
+
"benign": 636,
|
| 54 |
+
"fraudulent": 614
|
| 55 |
+
},
|
| 56 |
+
"isolated_nodes": 0,
|
| 57 |
+
"feature_columns": 0
|
| 58 |
+
}
|
| 59 |
+
}
|
| 60 |
+
}
|
blogcatalog/card.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# BlogCatalog (single-membership subset)
|
| 2 |
+
|
| 3 |
+
**Task**: Blogger interest-group classification
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `group` · **Converter**: `converters/convert_blogcatalog.py`
|
| 6 |
+
|
| 7 |
+
Blogger friendship network whose original labels are multi-label (39 overlapping interest groups; a blogger can belong to up to 11). To fit the single-label contract, the converted graph keeps only bloggers with exactly one group membership and the induced subgraph on them.
|
| 8 |
+
|
| 9 |
+
## Labeling methodology (decision approved 2026-07-23)
|
| 10 |
+
|
| 11 |
+
The source `group` matrix is multi-label: of 10,312 bloggers, 7,460 (72.3%) belong to exactly one group, 2,852 to two or more. Three reductions were considered — (A) keep single-membership bloggers only, (B) assign multi-member bloggers a primary group, (C) one-vs-rest on a single group. **Option A was chosen**: it is the only reduction that invents no assignment rule and keeps labels exactly as authored.
|
| 12 |
+
|
| 13 |
+
- Kept: 7,460 single-membership bloggers; induced subgraph has 131,034 edges.
|
| 14 |
+
- Dropped: 2,852 multi-membership bloggers and all their edges (recorded in `metadata.json` under `conversion.labeling_rule`).
|
| 15 |
+
- 38 of the 39 groups survive (one group has no single-membership member).
|
| 16 |
+
- Original blogger matrix indices preserved in `neext/id_mapping.csv`.
|
| 17 |
+
|
| 18 |
+
Consequence: results are NOT directly comparable to multi-label BlogCatalog numbers in the embedding literature (deepwalk/node2vec macro-F1), which score all 10,312 bloggers with one-vs-rest classifiers. Implemented in `converters/convert_blogcatalog.py`.
|
| 19 |
+
|
| 20 |
+
## Converted graphs (neext/)
|
| 21 |
+
|
| 22 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 23 |
+
|---|---|---|---|---|---|---|
|
| 24 |
+
| default | 7,460 | 131,034 | 38 | 0 | 170 | 7: 970, 4: 597, 23: 514, 5: 504, 1: 481, 18: 432, … |
|
| 25 |
+
|
| 26 |
+
*Conversion notes*: Multi-label source (39 overlapping groups). Kept only bloggers with exactly one group membership (7,460 of 10,312; 72.3%) and the induced subgraph on them; multi-member bloggers and their edges are excluded rather than force-assigned a primary group. Original blogger indices in id_mapping.csv.
|
| 27 |
+
|
| 28 |
+
## Source
|
| 29 |
+
|
| 30 |
+
- [blogcatalog.mat](https://raw.githubusercontent.com/phanein/deepwalk/master/example_graphs/blogcatalog.mat) — 1,255,783 bytes, sha256 `d4f4fb89ce1ccd4b…`, fetched 2026-07-23
|
| 31 |
+
|
| 32 |
+
**License**: deepwalk repo GPL-3.0; data from ASU social computing repository
|
| 33 |
+
**Citation**: Tang, Liu. Relational Learning via Latent Social Dimensions. KDD 2009.
|
| 34 |
+
|
| 35 |
+
- https://github.com/phanein/deepwalk
|
| 36 |
+
|
| 37 |
+
## Caveats
|
| 38 |
+
|
| 39 |
+
- Subset graph — 28% of bloggers (the multi-membership ones) are excluded, so published multi-label baselines don't apply.
|
| 40 |
+
- 38 imbalanced classes; use macro-averaged metrics.
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
blogcatalog/metadata.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "blogcatalog",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/phanein/deepwalk/master/example_graphs/blogcatalog.mat",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/phanein/deepwalk/master/example_graphs/blogcatalog.mat",
|
| 7 |
+
"filename": "blogcatalog.mat",
|
| 8 |
+
"bytes": 1255783,
|
| 9 |
+
"sha256": "d4f4fb89ce1ccd4b7e2a183386c000773cc9362cc61f1be5b246a6d9c259da8f",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:58+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"title": "BlogCatalog (single-membership subset)",
|
| 14 |
+
"band": "medium",
|
| 15 |
+
"label_type": "semantic",
|
| 16 |
+
"task": "Blogger interest-group classification",
|
| 17 |
+
"license": "deepwalk repo GPL-3.0; data from ASU social computing repository",
|
| 18 |
+
"citation": "Tang, Liu. Relational Learning via Latent Social Dimensions. KDD 2009.",
|
| 19 |
+
"links": [
|
| 20 |
+
"https://github.com/phanein/deepwalk"
|
| 21 |
+
],
|
| 22 |
+
"conversion": {
|
| 23 |
+
"script": "convert_blogcatalog.py",
|
| 24 |
+
"label_column": "group",
|
| 25 |
+
"labeling_rule": {
|
| 26 |
+
"method": "single-membership reduction (option A)",
|
| 27 |
+
"kept_nodes": 7460,
|
| 28 |
+
"dropped_multi_membership_nodes": 2852,
|
| 29 |
+
"classes_present": 38
|
| 30 |
+
},
|
| 31 |
+
"notes": "Multi-label source (39 overlapping groups). Kept only bloggers with exactly one group membership (7,460 of 10,312; 72.3%) and the induced subgraph on them; multi-member bloggers and their edges are excluded rather than force-assigned a primary group. Original blogger indices in id_mapping.csv.",
|
| 32 |
+
"parquet": true
|
| 33 |
+
},
|
| 34 |
+
"graphs": {
|
| 35 |
+
"default": {
|
| 36 |
+
"nodes": 7460,
|
| 37 |
+
"edges": 131034,
|
| 38 |
+
"label_column": "group",
|
| 39 |
+
"classes": 38,
|
| 40 |
+
"class_counts": {
|
| 41 |
+
"7": 970,
|
| 42 |
+
"4": 597,
|
| 43 |
+
"23": 514,
|
| 44 |
+
"5": 504,
|
| 45 |
+
"1": 481,
|
| 46 |
+
"18": 432,
|
| 47 |
+
"2": 352,
|
| 48 |
+
"6": 347,
|
| 49 |
+
"15": 234,
|
| 50 |
+
"10": 231,
|
| 51 |
+
"9": 221,
|
| 52 |
+
"22": 212,
|
| 53 |
+
"8": 209,
|
| 54 |
+
"19": 184,
|
| 55 |
+
"20": 182,
|
| 56 |
+
"31": 179,
|
| 57 |
+
"17": 177,
|
| 58 |
+
"25": 173,
|
| 59 |
+
"29": 173,
|
| 60 |
+
"13": 165,
|
| 61 |
+
"21": 126,
|
| 62 |
+
"3": 116,
|
| 63 |
+
"28": 91,
|
| 64 |
+
"24": 87,
|
| 65 |
+
"35": 66,
|
| 66 |
+
"0": 60,
|
| 67 |
+
"26": 58,
|
| 68 |
+
"27": 48,
|
| 69 |
+
"32": 44,
|
| 70 |
+
"30": 35,
|
| 71 |
+
"36": 34,
|
| 72 |
+
"14": 32,
|
| 73 |
+
"12": 30,
|
| 74 |
+
"34": 29,
|
| 75 |
+
"33": 26,
|
| 76 |
+
"11": 21,
|
| 77 |
+
"37": 17,
|
| 78 |
+
"38": 3
|
| 79 |
+
},
|
| 80 |
+
"isolated_nodes": 170,
|
| 81 |
+
"feature_columns": 0
|
| 82 |
+
}
|
| 83 |
+
}
|
| 84 |
+
}
|
books/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Books (PyGOD)
|
| 2 |
+
|
| 3 |
+
**Task**: Outlier book detection (Amazon co-purchase)
|
| 4 |
+
**Size band**: small · **Label type**: anomaly
|
| 5 |
+
**Label column**: `is_outlier` · **Converter**: `converters/convert_pygod.py`
|
| 6 |
+
|
| 7 |
+
Small Amazon co-purchase network of books with 21 numeric features per node and an organic binary outlier label (~2% positives). A quick, real-anomaly benchmark for the egonet outlier pipeline.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 1,418 | 3,695 | 2 | 21 | 0 | 0: 1,390, 1: 28 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: PyGOD .pt (torch pickle, trusted pygod-team/data source) via stub unpickling; edge_index symmetrized; 21 x_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [books.pt.zip](https://raw.githubusercontent.com/pygod-team/data/main/books.pt.zip) — 60,512 bytes, sha256 `c9de331ddf4c893e…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (pygod-team/data)
|
| 22 |
+
**Citation**: Liu et al. BOND: Benchmarking Unsupervised Outlier Node Detection on Static Attributed Graphs. NeurIPS 2022 D&B.
|
| 23 |
+
|
| 24 |
+
- https://github.com/pygod-team/data
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Source file is a torch pickle; converted via stub unpickling from the hash-verified official repo.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
books/metadata.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "books",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/pygod-team/data/main/books.pt.zip",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/pygod-team/data/main/books.pt.zip",
|
| 7 |
+
"filename": "books.pt.zip",
|
| 8 |
+
"bytes": 60512,
|
| 9 |
+
"sha256": "c9de331ddf4c893e205fad552a9d1074c0fe4730edd7b47952f0c05ac360612c",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:16+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_pygod.py",
|
| 15 |
+
"label_column": "is_outlier",
|
| 16 |
+
"notes": "PyGOD .pt (torch pickle, trusted pygod-team/data source) via stub unpickling; edge_index symmetrized; 21 x_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 1418,
|
| 22 |
+
"edges": 3695,
|
| 23 |
+
"label_column": "is_outlier",
|
| 24 |
+
"classes": 2,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"0": 1390,
|
| 27 |
+
"1": 28
|
| 28 |
+
},
|
| 29 |
+
"isolated_nodes": 0,
|
| 30 |
+
"feature_columns": 21
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"title": "Books (PyGOD)",
|
| 34 |
+
"band": "small",
|
| 35 |
+
"label_type": "anomaly",
|
| 36 |
+
"task": "Outlier book detection (Amazon co-purchase)",
|
| 37 |
+
"license": "MIT (pygod-team/data)",
|
| 38 |
+
"citation": "Liu et al. BOND: Benchmarking Unsupervised Outlier Node Detection on Static Attributed Graphs. NeurIPS 2022 D&B.",
|
| 39 |
+
"links": [
|
| 40 |
+
"https://github.com/pygod-team/data"
|
| 41 |
+
]
|
| 42 |
+
}
|
citeseer/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Citeseer
|
| 2 |
+
|
| 3 |
+
**Task**: Paper topic classification (citation network)
|
| 4 |
+
**Size band**: small · **Label type**: semantic
|
| 5 |
+
**Label column**: `subject` · **Converter**: `converters/convert_linqs.py`
|
| 6 |
+
|
| 7 |
+
Citation network companion to Cora with 6 subject classes and 3,703 binary bag-of-words features. String paper IDs were remapped to integers (see id_mapping.csv).
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 3,312 | 4,536 | 6 | 3703 | 48 | DB: 701, IR: 668, Agents: 596, ML: 590, HCI: 508, AI: 249 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: LINQS .content/.cites; 3703 binary bag-of-words feature columns; 17 citation edges dropped (endpoint not in .content); source paper IDs remapped (id_mapping.csv).
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [citeseer.tgz](https://linqs-data.soe.ucsc.edu/public/lbc/citeseer.tgz) — 359,425 bytes, sha256 `b02ee7b5d83130f8…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: LINQS research distribution
|
| 22 |
+
**Citation**: Sen, Namata, Bilgic, Getoor, Gallagher, Eliassi-Rad. Collective Classification in Network Data. AI Magazine 2008.
|
| 23 |
+
|
| 24 |
+
- https://linqs.org/datasets/
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- 17 citation edges reference papers absent from the content file and were dropped (recorded in metadata).
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
citeseer/metadata.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "citeseer",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://linqs-data.soe.ucsc.edu/public/lbc/citeseer.tgz",
|
| 6 |
+
"final_url": "https://linqs-data.soe.ucsc.edu/public/lbc/citeseer.tgz",
|
| 7 |
+
"filename": "citeseer.tgz",
|
| 8 |
+
"bytes": 359425,
|
| 9 |
+
"sha256": "b02ee7b5d83130f8fd45b59017a76fdae3e998629a1904c2c5e07343a9664685",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:16+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_linqs.py",
|
| 15 |
+
"label_column": "subject",
|
| 16 |
+
"dropped_edges_unknown_endpoint": 17,
|
| 17 |
+
"notes": "LINQS .content/.cites; 3703 binary bag-of-words feature columns; 17 citation edges dropped (endpoint not in .content); source paper IDs remapped (id_mapping.csv).",
|
| 18 |
+
"parquet": true
|
| 19 |
+
},
|
| 20 |
+
"graphs": {
|
| 21 |
+
"default": {
|
| 22 |
+
"nodes": 3312,
|
| 23 |
+
"edges": 4536,
|
| 24 |
+
"label_column": "subject",
|
| 25 |
+
"classes": 6,
|
| 26 |
+
"class_counts": {
|
| 27 |
+
"DB": 701,
|
| 28 |
+
"IR": 668,
|
| 29 |
+
"Agents": 596,
|
| 30 |
+
"ML": 590,
|
| 31 |
+
"HCI": 508,
|
| 32 |
+
"AI": 249
|
| 33 |
+
},
|
| 34 |
+
"isolated_nodes": 48,
|
| 35 |
+
"feature_columns": 3703
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"title": "Citeseer",
|
| 39 |
+
"band": "small",
|
| 40 |
+
"label_type": "semantic",
|
| 41 |
+
"task": "Paper topic classification (citation network)",
|
| 42 |
+
"license": "LINQS research distribution",
|
| 43 |
+
"citation": "Sen, Namata, Bilgic, Getoor, Gallagher, Eliassi-Rad. Collective Classification in Network Data. AI Magazine 2008.",
|
| 44 |
+
"links": [
|
| 45 |
+
"https://linqs.org/datasets/"
|
| 46 |
+
]
|
| 47 |
+
}
|
coauthor-cs/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Coauthor CS
|
| 2 |
+
|
| 3 |
+
**Task**: Research-field classification (co-authorship)
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `field` · **Converter**: `converters/convert_npz.py`
|
| 6 |
+
|
| 7 |
+
Microsoft Academic co-authorship graph in computer science; the label is the author's field (15 classes).
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 18,333 | 81,894 | 15 | 0 | 0 | 13: 4,136, 5: 2,193, 2: 2,050, 11: 2,033, 10: 1,444, 4: 1,394, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: shchur gnn-benchmark npz; CSR adjacency symmetrized. Feature matrix too large for CSV (skipped; available in source npz).
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [ms_academic_cs.npz](https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/ms_academic_cs.npz) — 12,835,626 bytes, sha256 `933c745734e78908…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (shchur packaging)
|
| 22 |
+
**Citation**: Shchur et al. Pitfalls of GNN Evaluation. 2018.
|
| 23 |
+
|
| 24 |
+
- https://github.com/shchur/gnn-benchmark
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- 6,805-dim keyword features exceed the CSV budget — label-only nodes.csv; features remain in the source npz.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
coauthor-cs/metadata.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "coauthor-cs",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/ms_academic_cs.npz",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/ms_academic_cs.npz",
|
| 7 |
+
"filename": "ms_academic_cs.npz",
|
| 8 |
+
"bytes": 12835626,
|
| 9 |
+
"sha256": "933c745734e78908c7eb77172a673fee0503f30e26e5a99b36814d88534c42e3",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:49+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_npz.py",
|
| 15 |
+
"label_column": "field",
|
| 16 |
+
"notes": "shchur gnn-benchmark npz; CSR adjacency symmetrized. Feature matrix too large for CSV (skipped; available in source npz).",
|
| 17 |
+
"parquet": true,
|
| 18 |
+
"parquet_notes": "nodes.parquet includes the full feature matrix omitted from nodes.csv for size."
|
| 19 |
+
},
|
| 20 |
+
"graphs": {
|
| 21 |
+
"default": {
|
| 22 |
+
"nodes": 18333,
|
| 23 |
+
"edges": 81894,
|
| 24 |
+
"label_column": "field",
|
| 25 |
+
"classes": 15,
|
| 26 |
+
"class_counts": {
|
| 27 |
+
"13": 4136,
|
| 28 |
+
"5": 2193,
|
| 29 |
+
"2": 2050,
|
| 30 |
+
"11": 2033,
|
| 31 |
+
"10": 1444,
|
| 32 |
+
"4": 1394,
|
| 33 |
+
"7": 924,
|
| 34 |
+
"14": 876,
|
| 35 |
+
"8": 775,
|
| 36 |
+
"0": 708,
|
| 37 |
+
"1": 462,
|
| 38 |
+
"3": 429,
|
| 39 |
+
"12": 420,
|
| 40 |
+
"6": 371,
|
| 41 |
+
"9": 118
|
| 42 |
+
},
|
| 43 |
+
"isolated_nodes": 0,
|
| 44 |
+
"feature_columns": 0
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"title": "Coauthor CS",
|
| 48 |
+
"band": "medium",
|
| 49 |
+
"label_type": "semantic",
|
| 50 |
+
"task": "Research-field classification (co-authorship)",
|
| 51 |
+
"license": "MIT (shchur packaging)",
|
| 52 |
+
"citation": "Shchur et al. Pitfalls of GNN Evaluation. 2018.",
|
| 53 |
+
"links": [
|
| 54 |
+
"https://github.com/shchur/gnn-benchmark"
|
| 55 |
+
]
|
| 56 |
+
}
|
coauthor-physics/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Coauthor Physics
|
| 2 |
+
|
| 3 |
+
**Task**: Research-field classification (co-authorship)
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `field` · **Converter**: `converters/convert_npz.py`
|
| 6 |
+
|
| 7 |
+
Microsoft Academic co-authorship graph in physics; 5 field classes; the largest shchur benchmark (34.5k nodes).
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 34,493 | 247,962 | 5 | 0 | 0 | 2: 17,426, 0: 5,750, 1: 5,045, 4: 3,519, 3: 2,753 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: shchur gnn-benchmark npz; CSR adjacency symmetrized. Feature matrix too large for CSV (skipped; available in source npz).
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [ms_academic_phy.npz](https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/ms_academic_phy.npz) — 16,374,005 bytes, sha256 `e4d68468eba5fb8f…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (shchur packaging)
|
| 22 |
+
**Citation**: Shchur et al. Pitfalls of GNN Evaluation. 2018.
|
| 23 |
+
|
| 24 |
+
- https://github.com/shchur/gnn-benchmark
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- 8,415-dim features exceed the CSV budget — label-only nodes.csv; features remain in the source npz.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
coauthor-physics/metadata.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "coauthor-physics",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/ms_academic_phy.npz",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/shchur/gnn-benchmark/master/data/npz/ms_academic_phy.npz",
|
| 7 |
+
"filename": "ms_academic_phy.npz",
|
| 8 |
+
"bytes": 16374005,
|
| 9 |
+
"sha256": "e4d68468eba5fb8f6b280ffd406bd53e6e4295ba1dd2967d6fe99b978e4b3375",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:50+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_npz.py",
|
| 15 |
+
"label_column": "field",
|
| 16 |
+
"notes": "shchur gnn-benchmark npz; CSR adjacency symmetrized. Feature matrix too large for CSV (skipped; available in source npz).",
|
| 17 |
+
"parquet": true,
|
| 18 |
+
"parquet_notes": "nodes.parquet includes the full feature matrix omitted from nodes.csv for size."
|
| 19 |
+
},
|
| 20 |
+
"graphs": {
|
| 21 |
+
"default": {
|
| 22 |
+
"nodes": 34493,
|
| 23 |
+
"edges": 247962,
|
| 24 |
+
"label_column": "field",
|
| 25 |
+
"classes": 5,
|
| 26 |
+
"class_counts": {
|
| 27 |
+
"2": 17426,
|
| 28 |
+
"0": 5750,
|
| 29 |
+
"1": 5045,
|
| 30 |
+
"4": 3519,
|
| 31 |
+
"3": 2753
|
| 32 |
+
},
|
| 33 |
+
"isolated_nodes": 0,
|
| 34 |
+
"feature_columns": 0
|
| 35 |
+
}
|
| 36 |
+
},
|
| 37 |
+
"title": "Coauthor Physics",
|
| 38 |
+
"band": "medium",
|
| 39 |
+
"label_type": "semantic",
|
| 40 |
+
"task": "Research-field classification (co-authorship)",
|
| 41 |
+
"license": "MIT (shchur packaging)",
|
| 42 |
+
"citation": "Shchur et al. Pitfalls of GNN Evaluation. 2018.",
|
| 43 |
+
"links": [
|
| 44 |
+
"https://github.com/shchur/gnn-benchmark"
|
| 45 |
+
]
|
| 46 |
+
}
|
cora/card.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Cora
|
| 2 |
+
|
| 3 |
+
**Task**: Paper topic classification (citation network)
|
| 4 |
+
**Size band**: small · **Label type**: semantic
|
| 5 |
+
**Label column**: `subject` · **Converter**: `converters/convert_linqs.py`
|
| 6 |
+
|
| 7 |
+
Classic citation network of machine-learning papers; the label is one of 7 subject areas and features are 1,433 binary bag-of-words indicators. Strongly homophilous — useful as a calibration baseline against the GNN literature.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 2,708 | 5,278 | 7 | 1433 | 0 | Neural_Networks: 818, Probabilistic_Methods: 426, Genetic_Algorithms: 418, Theory: 351, Case_Based: 298, Reinforcement_Learning: 217, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: LINQS .content/.cites; 1433 binary bag-of-words feature columns; 0 citation edges dropped (endpoint not in .content); source paper IDs remapped (id_mapping.csv).
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [cora.tgz](https://linqs-data.soe.ucsc.edu/public/lbc/cora.tgz) — 168,052 bytes, sha256 `0d4ed463d1627bb7…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: LINQS research distribution
|
| 22 |
+
**Citation**: Sen, Namata, Bilgic, Getoor, Gallagher, Eliassi-Rad. Collective Classification in Network Data. AI Magazine 2008.
|
| 23 |
+
|
| 24 |
+
- https://linqs.org/datasets/
|
| 25 |
+
- https://github.com/kimiyoung/planetoid
|
| 26 |
+
|
| 27 |
+
## Caveats
|
| 28 |
+
|
| 29 |
+
- Homophily-driven labels favor message-passing GNNs; egonet embeddings are expected to trail here.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
cora/metadata.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "cora",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://linqs-data.soe.ucsc.edu/public/lbc/cora.tgz",
|
| 6 |
+
"final_url": "https://linqs-data.soe.ucsc.edu/public/lbc/cora.tgz",
|
| 7 |
+
"filename": "cora.tgz",
|
| 8 |
+
"bytes": 168052,
|
| 9 |
+
"sha256": "0d4ed463d1627bb7f3e8420effe8f5545fd492ae8f88dab44ce86cee7b26d7e8",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:15+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_linqs.py",
|
| 15 |
+
"label_column": "subject",
|
| 16 |
+
"dropped_edges_unknown_endpoint": 0,
|
| 17 |
+
"notes": "LINQS .content/.cites; 1433 binary bag-of-words feature columns; 0 citation edges dropped (endpoint not in .content); source paper IDs remapped (id_mapping.csv).",
|
| 18 |
+
"parquet": true
|
| 19 |
+
},
|
| 20 |
+
"graphs": {
|
| 21 |
+
"default": {
|
| 22 |
+
"nodes": 2708,
|
| 23 |
+
"edges": 5278,
|
| 24 |
+
"label_column": "subject",
|
| 25 |
+
"classes": 7,
|
| 26 |
+
"class_counts": {
|
| 27 |
+
"Neural_Networks": 818,
|
| 28 |
+
"Probabilistic_Methods": 426,
|
| 29 |
+
"Genetic_Algorithms": 418,
|
| 30 |
+
"Theory": 351,
|
| 31 |
+
"Case_Based": 298,
|
| 32 |
+
"Reinforcement_Learning": 217,
|
| 33 |
+
"Rule_Learning": 180
|
| 34 |
+
},
|
| 35 |
+
"isolated_nodes": 0,
|
| 36 |
+
"feature_columns": 1433
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"title": "Cora",
|
| 40 |
+
"band": "small",
|
| 41 |
+
"label_type": "semantic",
|
| 42 |
+
"task": "Paper topic classification (citation network)",
|
| 43 |
+
"license": "LINQS research distribution",
|
| 44 |
+
"citation": "Sen, Namata, Bilgic, Getoor, Gallagher, Eliassi-Rad. Collective Classification in Network Data. AI Magazine 2008.",
|
| 45 |
+
"links": [
|
| 46 |
+
"https://linqs.org/datasets/",
|
| 47 |
+
"https://github.com/kimiyoung/planetoid"
|
| 48 |
+
]
|
| 49 |
+
}
|
deezer-europe/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Deezer Europe
|
| 2 |
+
|
| 3 |
+
**Task**: User gender classification
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `gender` · **Converter**: `converters/convert_musae.py`
|
| 6 |
+
|
| 7 |
+
Social network of European Deezer users with a binary gender label. A near-random-baseline-hard social prediction task; useful as a difficulty contrast to more structural targets.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 28,281 | 92,752 | 2 | 0 | 0 | 0: 15,743, 1: 12,538 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: Label = binary gender. Feature JSON (liked artists) not columnized.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [deezer_europe.zip](https://snap.stanford.edu/data/deezer_europe.zip) — 2,622,306 bytes, sha256 `dd66a73f8d8690b5…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: SNAP; cite FEATHER
|
| 22 |
+
**Citation**: Rozemberczki, Sarkar. FEATHER. CIKM 2020.
|
| 23 |
+
|
| 24 |
+
- https://snap.stanford.edu/data/feather-deezer-social.html
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Feature JSON not columnized.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
deezer-europe/metadata.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "deezer-europe",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://snap.stanford.edu/data/deezer_europe.zip",
|
| 6 |
+
"final_url": "https://snap.stanford.edu/data/deezer_europe.zip",
|
| 7 |
+
"filename": "deezer_europe.zip",
|
| 8 |
+
"bytes": 2622306,
|
| 9 |
+
"sha256": "dd66a73f8d8690b5bc300ba378883fb2c2f6316aec8917b6a2428e352fc9e498",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:26+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_musae.py",
|
| 15 |
+
"label_column": "gender",
|
| 16 |
+
"notes": "Label = binary gender. Feature JSON (liked artists) not columnized.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 28281,
|
| 22 |
+
"edges": 92752,
|
| 23 |
+
"label_column": "gender",
|
| 24 |
+
"classes": 2,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"0": 15743,
|
| 27 |
+
"1": 12538
|
| 28 |
+
},
|
| 29 |
+
"isolated_nodes": 0,
|
| 30 |
+
"feature_columns": 0
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"title": "Deezer Europe",
|
| 34 |
+
"band": "medium",
|
| 35 |
+
"label_type": "semantic",
|
| 36 |
+
"task": "User gender classification",
|
| 37 |
+
"license": "SNAP; cite FEATHER",
|
| 38 |
+
"citation": "Rozemberczki, Sarkar. FEATHER. CIKM 2020.",
|
| 39 |
+
"links": [
|
| 40 |
+
"https://snap.stanford.edu/data/feather-deezer-social.html"
|
| 41 |
+
]
|
| 42 |
+
}
|
email-eu-core/card.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Email-EU-core
|
| 2 |
+
|
| 3 |
+
**Task**: Department classification from email traffic
|
| 4 |
+
**Size band**: small · **Label type**: structural
|
| 5 |
+
**Label column**: `department` · **Converter**: `converters/convert_small_text.py`
|
| 6 |
+
|
| 7 |
+
Internal email network of a European research institution; an edge means at least one email between two members. The label is the member's department (42 classes). No node features exist, so classification is a structure-only problem.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 1,005 | 16,064 | 42 | 0 | 19 | 4: 109, 14: 92, 1: 65, 21: 61, 15: 55, 7: 51, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: Directed email edges symmetrized/deduplicated; department labels 0-41; no node features (structure-only).
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [email-Eu-core.txt.gz](https://snap.stanford.edu/data/email-Eu-core.txt.gz) — 79,754 bytes, sha256 `4b47acdb80197b08…`, fetched 2026-07-23
|
| 20 |
+
- [email-Eu-core-department-labels.txt.gz](https://snap.stanford.edu/data/email-Eu-core-department-labels.txt.gz) — 2,663 bytes, sha256 `e5abe5b4581a4800…`, fetched 2026-07-23
|
| 21 |
+
|
| 22 |
+
**License**: SNAP research use; cite the source papers
|
| 23 |
+
**Citation**: Yin, Benson, Leskovec, Gleich. Local Higher-Order Graph Clustering. KDD 2017.
|
| 24 |
+
|
| 25 |
+
- https://snap.stanford.edu/data/email-Eu-core.html
|
| 26 |
+
|
| 27 |
+
## Caveats
|
| 28 |
+
|
| 29 |
+
- 42 classes over 1,005 nodes — many tiny departments; expect a hard task and consider grouping small classes.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
email-eu-core/metadata.json
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "email-eu-core",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://snap.stanford.edu/data/email-Eu-core.txt.gz",
|
| 6 |
+
"final_url": "https://snap.stanford.edu/data/email-Eu-core.txt.gz",
|
| 7 |
+
"filename": "email-Eu-core.txt.gz",
|
| 8 |
+
"bytes": 79754,
|
| 9 |
+
"sha256": "4b47acdb80197b085fe63c819c357ae488131ee904ed93d1b219a68b0f9e245f",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:13+00:00"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"url": "https://snap.stanford.edu/data/email-Eu-core-department-labels.txt.gz",
|
| 14 |
+
"final_url": "https://snap.stanford.edu/data/email-Eu-core-department-labels.txt.gz",
|
| 15 |
+
"filename": "email-Eu-core-department-labels.txt.gz",
|
| 16 |
+
"bytes": 2663,
|
| 17 |
+
"sha256": "e5abe5b4581a480032a63adcf2576c161785f45692642c6ebb0b1276f0f33669",
|
| 18 |
+
"downloaded_at": "2026-07-23T02:14:13+00:00"
|
| 19 |
+
}
|
| 20 |
+
],
|
| 21 |
+
"conversion": {
|
| 22 |
+
"script": "convert_small_text.py",
|
| 23 |
+
"label_column": "department",
|
| 24 |
+
"notes": "Directed email edges symmetrized/deduplicated; department labels 0-41; no node features (structure-only).",
|
| 25 |
+
"parquet": true
|
| 26 |
+
},
|
| 27 |
+
"graphs": {
|
| 28 |
+
"default": {
|
| 29 |
+
"nodes": 1005,
|
| 30 |
+
"edges": 16064,
|
| 31 |
+
"label_column": "department",
|
| 32 |
+
"classes": 42,
|
| 33 |
+
"class_counts": {
|
| 34 |
+
"4": 109,
|
| 35 |
+
"14": 92,
|
| 36 |
+
"1": 65,
|
| 37 |
+
"21": 61,
|
| 38 |
+
"15": 55,
|
| 39 |
+
"7": 51,
|
| 40 |
+
"0": 49,
|
| 41 |
+
"10": 39,
|
| 42 |
+
"17": 35,
|
| 43 |
+
"9": 32,
|
| 44 |
+
"19": 29,
|
| 45 |
+
"11": 29,
|
| 46 |
+
"6": 28,
|
| 47 |
+
"23": 27,
|
| 48 |
+
"13": 26,
|
| 49 |
+
"16": 25,
|
| 50 |
+
"22": 25,
|
| 51 |
+
"36": 22,
|
| 52 |
+
"8": 19,
|
| 53 |
+
"5": 18,
|
| 54 |
+
"37": 15,
|
| 55 |
+
"20": 14,
|
| 56 |
+
"35": 13,
|
| 57 |
+
"34": 13,
|
| 58 |
+
"38": 13,
|
| 59 |
+
"3": 12,
|
| 60 |
+
"27": 10,
|
| 61 |
+
"2": 10,
|
| 62 |
+
"26": 9,
|
| 63 |
+
"32": 9,
|
| 64 |
+
"28": 8,
|
| 65 |
+
"31": 8,
|
| 66 |
+
"25": 6,
|
| 67 |
+
"24": 6,
|
| 68 |
+
"29": 5,
|
| 69 |
+
"30": 4,
|
| 70 |
+
"40": 4,
|
| 71 |
+
"12": 3,
|
| 72 |
+
"39": 3,
|
| 73 |
+
"41": 2,
|
| 74 |
+
"18": 1,
|
| 75 |
+
"33": 1
|
| 76 |
+
},
|
| 77 |
+
"isolated_nodes": 19,
|
| 78 |
+
"feature_columns": 0
|
| 79 |
+
}
|
| 80 |
+
},
|
| 81 |
+
"title": "Email-EU-core",
|
| 82 |
+
"band": "small",
|
| 83 |
+
"label_type": "structural",
|
| 84 |
+
"task": "Department classification from email traffic",
|
| 85 |
+
"license": "SNAP research use; cite the source papers",
|
| 86 |
+
"citation": "Yin, Benson, Leskovec, Gleich. Local Higher-Order Graph Clustering. KDD 2017.",
|
| 87 |
+
"links": [
|
| 88 |
+
"https://snap.stanford.edu/data/email-Eu-core.html"
|
| 89 |
+
]
|
| 90 |
+
}
|
facebook-page-page/card.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Facebook Page-Page
|
| 2 |
+
|
| 3 |
+
**Task**: Page category classification
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `page_type` · **Converter**: `converters/convert_musae.py`
|
| 6 |
+
|
| 7 |
+
Network of verified Facebook pages with mutual-like edges; the label is the page category (politician / governmental / tvshow / company). Standard MUSAE benchmark.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 22,470 | 170,823 | 4 | 0 | 0 | government: 6,880, company: 6,495, politician: 5,768, tvshow: 3,327 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: Label = page_type (politician/governmental/tvshow/company). Page names and facebook_ids dropped; feature JSON not columnized.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [facebook_edges.csv](https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/edges/facebook_edges.csv) — 1,882,610 bytes, sha256 `7c50d8f02a75cc08…`, fetched 2026-07-23
|
| 20 |
+
- [facebook_target.csv](https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/target/facebook_target.csv) — 1,177,912 bytes, sha256 `7bd96eafea3c2ca4…`, fetched 2026-07-23
|
| 21 |
+
- [facebook.json](https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/features/facebook.json) — 2,088,766 bytes, sha256 `ea870537646a9364…`, fetched 2026-07-23
|
| 22 |
+
|
| 23 |
+
**License**: MUSAE repo GPL-3.0; cite MUSAE
|
| 24 |
+
**Citation**: Rozemberczki, Allen, Sarkar. MUSAE. 2021.
|
| 25 |
+
|
| 26 |
+
- https://github.com/benedekrozemberczki/MUSAE
|
| 27 |
+
|
| 28 |
+
## Caveats
|
| 29 |
+
|
| 30 |
+
- SNAP's facebook_large.zip is 404 — the MUSAE GitHub mirror is the working source (recorded here).
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
facebook-page-page/metadata.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "facebook-page-page",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/edges/facebook_edges.csv",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/edges/facebook_edges.csv",
|
| 7 |
+
"filename": "facebook_edges.csv",
|
| 8 |
+
"bytes": 1882610,
|
| 9 |
+
"sha256": "7c50d8f02a75cc0829577814a1fc14535164daa38d79c3612340c9e9cdbd4022",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:29+00:00"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"url": "https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/target/facebook_target.csv",
|
| 14 |
+
"final_url": "https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/target/facebook_target.csv",
|
| 15 |
+
"filename": "facebook_target.csv",
|
| 16 |
+
"bytes": 1177912,
|
| 17 |
+
"sha256": "7bd96eafea3c2ca40f44bfa9e73642194696c21e38c7b29ed409c32ad14075cd",
|
| 18 |
+
"downloaded_at": "2026-07-23T02:14:29+00:00"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"url": "https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/features/facebook.json",
|
| 22 |
+
"final_url": "https://raw.githubusercontent.com/benedekrozemberczki/MUSAE/master/input/features/facebook.json",
|
| 23 |
+
"filename": "facebook.json",
|
| 24 |
+
"bytes": 2088766,
|
| 25 |
+
"sha256": "ea870537646a93642a0008d38aa9bfeff02018070ba97b1f3f469d9622626436",
|
| 26 |
+
"downloaded_at": "2026-07-23T02:14:29+00:00"
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"conversion": {
|
| 30 |
+
"script": "convert_musae.py",
|
| 31 |
+
"label_column": "page_type",
|
| 32 |
+
"notes": "Label = page_type (politician/governmental/tvshow/company). Page names and facebook_ids dropped; feature JSON not columnized.",
|
| 33 |
+
"parquet": true
|
| 34 |
+
},
|
| 35 |
+
"graphs": {
|
| 36 |
+
"default": {
|
| 37 |
+
"nodes": 22470,
|
| 38 |
+
"edges": 170823,
|
| 39 |
+
"label_column": "page_type",
|
| 40 |
+
"classes": 4,
|
| 41 |
+
"class_counts": {
|
| 42 |
+
"government": 6880,
|
| 43 |
+
"company": 6495,
|
| 44 |
+
"politician": 5768,
|
| 45 |
+
"tvshow": 3327
|
| 46 |
+
},
|
| 47 |
+
"isolated_nodes": 0,
|
| 48 |
+
"feature_columns": 0
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"title": "Facebook Page-Page",
|
| 52 |
+
"band": "medium",
|
| 53 |
+
"label_type": "semantic",
|
| 54 |
+
"task": "Page category classification",
|
| 55 |
+
"license": "MUSAE repo GPL-3.0; cite MUSAE",
|
| 56 |
+
"citation": "Rozemberczki, Allen, Sarkar. MUSAE. 2021.",
|
| 57 |
+
"links": [
|
| 58 |
+
"https://github.com/benedekrozemberczki/MUSAE"
|
| 59 |
+
]
|
| 60 |
+
}
|
lastfm-asia/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LastFM Asia
|
| 2 |
+
|
| 3 |
+
**Task**: User country classification
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `country` · **Converter**: `converters/convert_musae.py`
|
| 6 |
+
|
| 7 |
+
Social network of LastFM users in Asia; the label is the user's country (18 classes, imbalanced). Clean integer-ID CSVs from the FEATHER release.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 7,624 | 27,806 | 18 | 0 | 0 | 17: 1,572, 10: 1,303, 0: 1,098, 6: 655, 14: 570, 3: 515, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: Label = country id (18 classes). Feature JSON (liked artists) not columnized.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [lastfm_asia.zip](https://snap.stanford.edu/data/lastfm_asia.zip) — 6,527,202 bytes, sha256 `51acb78a923bb223…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: SNAP; cite FEATHER
|
| 22 |
+
**Citation**: Rozemberczki, Sarkar. Characteristic Functions on Graphs (FEATHER). CIKM 2020.
|
| 23 |
+
|
| 24 |
+
- https://snap.stanford.edu/data/feather-lastfm-social.html
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Feature JSON (liked artists) not columnized.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
lastfm-asia/metadata.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "lastfm-asia",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://snap.stanford.edu/data/lastfm_asia.zip",
|
| 6 |
+
"final_url": "https://snap.stanford.edu/data/lastfm_asia.zip",
|
| 7 |
+
"filename": "lastfm_asia.zip",
|
| 8 |
+
"bytes": 6527202,
|
| 9 |
+
"sha256": "51acb78a923bb223ed6e61be88f91122fb29adca3f07beff7289cafd98601d47",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:23+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_musae.py",
|
| 15 |
+
"label_column": "country",
|
| 16 |
+
"notes": "Label = country id (18 classes). Feature JSON (liked artists) not columnized.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 7624,
|
| 22 |
+
"edges": 27806,
|
| 23 |
+
"label_column": "country",
|
| 24 |
+
"classes": 18,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"17": 1572,
|
| 27 |
+
"10": 1303,
|
| 28 |
+
"0": 1098,
|
| 29 |
+
"6": 655,
|
| 30 |
+
"14": 570,
|
| 31 |
+
"3": 515,
|
| 32 |
+
"8": 468,
|
| 33 |
+
"5": 391,
|
| 34 |
+
"15": 257,
|
| 35 |
+
"16": 254,
|
| 36 |
+
"11": 138,
|
| 37 |
+
"7": 82,
|
| 38 |
+
"2": 73,
|
| 39 |
+
"13": 63,
|
| 40 |
+
"9": 58,
|
| 41 |
+
"12": 57,
|
| 42 |
+
"1": 54,
|
| 43 |
+
"4": 16
|
| 44 |
+
},
|
| 45 |
+
"isolated_nodes": 0,
|
| 46 |
+
"feature_columns": 0
|
| 47 |
+
}
|
| 48 |
+
},
|
| 49 |
+
"title": "LastFM Asia",
|
| 50 |
+
"band": "medium",
|
| 51 |
+
"label_type": "semantic",
|
| 52 |
+
"task": "User country classification",
|
| 53 |
+
"license": "SNAP; cite FEATHER",
|
| 54 |
+
"citation": "Rozemberczki, Sarkar. Characteristic Functions on Graphs (FEATHER). CIKM 2020.",
|
| 55 |
+
"links": [
|
| 56 |
+
"https://snap.stanford.edu/data/feather-lastfm-social.html"
|
| 57 |
+
]
|
| 58 |
+
}
|
minesweeper/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Minesweeper
|
| 2 |
+
|
| 3 |
+
**Task**: Mine prediction on a synthetic grid
|
| 4 |
+
**Size band**: medium · **Label type**: structural
|
| 5 |
+
**Label column**: `is_mine` · **Converter**: `converters/convert_npz.py`
|
| 6 |
+
|
| 7 |
+
Synthetic 100x100 grid graph in the minesweeper style: 20% of cells are mines, features are one-hot counts of neighboring mines. Fully structural and regular — a controlled probe of what egonet embeddings can and cannot see.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 10,000 | 39,402 | 2 | 7 | 0 | 0: 8,000, 1: 2,000 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: yandex heterophilous-graphs npz; edges symmetrized; 7 f_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [minesweeper.npz](https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/minesweeper.npz) — 135,045 bytes, sha256 `e664c8dacf1e8ac4…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (yandex-research)
|
| 22 |
+
**Citation**: Platonov et al. ICLR 2023.
|
| 23 |
+
|
| 24 |
+
- https://github.com/yandex-research/heterophilous-graphs
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Synthetic; the known optimal strategy bounds achievable AUC.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
minesweeper/metadata.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "minesweeper",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/minesweeper.npz",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/minesweeper.npz",
|
| 7 |
+
"filename": "minesweeper.npz",
|
| 8 |
+
"bytes": 135045,
|
| 9 |
+
"sha256": "e664c8dacf1e8ac466c2c09ed4b237bd2c5541f47a6eae9c6092cb87f16412b3",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:53+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_npz.py",
|
| 15 |
+
"label_column": "is_mine",
|
| 16 |
+
"notes": "yandex heterophilous-graphs npz; edges symmetrized; 7 f_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 10000,
|
| 22 |
+
"edges": 39402,
|
| 23 |
+
"label_column": "is_mine",
|
| 24 |
+
"classes": 2,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"0": 8000,
|
| 27 |
+
"1": 2000
|
| 28 |
+
},
|
| 29 |
+
"isolated_nodes": 0,
|
| 30 |
+
"feature_columns": 7
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"title": "Minesweeper",
|
| 34 |
+
"band": "medium",
|
| 35 |
+
"label_type": "structural",
|
| 36 |
+
"task": "Mine prediction on a synthetic grid",
|
| 37 |
+
"license": "MIT (yandex-research)",
|
| 38 |
+
"citation": "Platonov et al. ICLR 2023.",
|
| 39 |
+
"links": [
|
| 40 |
+
"https://github.com/yandex-research/heterophilous-graphs"
|
| 41 |
+
]
|
| 42 |
+
}
|
ogbn-arxiv/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ogbn-arxiv
|
| 2 |
+
|
| 3 |
+
**Task**: arXiv subject-area classification
|
| 4 |
+
**Size band**: large · **Label type**: semantic
|
| 5 |
+
**Label column**: `arxiv_category` · **Converter**: `converters/convert_large.py`
|
| 6 |
+
|
| 7 |
+
Citation network of all arXiv CS papers from MAG; 40 subject classes mapped to readable names (e.g. 'arxiv cs lg'), 128-dim word2vec features. The standard large-scale leaderboard benchmark.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 169,343 | 1,157,799 | 40 | 128 | 0 | arxiv cs cv: 27,321, arxiv cs lg: 22,187, arxiv cs it: 21,406, arxiv cs cl: 11,814, arxiv cs ai: 7,869, arxiv cs ds: 7,867, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: OGB raw CSVs; 40 arXiv subject classes mapped to readable names; 128 word2vec emb_* columns (rounded); directed citations symmetrized.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [arxiv.zip](https://snap.stanford.edu/ogb/data/nodeproppred/arxiv.zip) — 83,058,288 bytes, sha256 `49f85c801589ecdc…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: ODC-BY
|
| 22 |
+
**Citation**: Hu, Fey, Zitnik, Dong, Ren, Liu, Catasta, Leskovec. Open Graph Benchmark. NeurIPS 2020.
|
| 23 |
+
|
| 24 |
+
- https://ogb.stanford.edu/docs/nodeprop/#ogbn-arxiv
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- 169k nodes -> 169k egonets un-sampled; core-library scripts with sample_fraction, not Workbench browsing.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
ogbn-arxiv/metadata.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "ogbn-arxiv",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://snap.stanford.edu/ogb/data/nodeproppred/arxiv.zip",
|
| 6 |
+
"final_url": "https://snap.stanford.edu/ogb/data/nodeproppred/arxiv.zip",
|
| 7 |
+
"filename": "arxiv.zip",
|
| 8 |
+
"bytes": 83058288,
|
| 9 |
+
"sha256": "49f85c801589ecdcc52cfaca99693aaea7b8af16a9ac3f41dd85a5f3193fe276",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:15:04+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_large.py",
|
| 15 |
+
"label_column": "arxiv_category",
|
| 16 |
+
"notes": "OGB raw CSVs; 40 arXiv subject classes mapped to readable names; 128 word2vec emb_* columns (rounded); directed citations symmetrized.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 169343,
|
| 22 |
+
"edges": 1157799,
|
| 23 |
+
"label_column": "arxiv_category",
|
| 24 |
+
"classes": 40,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"arxiv cs cv": 27321,
|
| 27 |
+
"arxiv cs lg": 22187,
|
| 28 |
+
"arxiv cs it": 21406,
|
| 29 |
+
"arxiv cs cl": 11814,
|
| 30 |
+
"arxiv cs ai": 7869,
|
| 31 |
+
"arxiv cs ds": 7867,
|
| 32 |
+
"arxiv cs ni": 6232,
|
| 33 |
+
"arxiv cs cr": 5862,
|
| 34 |
+
"arxiv cs dc": 4958,
|
| 35 |
+
"arxiv cs lo": 4839,
|
| 36 |
+
"arxiv cs ro": 4801,
|
| 37 |
+
"arxiv cs si": 4605,
|
| 38 |
+
"arxiv cs gt": 3524,
|
| 39 |
+
"arxiv cs sy": 2877,
|
| 40 |
+
"arxiv cs se": 2834,
|
| 41 |
+
"arxiv cs ir": 2828,
|
| 42 |
+
"arxiv cs cc": 2820,
|
| 43 |
+
"arxiv cs db": 2369,
|
| 44 |
+
"arxiv cs ne": 2358,
|
| 45 |
+
"arxiv cs cy": 2080,
|
| 46 |
+
"arxiv cs cg": 2076,
|
| 47 |
+
"arxiv cs dm": 2029,
|
| 48 |
+
"arxiv cs pl": 1903,
|
| 49 |
+
"arxiv cs hc": 1618,
|
| 50 |
+
"arxiv cs dl": 1507,
|
| 51 |
+
"arxiv cs fl": 1271,
|
| 52 |
+
"arxiv cs sd": 1257,
|
| 53 |
+
"arxiv cs ma": 750,
|
| 54 |
+
"arxiv cs et": 749,
|
| 55 |
+
"arxiv cs mm": 687,
|
| 56 |
+
"arxiv cs sc": 597,
|
| 57 |
+
"arxiv cs ce": 589,
|
| 58 |
+
"arxiv cs na": 565,
|
| 59 |
+
"arxiv cs gr": 515,
|
| 60 |
+
"arxiv cs pf": 416,
|
| 61 |
+
"arxiv cs ms": 411,
|
| 62 |
+
"arxiv cs ar": 403,
|
| 63 |
+
"arxiv cs oh": 393,
|
| 64 |
+
"arxiv cs os": 127,
|
| 65 |
+
"arxiv cs gl": 29
|
| 66 |
+
},
|
| 67 |
+
"isolated_nodes": 0,
|
| 68 |
+
"feature_columns": 128
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"title": "ogbn-arxiv",
|
| 72 |
+
"band": "large",
|
| 73 |
+
"label_type": "semantic",
|
| 74 |
+
"task": "arXiv subject-area classification",
|
| 75 |
+
"license": "ODC-BY",
|
| 76 |
+
"citation": "Hu, Fey, Zitnik, Dong, Ren, Liu, Catasta, Leskovec. Open Graph Benchmark. NeurIPS 2020.",
|
| 77 |
+
"links": [
|
| 78 |
+
"https://ogb.stanford.edu/docs/nodeprop/#ogbn-arxiv"
|
| 79 |
+
]
|
| 80 |
+
}
|
polblogs/card.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Political Blogs (Polblogs)
|
| 2 |
+
|
| 3 |
+
**Task**: Political-leaning classification
|
| 4 |
+
**Size band**: small · **Label type**: semantic
|
| 5 |
+
**Label column**: `leaning` · **Converter**: `converters/convert_small_text.py`
|
| 6 |
+
|
| 7 |
+
Hyperlink network of US political blogs captured before the 2004 election. Label is the blog's political leaning (0 = liberal, 1 = conservative). Community structure correlates strongly with the label.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 1,490 | 16,715 | 2 | 0 | 266 | 0: 758, 1: 732 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: Netzschleuder CSV bundle; 'value' column (0=liberal, 1=conservative) used as label; blog names dropped; directed hyperlinks symmetrized. Contains isolated nodes.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [polblogs.csv.zip](https://networks.skewed.de/net/polblogs/files/polblogs.csv.zip) — 93,843 bytes, sha256 `a854433122316724…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: Research use; cite Adamic & Glance
|
| 22 |
+
**Citation**: Adamic, Glance. The Political Blogosphere and the 2004 U.S. Election: Divided They Blog. LinkKDD 2005.
|
| 23 |
+
|
| 24 |
+
- https://networks.skewed.de/net/polblogs
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- ~266 isolated nodes; NEExT's filter_largest_component or explicit nodes.csv handling decides their fate.
|
| 29 |
+
- Newman's UMich mirror blocks scripted access; Netzschleuder is the reliable source.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
polblogs/metadata.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "polblogs",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://networks.skewed.de/net/polblogs/files/polblogs.csv.zip",
|
| 6 |
+
"final_url": "https://networks.skewed.de/net/polblogs/files/polblogs.csv.zip",
|
| 7 |
+
"filename": "polblogs.csv.zip",
|
| 8 |
+
"bytes": 93843,
|
| 9 |
+
"sha256": "a8544331223167241b7d250d44ceadb140a46b3bee85dd9eb2f55a2ff83bc2d1",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:14+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_small_text.py",
|
| 15 |
+
"label_column": "leaning",
|
| 16 |
+
"notes": "Netzschleuder CSV bundle; 'value' column (0=liberal, 1=conservative) used as label; blog names dropped; directed hyperlinks symmetrized. Contains isolated nodes.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 1490,
|
| 22 |
+
"edges": 16715,
|
| 23 |
+
"label_column": "leaning",
|
| 24 |
+
"classes": 2,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"0": 758,
|
| 27 |
+
"1": 732
|
| 28 |
+
},
|
| 29 |
+
"isolated_nodes": 266,
|
| 30 |
+
"feature_columns": 0
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"title": "Political Blogs (Polblogs)",
|
| 34 |
+
"band": "small",
|
| 35 |
+
"label_type": "semantic",
|
| 36 |
+
"task": "Political-leaning classification",
|
| 37 |
+
"license": "Research use; cite Adamic & Glance",
|
| 38 |
+
"citation": "Adamic, Glance. The Political Blogosphere and the 2004 U.S. Election: Divided They Blog. LinkKDD 2005.",
|
| 39 |
+
"links": [
|
| 40 |
+
"https://networks.skewed.de/net/polblogs"
|
| 41 |
+
]
|
| 42 |
+
}
|
pubmed/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pubmed (Diabetes)
|
| 2 |
+
|
| 3 |
+
**Task**: Paper topic classification (citation network)
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `diabetes_type` · **Converter**: `converters/convert_linqs.py`
|
| 6 |
+
|
| 7 |
+
Citation network of PubMed diabetes papers with 3 classes (diabetes type) and 500 TF-IDF word features densified from the sparse LINQS format. The largest of the classic Planetoid trio.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 19,717 | 44,324 | 3 | 500 | 0 | 2: 7,875, 3: 7,739, 1: 4,103 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: Sparse TF-IDF fields densified to 500 w_* columns; labels 1-3 (diabetes type); PubMed IDs remapped (id_mapping.csv).
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [Pubmed-Diabetes.tgz](https://linqs-data.soe.ucsc.edu/public/Pubmed-Diabetes.tgz) — 14,710,584 bytes, sha256 `218e3c86146cf6d4…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: LINQS research distribution
|
| 22 |
+
**Citation**: Namata, London, Getoor, Huang. Query-Driven Active Surveying for Collective Classification. MLG 2012.
|
| 23 |
+
|
| 24 |
+
- https://linqs.org/datasets/
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Old LINQS /lbc/Pubmed* path is dead; /public/Pubmed-Diabetes.tgz is the working source.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
pubmed/metadata.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "pubmed",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://linqs-data.soe.ucsc.edu/public/Pubmed-Diabetes.tgz",
|
| 6 |
+
"final_url": "https://linqs-data.soe.ucsc.edu/public/Pubmed-Diabetes.tgz",
|
| 7 |
+
"filename": "Pubmed-Diabetes.tgz",
|
| 8 |
+
"bytes": 14710584,
|
| 9 |
+
"sha256": "218e3c86146cf6d470b305d824f26c86845f0c858ad3fdd269f6cd2ce63e12bd",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:20+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_linqs.py",
|
| 15 |
+
"label_column": "diabetes_type",
|
| 16 |
+
"notes": "Sparse TF-IDF fields densified to 500 w_* columns; labels 1-3 (diabetes type); PubMed IDs remapped (id_mapping.csv).",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 19717,
|
| 22 |
+
"edges": 44324,
|
| 23 |
+
"label_column": "diabetes_type",
|
| 24 |
+
"classes": 3,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"2": 7875,
|
| 27 |
+
"3": 7739,
|
| 28 |
+
"1": 4103
|
| 29 |
+
},
|
| 30 |
+
"isolated_nodes": 0,
|
| 31 |
+
"feature_columns": 500
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"title": "Pubmed (Diabetes)",
|
| 35 |
+
"band": "medium",
|
| 36 |
+
"label_type": "semantic",
|
| 37 |
+
"task": "Paper topic classification (citation network)",
|
| 38 |
+
"license": "LINQS research distribution",
|
| 39 |
+
"citation": "Namata, London, Getoor, Huang. Query-Driven Active Surveying for Collective Classification. MLG 2012.",
|
| 40 |
+
"links": [
|
| 41 |
+
"https://linqs.org/datasets/"
|
| 42 |
+
]
|
| 43 |
+
}
|
reddit-graphsage/card.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Reddit (GraphSAGE)
|
| 2 |
+
|
| 3 |
+
**Task**: Subreddit classification of posts
|
| 4 |
+
**Size band**: large · **Label type**: semantic
|
| 5 |
+
**Label column**: `subreddit` · **Converter**: `converters/convert_large.py`
|
| 6 |
+
|
| 7 |
+
Post-post graph where posts are linked when the same user commented on both; the label is the post's subreddit (41 classes). The classic large-scale inductive benchmark and this catalog's scalability stress test.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 232,965 | 11,606,919 | 41 | 0 | 1,522 | 15: 28,272, 3: 15,181, 18: 13,999, 0: 13,101, 38: 12,797, 23: 12,146, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: GraphSAGE node-link json streamed as bytes (links regex-extracted); 41 subreddit classes as ints; label-only nodes.csv (602-dim GloVe features left in source zip).
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [reddit.zip](https://snap.stanford.edu/graphsage/reddit.zip) — 1,308,432,264 bytes, sha256 `25337a21540cd373…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: SNAP research use; cite GraphSAGE
|
| 22 |
+
**Citation**: Hamilton, Ying, Leskovec. Inductive Representation Learning on Large Graphs. NeurIPS 2017.
|
| 23 |
+
|
| 24 |
+
- https://snap.stanford.edu/graphsage/
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- 233k nodes / 11.6M edges and dense — egonet decomposition only with small sample_fraction.
|
| 29 |
+
- Label-only nodes.csv by design; 602-dim GloVe features remain in source/reddit.zip.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
reddit-graphsage/metadata.json
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "reddit-graphsage",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://snap.stanford.edu/graphsage/reddit.zip",
|
| 6 |
+
"final_url": "https://snap.stanford.edu/graphsage/reddit.zip",
|
| 7 |
+
"filename": "reddit.zip",
|
| 8 |
+
"bytes": 1308432264,
|
| 9 |
+
"sha256": "25337a21540cd373e4cee3751e6600324ab6a7377ef3966bb49f57412a17ed02",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:16:38+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_large.py",
|
| 15 |
+
"label_column": "subreddit",
|
| 16 |
+
"nodes_in_source_json": 231443,
|
| 17 |
+
"notes": "GraphSAGE node-link json streamed as bytes (links regex-extracted); 41 subreddit classes as ints; label-only nodes.csv (602-dim GloVe features left in source zip).",
|
| 18 |
+
"parquet": true,
|
| 19 |
+
"parquet_notes": "nodes.parquet includes the full feature matrix omitted from nodes.csv for size."
|
| 20 |
+
},
|
| 21 |
+
"graphs": {
|
| 22 |
+
"default": {
|
| 23 |
+
"nodes": 232965,
|
| 24 |
+
"edges": 11606919,
|
| 25 |
+
"label_column": "subreddit",
|
| 26 |
+
"classes": 41,
|
| 27 |
+
"class_counts": {
|
| 28 |
+
"15": 28272,
|
| 29 |
+
"3": 15181,
|
| 30 |
+
"18": 13999,
|
| 31 |
+
"0": 13101,
|
| 32 |
+
"38": 12797,
|
| 33 |
+
"23": 12146,
|
| 34 |
+
"8": 11187,
|
| 35 |
+
"19": 10308,
|
| 36 |
+
"22": 8222,
|
| 37 |
+
"27": 5962,
|
| 38 |
+
"40": 5112,
|
| 39 |
+
"29": 5101,
|
| 40 |
+
"33": 4960,
|
| 41 |
+
"10": 4928,
|
| 42 |
+
"14": 4854,
|
| 43 |
+
"28": 4673,
|
| 44 |
+
"31": 4570,
|
| 45 |
+
"26": 4239,
|
| 46 |
+
"37": 4233,
|
| 47 |
+
"35": 4202,
|
| 48 |
+
"36": 4180,
|
| 49 |
+
"21": 4066,
|
| 50 |
+
"6": 3952,
|
| 51 |
+
"5": 3597,
|
| 52 |
+
"1": 3550,
|
| 53 |
+
"34": 3429,
|
| 54 |
+
"2": 3302,
|
| 55 |
+
"39": 3099,
|
| 56 |
+
"11": 2964,
|
| 57 |
+
"30": 2846,
|
| 58 |
+
"13": 2731,
|
| 59 |
+
"17": 2639,
|
| 60 |
+
"4": 2322,
|
| 61 |
+
"9": 2246,
|
| 62 |
+
"7": 2138,
|
| 63 |
+
"12": 1696,
|
| 64 |
+
"25": 1659,
|
| 65 |
+
"20": 1596,
|
| 66 |
+
"32": 1575,
|
| 67 |
+
"16": 1003,
|
| 68 |
+
"24": 328
|
| 69 |
+
},
|
| 70 |
+
"isolated_nodes": 1522,
|
| 71 |
+
"feature_columns": 0
|
| 72 |
+
}
|
| 73 |
+
},
|
| 74 |
+
"title": "Reddit (GraphSAGE)",
|
| 75 |
+
"band": "large",
|
| 76 |
+
"label_type": "semantic",
|
| 77 |
+
"task": "Subreddit classification of posts",
|
| 78 |
+
"license": "SNAP research use; cite GraphSAGE",
|
| 79 |
+
"citation": "Hamilton, Ying, Leskovec. Inductive Representation Learning on Large Graphs. NeurIPS 2017.",
|
| 80 |
+
"links": [
|
| 81 |
+
"https://snap.stanford.edu/graphsage/"
|
| 82 |
+
]
|
| 83 |
+
}
|
roman-empire/card.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Roman Empire
|
| 2 |
+
|
| 3 |
+
**Task**: Syntactic-role classification
|
| 4 |
+
**Size band**: medium · **Label type**: structural
|
| 5 |
+
**Label column**: `syntactic_role` · **Converter**: `converters/convert_npz.py`
|
| 6 |
+
|
| 7 |
+
Graph built from the 'Roman Empire' Wikipedia article: nodes are words in text order, edges connect consecutive or syntactically dependent words. Label is the word's syntactic role (18 classes). Chain-like, extremely sparse — the anti-homophily extreme where local structure carries the signal.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 22,662 | 32,927 | 18 | 300 | 0 | 1: 3,163, 2: 3,133, 3: 2,502, 4: 2,487, 17: 2,194, 5: 1,359, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: yandex heterophilous-graphs npz; edges symmetrized; 300 f_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [roman_empire.npz](https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/roman_empire.npz) — 20,401,489 bytes, sha256 `a58ba741d123bf89…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (yandex-research)
|
| 22 |
+
**Citation**: Platonov, Kuznedelev, Diskin, Babenko, Prokhorenkova. A Critical Look at the Evaluation of GNNs under Heterophily. ICLR 2023.
|
| 23 |
+
|
| 24 |
+
- https://github.com/yandex-research/heterophilous-graphs
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
roman-empire/metadata.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "roman-empire",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/roman_empire.npz",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/roman_empire.npz",
|
| 7 |
+
"filename": "roman_empire.npz",
|
| 8 |
+
"bytes": 20401489,
|
| 9 |
+
"sha256": "a58ba741d123bf892fe5c872138d07463d75a2e9012360b8dd78ac2d4766d428",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:51+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_npz.py",
|
| 15 |
+
"label_column": "syntactic_role",
|
| 16 |
+
"notes": "yandex heterophilous-graphs npz; edges symmetrized; 300 f_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 22662,
|
| 22 |
+
"edges": 32927,
|
| 23 |
+
"label_column": "syntactic_role",
|
| 24 |
+
"classes": 18,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"1": 3163,
|
| 27 |
+
"2": 3133,
|
| 28 |
+
"3": 2502,
|
| 29 |
+
"4": 2487,
|
| 30 |
+
"17": 2194,
|
| 31 |
+
"5": 1359,
|
| 32 |
+
"6": 1244,
|
| 33 |
+
"7": 1080,
|
| 34 |
+
"0": 944,
|
| 35 |
+
"8": 852,
|
| 36 |
+
"9": 789,
|
| 37 |
+
"10": 717,
|
| 38 |
+
"11": 445,
|
| 39 |
+
"12": 428,
|
| 40 |
+
"13": 365,
|
| 41 |
+
"14": 329,
|
| 42 |
+
"15": 319,
|
| 43 |
+
"16": 312
|
| 44 |
+
},
|
| 45 |
+
"isolated_nodes": 0,
|
| 46 |
+
"feature_columns": 300
|
| 47 |
+
}
|
| 48 |
+
},
|
| 49 |
+
"title": "Roman Empire",
|
| 50 |
+
"band": "medium",
|
| 51 |
+
"label_type": "structural",
|
| 52 |
+
"task": "Syntactic-role classification",
|
| 53 |
+
"license": "MIT (yandex-research)",
|
| 54 |
+
"citation": "Platonov, Kuznedelev, Diskin, Babenko, Prokhorenkova. A Critical Look at the Evaluation of GNNs under Heterophily. ICLR 2023.",
|
| 55 |
+
"links": [
|
| 56 |
+
"https://github.com/yandex-research/heterophilous-graphs"
|
| 57 |
+
]
|
| 58 |
+
}
|
tolokers/card.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Tolokers
|
| 2 |
+
|
| 3 |
+
**Task**: Banned crowdworker prediction
|
| 4 |
+
**Size band**: medium · **Label type**: anomaly
|
| 5 |
+
**Label column**: `is_banned` · **Converter**: `converters/convert_npz.py`
|
| 6 |
+
|
| 7 |
+
Workers of the Toloka crowdsourcing platform connected when they worked on the same tasks; the label marks workers who were banned (21.8% positive — a workable imbalance). Dense graph (avg degree ~88).
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 11,758 | 519,000 | 2 | 10 | 0 | 0: 9,192, 1: 2,566 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: yandex heterophilous-graphs npz; edges symmetrized; 10 f_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [tolokers.npz](https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/tolokers.npz) — 1,329,769 bytes, sha256 `dacf3ac94cec53d0…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (yandex-research)
|
| 22 |
+
**Citation**: Platonov et al. ICLR 2023 (data from Toloka).
|
| 23 |
+
|
| 24 |
+
- https://github.com/yandex-research/heterophilous-graphs
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Density makes k_hop=2 egonets large; start at k_hop=1.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
tolokers/metadata.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "tolokers",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/tolokers.npz",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/yandex-research/heterophilous-graphs/main/data/tolokers.npz",
|
| 7 |
+
"filename": "tolokers.npz",
|
| 8 |
+
"bytes": 1329769,
|
| 9 |
+
"sha256": "dacf3ac94cec53d03cd2adb5255c08b33dee1656c33ca8164a464bd9450a1667",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:53+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_npz.py",
|
| 15 |
+
"label_column": "is_banned",
|
| 16 |
+
"notes": "yandex heterophilous-graphs npz; edges symmetrized; 10 f_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 11758,
|
| 22 |
+
"edges": 519000,
|
| 23 |
+
"label_column": "is_banned",
|
| 24 |
+
"classes": 2,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"0": 9192,
|
| 27 |
+
"1": 2566
|
| 28 |
+
},
|
| 29 |
+
"isolated_nodes": 0,
|
| 30 |
+
"feature_columns": 10
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"title": "Tolokers",
|
| 34 |
+
"band": "medium",
|
| 35 |
+
"label_type": "anomaly",
|
| 36 |
+
"task": "Banned crowdworker prediction",
|
| 37 |
+
"license": "MIT (yandex-research)",
|
| 38 |
+
"citation": "Platonov et al. ICLR 2023 (data from Toloka).",
|
| 39 |
+
"links": [
|
| 40 |
+
"https://github.com/yandex-research/heterophilous-graphs"
|
| 41 |
+
]
|
| 42 |
+
}
|
weibo/card.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Weibo (PyGOD)
|
| 2 |
+
|
| 3 |
+
**Task**: Social spam detection
|
| 4 |
+
**Size band**: medium · **Label type**: anomaly
|
| 5 |
+
**Label column**: `is_outlier` · **Converter**: `converters/convert_pygod.py`
|
| 6 |
+
|
| 7 |
+
Sina Weibo user-user graph (shared-hashtag edges) with 400 post-derived features and organic spammer labels (10.3% anomalous). Real social misbehavior at Workbench-comfortable scale, but dense (avg degree ~90).
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 8,405 | 377,271 | 2 | 400 | 0 | 0: 8,058, 1: 347 |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: PyGOD .pt (torch pickle, trusted pygod-team/data source) via stub unpickling; edge_index symmetrized; 400 x_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [weibo.pt.zip](https://raw.githubusercontent.com/pygod-team/data/main/weibo.pt.zip) — 13,339,024 bytes, sha256 `c4a5fe4ca61a9566…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (pygod-team/data)
|
| 22 |
+
**Citation**: Liu et al. BOND. NeurIPS 2022 D&B (data: Zhao et al.).
|
| 23 |
+
|
| 24 |
+
- https://github.com/pygod-team/data
|
| 25 |
+
|
| 26 |
+
## Caveats
|
| 27 |
+
|
| 28 |
+
- Dense — k_hop=1 with sampling first.
|
| 29 |
+
- Torch-pickle source; stub-unpickled from the hash-verified official repo.
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
weibo/metadata.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "weibo",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/pygod-team/data/main/weibo.pt.zip",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/pygod-team/data/main/weibo.pt.zip",
|
| 7 |
+
"filename": "weibo.pt.zip",
|
| 8 |
+
"bytes": 13339024,
|
| 9 |
+
"sha256": "c4a5fe4ca61a9566e051bf0544816c9340c49b031dfd07693b473d18e4e6f2f9",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:55+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_pygod.py",
|
| 15 |
+
"label_column": "is_outlier",
|
| 16 |
+
"notes": "PyGOD .pt (torch pickle, trusted pygod-team/data source) via stub unpickling; edge_index symmetrized; 400 x_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 8405,
|
| 22 |
+
"edges": 377271,
|
| 23 |
+
"label_column": "is_outlier",
|
| 24 |
+
"classes": 2,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"0": 8058,
|
| 27 |
+
"1": 347
|
| 28 |
+
},
|
| 29 |
+
"isolated_nodes": 0,
|
| 30 |
+
"feature_columns": 400
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"title": "Weibo (PyGOD)",
|
| 34 |
+
"band": "medium",
|
| 35 |
+
"label_type": "anomaly",
|
| 36 |
+
"task": "Social spam detection",
|
| 37 |
+
"license": "MIT (pygod-team/data)",
|
| 38 |
+
"citation": "Liu et al. BOND. NeurIPS 2022 D&B (data: Zhao et al.).",
|
| 39 |
+
"links": [
|
| 40 |
+
"https://github.com/pygod-team/data"
|
| 41 |
+
]
|
| 42 |
+
}
|
wikics/card.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# WikiCS
|
| 2 |
+
|
| 3 |
+
**Task**: CS article branch classification
|
| 4 |
+
**Size band**: medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `category` · **Converter**: `converters/convert_wikics.py`
|
| 6 |
+
|
| 7 |
+
Wikipedia computer-science article network with 10 branch classes and 300-dim mean-GloVe features. Harder and more modern than the Planetoid trio, with canonical splits available in the source JSON.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| default | 11,701 | 215,603 | 10 | 300 | 337 | 4: 2,679, 2: 2,153, 3: 1,933, 9: 1,424, 7: 865, 5: 780, … |
|
| 14 |
+
|
| 15 |
+
*Conversion notes*: Adjacency lists flattened and symmetrized; 10 CS-branch classes; 300 mean-GloVe glove_* feature columns.
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
|
| 19 |
+
- [data.json](https://raw.githubusercontent.com/pmernyei/wiki-cs-dataset/master/dataset/data.json) — 82,533,647 bytes, sha256 `9bf8cb3ef8eeae81…`, fetched 2026-07-23
|
| 20 |
+
|
| 21 |
+
**License**: MIT (dataset code); article text CC BY-SA
|
| 22 |
+
**Citation**: Mernyei, Cangea. Wiki-CS: A Wikipedia-Based Benchmark for Graph Neural Networks. GRL+ 2020.
|
| 23 |
+
|
| 24 |
+
- https://github.com/pmernyei/wiki-cs-dataset
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
wikics/metadata.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "wikics",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://raw.githubusercontent.com/pmernyei/wiki-cs-dataset/master/dataset/data.json",
|
| 6 |
+
"final_url": "https://raw.githubusercontent.com/pmernyei/wiki-cs-dataset/master/dataset/data.json",
|
| 7 |
+
"filename": "data.json",
|
| 8 |
+
"bytes": 82533647,
|
| 9 |
+
"sha256": "9bf8cb3ef8eeae81b25e6ccbe0ea195600c205d7edf63ce04f2ec8d9c7dcb3d8",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:46+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_wikics.py",
|
| 15 |
+
"label_column": "category",
|
| 16 |
+
"notes": "Adjacency lists flattened and symmetrized; 10 CS-branch classes; 300 mean-GloVe glove_* feature columns.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"default": {
|
| 21 |
+
"nodes": 11701,
|
| 22 |
+
"edges": 215603,
|
| 23 |
+
"label_column": "category",
|
| 24 |
+
"classes": 10,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"4": 2679,
|
| 27 |
+
"2": 2153,
|
| 28 |
+
"3": 1933,
|
| 29 |
+
"9": 1424,
|
| 30 |
+
"7": 865,
|
| 31 |
+
"5": 780,
|
| 32 |
+
"1": 667,
|
| 33 |
+
"8": 492,
|
| 34 |
+
"6": 413,
|
| 35 |
+
"0": 295
|
| 36 |
+
},
|
| 37 |
+
"isolated_nodes": 337,
|
| 38 |
+
"feature_columns": 300
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"title": "WikiCS",
|
| 42 |
+
"band": "medium",
|
| 43 |
+
"label_type": "semantic",
|
| 44 |
+
"task": "CS article branch classification",
|
| 45 |
+
"license": "MIT (dataset code); article text CC BY-SA",
|
| 46 |
+
"citation": "Mernyei, Cangea. Wiki-CS: A Wikipedia-Based Benchmark for Graph Neural Networks. GRL+ 2020.",
|
| 47 |
+
"links": [
|
| 48 |
+
"https://github.com/pmernyei/wiki-cs-dataset"
|
| 49 |
+
]
|
| 50 |
+
}
|
wikipedia-articles/card.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Wikipedia Article Networks (Chameleon / Squirrel / Crocodile)
|
| 2 |
+
|
| 3 |
+
**Task**: Traffic-level classification (binned)
|
| 4 |
+
**Size band**: small-medium · **Label type**: semantic
|
| 5 |
+
**Label column**: `traffic_quintile` · **Converter**: `converters/convert_musae.py`
|
| 6 |
+
|
| 7 |
+
Wikipedia page-page networks on three topics. The raw target is continuous monthly traffic; following the geom-gcn convention it is binned into equal-frequency quintiles (5 classes). Chameleon/Squirrel are standard heterophily benchmarks in binned form.
|
| 8 |
+
|
| 9 |
+
## Converted graphs (neext/)
|
| 10 |
+
|
| 11 |
+
| graph | nodes | edges | classes | feature cols | isolated | class counts |
|
| 12 |
+
|---|---|---|---|---|---|---|
|
| 13 |
+
| chameleon | 2,277 | 31,371 | 5 | 0 | 0 | 3: 521, 1: 460, 0: 456, 2: 453, 4: 387 |
|
| 14 |
+
| crocodile | 11,631 | 170,773 | 5 | 0 | 0 | 0: 2,465, 4: 2,326, 3: 2,325, 2: 2,315, 1: 2,200 |
|
| 15 |
+
| squirrel | 5,201 | 198,353 | 5 | 0 | 0 | 0: 1,042, 1: 1,040, 3: 1,040, 4: 1,040, 2: 1,039 |
|
| 16 |
+
|
| 17 |
+
*Conversion notes*: Raw target is continuous monthly traffic; binned to equal-frequency quintiles (0-4) following the geom-gcn 5-class convention. Feature JSONs not columnized.
|
| 18 |
+
|
| 19 |
+
## Source
|
| 20 |
+
|
| 21 |
+
- [wikipedia.zip](https://snap.stanford.edu/data/wikipedia.zip) — 3,784,155 bytes, sha256 `aeef409fca6b08ab…`, fetched 2026-07-23
|
| 22 |
+
|
| 23 |
+
**License**: SNAP / MUSAE; cite MUSAE
|
| 24 |
+
**Citation**: Rozemberczki, Allen, Sarkar. MUSAE. 2021.
|
| 25 |
+
|
| 26 |
+
- https://snap.stanford.edu/data/wikipedia-article-networks.html
|
| 27 |
+
|
| 28 |
+
## Caveats
|
| 29 |
+
|
| 30 |
+
- Quintile binning is our reproduction of the geom-gcn convention (equal-frequency qcut on raw traffic), not an official label file.
|
| 31 |
+
- Known duplicate-node criticism of Squirrel/Chameleon in the literature (Platonov et al. 2023).
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
*Generated by converters/make_cards.py; stats from metadata.json. Raw files: `source/`. NEExT tables: `neext/`.*
|
wikipedia-articles/metadata.json
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "wikipedia-articles",
|
| 3 |
+
"sources": [
|
| 4 |
+
{
|
| 5 |
+
"url": "https://snap.stanford.edu/data/wikipedia.zip",
|
| 6 |
+
"final_url": "https://snap.stanford.edu/data/wikipedia.zip",
|
| 7 |
+
"filename": "wikipedia.zip",
|
| 8 |
+
"bytes": 3784155,
|
| 9 |
+
"sha256": "aeef409fca6b08abe9e3751bf41839b2544d499f0eca174701f87c9f93c71b86",
|
| 10 |
+
"downloaded_at": "2026-07-23T02:14:33+00:00"
|
| 11 |
+
}
|
| 12 |
+
],
|
| 13 |
+
"conversion": {
|
| 14 |
+
"script": "convert_musae.py",
|
| 15 |
+
"label_column": "traffic_quintile",
|
| 16 |
+
"notes": "Raw target is continuous monthly traffic; binned to equal-frequency quintiles (0-4) following the geom-gcn 5-class convention. Feature JSONs not columnized.",
|
| 17 |
+
"parquet": true
|
| 18 |
+
},
|
| 19 |
+
"graphs": {
|
| 20 |
+
"chameleon": {
|
| 21 |
+
"nodes": 2277,
|
| 22 |
+
"edges": 31371,
|
| 23 |
+
"label_column": "traffic_quintile",
|
| 24 |
+
"classes": 5,
|
| 25 |
+
"class_counts": {
|
| 26 |
+
"3": 521,
|
| 27 |
+
"1": 460,
|
| 28 |
+
"0": 456,
|
| 29 |
+
"2": 453,
|
| 30 |
+
"4": 387
|
| 31 |
+
},
|
| 32 |
+
"isolated_nodes": 0,
|
| 33 |
+
"feature_columns": 0
|
| 34 |
+
},
|
| 35 |
+
"crocodile": {
|
| 36 |
+
"nodes": 11631,
|
| 37 |
+
"edges": 170773,
|
| 38 |
+
"label_column": "traffic_quintile",
|
| 39 |
+
"classes": 5,
|
| 40 |
+
"class_counts": {
|
| 41 |
+
"0": 2465,
|
| 42 |
+
"4": 2326,
|
| 43 |
+
"3": 2325,
|
| 44 |
+
"2": 2315,
|
| 45 |
+
"1": 2200
|
| 46 |
+
},
|
| 47 |
+
"isolated_nodes": 0,
|
| 48 |
+
"feature_columns": 0
|
| 49 |
+
},
|
| 50 |
+
"squirrel": {
|
| 51 |
+
"nodes": 5201,
|
| 52 |
+
"edges": 198353,
|
| 53 |
+
"label_column": "traffic_quintile",
|
| 54 |
+
"classes": 5,
|
| 55 |
+
"class_counts": {
|
| 56 |
+
"0": 1042,
|
| 57 |
+
"1": 1040,
|
| 58 |
+
"3": 1040,
|
| 59 |
+
"4": 1040,
|
| 60 |
+
"2": 1039
|
| 61 |
+
},
|
| 62 |
+
"isolated_nodes": 0,
|
| 63 |
+
"feature_columns": 0
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"title": "Wikipedia Article Networks (Chameleon / Squirrel / Crocodile)",
|
| 67 |
+
"band": "small-medium",
|
| 68 |
+
"label_type": "semantic",
|
| 69 |
+
"task": "Traffic-level classification (binned)",
|
| 70 |
+
"license": "SNAP / MUSAE; cite MUSAE",
|
| 71 |
+
"citation": "Rozemberczki, Allen, Sarkar. MUSAE. 2021.",
|
| 72 |
+
"links": [
|
| 73 |
+
"https://snap.stanford.edu/data/wikipedia-article-networks.html"
|
| 74 |
+
]
|
| 75 |
+
}
|