# Overview
This folder contains several output graphs of SynHING, including SynACM, SynDBLP, and SynIMDB.


# Folder Structure:

/ALL_dataset
    |
    |----README
    |      (This file.)
	|----/SynACM
	|----/SynDBLP
	|----/SynRecipe
	|----/SynIMDB
			|
			|--link.csv
			|      (All links in synthetic graph.)
			|--node.csv
			|      (All nodes in synthetic graph.)
			|--label.csv
			|      (Labels of all target nodes in synthetic graph.)
			|--data_train.csv
			|      (Training set of nodes and labels.)
			|--data_val.csv
			|      (Validation set of nodes and labels.)
			|--data_test.csv
			|      (Testing set of nodes and labels.)
			|--/motifs
			|
			|--motif_X.csv
				(X-th motif merged in this graph.)

# Data format

1. link.csv
	4 coulmns: source node ID, target node ID, edge type, edge weight

2. node.csv
	3 columns: node ID, node type, node feature

3. label.csv
	3 columns: node ID, node type(always target node type), node labels

4. data_train.csv / data_val.csv / data_test.csv
	3 columns, same as label.csv

5. motif_X.csv
	4 columns, same as link.csv
