JuliaGast / TGB2

Temporal Graph Benchmark project repo
1 stars 0 forks source link

Add Github archive parser #39

Closed erfanloghmani closed 3 months ago

erfanloghmani commented 3 months ago

Creates (src, edge_type, dst, time) edges from the GitHub archive JSON file.

Using the rules from https://arxiv.org/pdf/2007.01231 (page 11)

The parser creates 18 rules that are in the GITHUB-SE-1Y-Repo dataset. I wrote the meaning of the rules and sources and destination types here.