shuaiOKshuai / meta-tail2vec

Towards Locality-Aware Meta-Learning of Tail Node Embeddings on Networks
7 stars 0 forks source link

meta-tail2vec

Towards Locality-Aware Meta-Learning of Tail Node Embeddings on Networks

This repository is the implementation (in tensorflow) of our paper Towards Locality-Aware Meta-Learning of Tail Node Embeddings on Networks, which is published in CIKM-2020.

Requirements

To install requirements:

pip install -r requirements.txt

To download the original datasets: Wiki. Flickr. Email.

Repository Structure

Train

To train the model in the paper:

First please run deepwalk or other method as base embedding model, the embedding format is the same as deepwalk output.

python prep_dataset.py
python main.py

Citation

@inproceedings{liu2020towards,
    title={Towards locality-aware meta-learning of tail node embeddings on networks},
    author={Liu, Zemin and Zhang, Wentao and Fang, Yuan and Zhang, Xinming and Hoi, Steven CH},
    booktitle={Proceedings of the 29th ACM International Conference on Information & Knowledge Management},
    year={2020}
}