Node Embeddings in Dynamic Graphs
Project description
Online Node2Vec
This repository contains the code related to the research of Ferenc Béres, Róbert Pálovics, Domokos Miklós Kelen and András A. Benczúr.
Introduction
We propose two online node embedding models (StreamWalk and online second order similarity) for temporally evolving networks. Two nodes are required to be mapped close in the vector space whenever they lie on short paths formed by recent edges in the first model, and whenever the set of their recent neighbors is similar in the second model.
Please cite our paper if you use our work:
@Article{Béres2019,
author="B{\'e}res, Ferenc
and Kelen, Domokos M.
and P{\'a}lovics, R{\'o}bert
and Bencz{\'u}r, Andr{\'a}s A.",
title="Node embeddings in dynamic graphs",
journal="Applied Network Science",
year="2019",
volume="4",
number="64",
pages="25",
}
I presented a former version of our work at the 7th International Conference on Complex Networks and Their Applications that is availabe on this branch.
Data
US Open 2017 (UO17) and Roland-Garros 2017 (RG17) Twitter datasets were published in our previous work for the first time. Please cite this article if you use our data sets in your research:
@Article{Béres2018,
author="B{\'e}res, Ferenc
and P{\'a}lovics, R{\'o}bert
and Ol{\'a}h, Anna
and Bencz{\'u}r, Andr{\'a}s A.",
title="Temporal walk based centrality metric for graph streams",
journal="Applied Network Science",
year="2018",
volume="3",
number="32",
pages="26",
}
These Twitter datasets are available on the website of our research group. In order to process the data you need to install the twittertennis Python package. It will automatically download and prepare the datasets for you.
Install
python setup.py install
Usage
After installing every requirement execute the following script to run both node representation learning and evaluation for the similarity search task.
cd scripts
bash run.sh
The major steps in our pipeline are:
- Download and preprocess data
- Learning StreamWalk representations
- Learning Second order similarity representations
- Evaluate node embeddings for the similarity search supervised experiment
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file online_node2vec-0.1.1.tar.gz
.
File metadata
- Download URL: online_node2vec-0.1.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26cc364731fc6425fbfbacd65051a9ea0896b8eb434323cce040b7c7d15d7073 |
|
MD5 | 8758a7f751c2b38b3061ed1b8d27cb2b |
|
BLAKE2b-256 | 2f28579b3472ea7ccaf2b38d62c723af0cc54231326cccd2ea08dcfbb36989b2 |
File details
Details for the file online_node2vec-0.1.1-py3.7.egg
.
File metadata
- Download URL: online_node2vec-0.1.1-py3.7.egg
- Upload date:
- Size: 53.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6e6bbaa43ff3277cd2cbe85b9007f49c29c8dfd0ca600e5002a447b219d7c6d |
|
MD5 | de816895d811703d0a6a339f1d11bb0b |
|
BLAKE2b-256 | 407b78b2735fafd9a7b86809bef3560f8febeb945f0d1908d07be00e63ff738c |
File details
Details for the file online_node2vec-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: online_node2vec-0.1.1-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | faddc7e2eb228c010d4c0acca1bb31519d4181a95647d6906987a8f8c5be176a |
|
MD5 | 3dc130c7e20f42fa7934d8ec8069ad2b |
|
BLAKE2b-256 | a738c960d361a3f32b498792b63663a71a4a3e49cf4920cf5a30fd012cd2df9c |