Skip to content

Commit 8990530

Browse files
Add GraphUniverse dataset description to readme
1 parent e941b97 commit 8990530

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,17 @@ Specially useful in pre-processing steps, these are the general data manipulatio
375375
| IMDB-BIN | Classification | Graph-level classification. | [Source](https://dl.acm.org/doi/10.1145/2783258.2783417) |
376376
| IMDB-MUL | Classification | Graph-level classification. | [Source](https://dl.acm.org/doi/10.1145/2783258.2783417) |
377377
| REDDIT | Classification | Graph-level classification. | [Source](https://proceedings.neurips.cc/paper_files/paper/2017/file/5dd9db5e033da9c6fb5ba83c7a7ebea9-Paper.pdf) |
378+
| GraphUniverse-IND | Classification | Synthetic Generator Inductive Node Classification. | [Source](https://openreview.net/forum?id=jRWxvQnqUt&noteId=jRWxvQnqUt) |
379+
| GraphUniverse-TRA | Classification | Synthetic Generator Transductive Node Classification. | [Source](https://openreview.net/forum?id=jRWxvQnqUt&noteId=jRWxvQnqUt) |
378380
| Amazon | Classification | Heterophilic dataset. | [Source](https://arxiv.org/pdf/1205.6233) |
379381
| Minesweeper | Classification | Heterophilic dataset. | [Source](https://arxiv.org/pdf/2302.11640) |
380382
| Empire | Classification | Heterophilic dataset. | [Source](https://arxiv.org/pdf/2302.11640) |
381383
| Tolokers | Classification | Heterophilic dataset. | [Source](https://arxiv.org/pdf/2302.11640) |
382384
| US-county-demos | Regression | In turn each node attribute is used as the target label. | [Source](https://arxiv.org/pdf/2002.08274) |
383385
| ZINC | Regression | Graph-level regression. | [Source](https://pubs.acs.org/doi/10.1021/ci3001277) |
384386

387+
**Remark:** GraphUniverse is a synthetic graph generator for community-structured data, enabling control over graph properties like homophily, feature-signal and degree structure. Live Demo: [Demo](https://graphuniverse.streamlit.app/). Package release: [PyPi](https://pypi.org/project/graph-universe/0.1.2/). GitHub repository: [Repo](https://github.com/LouisVanLangendonck/GraphUniverse).
388+
385389

386390
### Simplicial
387391
| Dataset | Task | Description | Reference |

0 commit comments

Comments
 (0)