Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
chlehdwon commited on
Commit
be6f8e2
·
1 Parent(s): 6ac06a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -45,6 +45,7 @@ Each CSV file contains experimental results with the following columns:
45
  | `dataset` | Name of the RDB dataset used (e.g., "rel-avito", "rel-f1") |
46
  | `task` | Name of the prediction task (e.g., "ad-ctr", "user-clicks") |
47
  | `seed` | Random seed for reproducibility |
 
48
 
49
  ### Graph Column Specification
50
 
 
45
  | `dataset` | Name of the RDB dataset used (e.g., "rel-avito", "rel-f1") |
46
  | `task` | Name of the prediction task (e.g., "ad-ctr", "user-clicks") |
47
  | `seed` | Random seed for reproducibility |
48
+ | `gnn` | Type of Graph Neural Network (GNN) (e.g., "GraphSAGE", "GIN", "GPS")
49
 
50
  ### Graph Column Specification
51