(Listed in alphabetical order of the model/algorithm/method names)
BatchHL (Batch-Dynamic Distance Labelling): https://github.com/mufarhan/batchHL ( SIGMOD 2022 paper)
BatchHL+ (Improved Batch-Dynamic Distance Labelling): https://github.com/mufarhan/BatchHL-Plus ( VLDBJ 2023 paper)
FulHL (Fully Dynamic Distance Labelling): https://github.com/mufarhan/FulHL ( VLDBJ 2022 paper)
HC2L (Hierarchical Cut 2-hop Labelling): https://github.com/henningkoehlernz/road-networks ( SIGMOD 2024 paper)
HL (Highway Cover Labelling): https://github.com/mufarhan/highway_labelling ( EDBT 2019 paper)
IncHL (Incremental Highway Cover Labelling): https://github.com/mufarhan/IncHL_Plus ( EBDT 2021 paper)
N-WL (Neighbourhood Weisfeiler Leman): https://github.com/mufarhan/N-WL ( ICLR 2023 paper)
ParDHL (Parallel Dynamic Highway Cover Labelling): https://github.com/mufarhan/ParDHL ( WWW 2023 paper)
QbS (Query-by-Sketch): https://github.com/LeafyWang/QbS ( SIGMOD 2021 paper)
Rogas (Declarative Framework for Network Analytics): https://github.com/CornucopiaRG/Rogas ( VLDB 2016 paper)
GNN with Attention-Based Adaptive Aggregation (ASGAT): https://github.com/seanli3/asgat (ECML-PKDD 2021 paper)
Graph Restructuring via Adaptive Spectral Clustering (ASC): https://github.com/seanli3/graph_restructure (AAAI 2023 paper)
Spectral GNN with Feedback-Looped Filters (DFNet): https://github.com/wokas36/DFNets (NeurIPS 2019 paper)
GNN that Goes Beyond Weisfeiler-Lehman (GraphSNN): https://github.com/wokas36/GraphSNN (ICLR 2022 paper)
Graph Neighbourhood Neural Network (G3N): https://github.com/seanli3/G3N (ICLR 2023 paper)
Local Vertex Colouring GNN (LVC): https://github.com/seanli3/lvc (ICML 2023 paper)
Regularized Wasserstein Kernel (RWK): https://github.com/wokas36/RWK (ICDM 2021 paper)
Stable Graph Matching (StableGM): https://github.com/Gathika94/StableGM (UAI 2023 paper)