Skip to content

Commit f4089f7

Browse files
authored
Update README.md
1 parent e65fd09 commit f4089f7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## A Repository of Benchmark Graph Datasets for Graph Classification
22

3+
### Introduction to Graph Classification
4+
Recent years have witnessed an increasing number of applications involving objects with structural relationships, including chemical compounds in Bioinformatics, brain networks, image structures, and academic citation networks. For these applications, graph is a natural and powerful tool for modeling and capturing dependency relationships between objects.
35

6+
Unlike conventional data, where each instance is represented in a feature-value vector format, graphs exhibit node–edge structural relationships and have no natural vector representation. This challenge has motivated many graph classification algorithms in recent years. Given a set of training graphs, each associated with a class label, graph classification aims to learn a model from the training graphs to predict the unseen graphs in future. The following picture shows the difference betweeb classification on **vector data** and **graph data**.
7+
8+
![(Graph Classification)](https://github.com/shiruipan/graph_datasets/blob/gh-page/VectorVsGraph.png)
9+
10+
11+
### Dataset Summaization
412

513
This repository maintains 31 benchmark graph datasets, which are widely used for graph classification. The graph datasets consist of:
614

@@ -13,7 +21,7 @@ This repository maintains 31 benchmark graph datasets, which are widely used for
1321
The chemical compound graph datasets are in “.sdf” or “.smi” format, and other graph dataset are represented as “.nel” format. All these graph datasets can be handle by frequent subgraph miner packages such as Moss [1] or other softwares. These graphs can be easily converted to other formats handled by Matlab or other softwares.
1422
A summarization of our graph datasets is given in [Table 1](https://github.com/shiruipan/graph_datasets/blob/master/Picture1.png).
1523

16-
![Fig 1 (Graph Datasets)](https://github.com/shiruipan/graph_datasets/blob/gh-pages/Picture1.png)
24+
![Fig 1 (Graph Datasets)]({{site.baseurl}}/Picture1.png)
1725

1826

1927
If you used the dataset, please cite the related papers properly.
@@ -170,7 +178,7 @@ Depict a chemical compound:
170178
The structure of chemical compounds can be depicted in a number of online toolboxes:
171179
Here is a link ([http://cdb.ics.uci.edu/cgibin/Smi2DepictWeb.py](http://cdb.ics.uci.edu/cgibin/Smi2DepictWeb.py)) you can have a try. Some pictures are obtained as follows:
172180

173-
![Chemical Compound Visualization](https://github.com/shiruipan/graph_datasets/blob/gh-pages/Picture2.png)
181+
![Chemical Compound Visualization](https://github.com/shiruipan/graph_datasets/blob/gh-page/Picture2.png)
174182

175183

176184

0 commit comments

Comments
 (0)