Skip to content

Code for both the IEEE Big Data 2017 Paper: Evaluating the quality of graph embeddings via topological feature reconstruction and the Springer Data Science and Engineering paper: Exploring the Semantic Content of Unsupervised Graph Embeddings: An Empirical Study

License

sbonner0/unsupervised-graph-embedding

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

unsupervised-graph-embeddings

Code to test the semantic content of unsupervised graph embeddings.

  • get_features.py contains functions to extract features from graph using networkx ;
  • eval.py contains functions to evaluate pre-trained graph embeddings ;

Cite

Please cite the associated papers for this work if you use this code:

@inproceedings{bonner2017evaluating,
  title={Evaluating the quality of graph embeddings via topological feature reconstruction},
  author={Bonner, Stephen and Brennan, John and Kureshi, Ibad and Theodoropoulos, Georgios and McGough, Andrew Stephen and Obara, Boguslaw},
  booktitle={2017 IEEE International Conference on Big Data (Big Data)},
  pages={2691--2700},
  year={2017},
  organization={IEEE}
}

@article{bonner2019exploring,
  title={Exploring the Semantic Content of Unsupervised Graph Embeddings: An Empirical Study},
  author={Bonner, Stephen and Kureshi, Ibad and Brennan, John and Theodoropoulos, Georgios and McGough, Andrew Stephen and Obara, Boguslaw},
  journal={Data Science and Engineering},
  volume={4},
  number={3},
  pages={269--289},
  year={2019},
  publisher={Springer}
}

About

Code for both the IEEE Big Data 2017 Paper: Evaluating the quality of graph embeddings via topological feature reconstruction and the Springer Data Science and Engineering paper: Exploring the Semantic Content of Unsupervised Graph Embeddings: An Empirical Study

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages