Skip to content
/ BMGC Public
forked from zxlearningdeep/BMGC

The source code for "Balanced Multi-Relational Graph Clustering" (BMGC) (Accepted by ACM International Conference on Multimedia)

Notifications You must be signed in to change notification settings

sckangz/BMGC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Balanced Multi-Relational Graph Clustering

This repository contains the source code and datasets for the paper "Balanced Multi-Relational Graph Clustering", accepted by the 32nd ACM International Conference on Multimedia (MM 2024).

Paper Link: https://arxiv.org/abs/2407.16863

Available Data

All the datasets and the trained model parameters can be downloaded from datasets link.

Place the 'data' and 'best' folders from the downloaded files into the BMGC directory.

Training

python main.py or python large.py (to run the MAG dataset)

MAG Dataset

MAG is a large-scale citation network, constituting the largest dataset in multi-relation graph clustering thus far. MAG is a subset we extracted from OGBN-MAG, consisting of the four largest classes. MAG contains 113,919 papers with graphs generated by two meta-paths (paper-author-paper and paper-paper). Each paper is associated with a 128-dimensional word2vec feature vector. The processed MAG can be downloaded from the above "datasets link".

If you use the MAG dataset in your research, please make sure to cite our paper. Thank you!

BibTeX

@inproceedings{shen2024balanced,
  title={Balanced Multi-Relational Graph Clustering},
  author={Shen, Zhixiang and He, Haolan and Kang, Zhao},
  booktitle={Proceedings of the 32nd ACM International Conference on Multimedia},
  pages={4120--4128},
  year={2024}
}

About

The source code for "Balanced Multi-Relational Graph Clustering" (BMGC) (Accepted by ACM International Conference on Multimedia)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%