Closed alanyuchenhou closed 7 years ago
This approach takes advantage of the characteristic of a specific type of graphs which have very limited types of nodes. For example, chemical compounds are graphs composed of very limited types of atoms. This characteristic makes graph embedding much easier because it allows nodes to be treated as enumerables, much simpler than unique node vectors in high dimensional space.
If I'm to work on graph embedding I should revisit this interesting approach.
paper
Skip-graph: Learning graph embeddings with an encoder-decoder model
problem: labeled graph embedding
solution: skip graph
evaluation: graph classification
datasets
4 chemical compound datasets (each graph is a compound; each label is the compound anti-cancer propoerty, sampled equal amount of positive and negative examples):
code: skip thoughts
https://github.com/ryankiros/skip-thoughts