toggled / vldbsubmission

Official repository of the PVLDB 2023 paper: Neighborhood-based Hypergraph core decomposition
MIT License
3 stars 3 forks source link

Neighborhood-based Hypergraph core decomposition

This repository is the implementation of a PVLDB 2023 paper: "Neighborhood-based Hypergraph core decomposition".

Please cite our extended arXiv version as:

@article{arafat2023neighborhoodbased,
      title={Neighborhood-based Hypergraph Core Decomposition}, 
      author={Naheed Anjum Arafat and Arijit Khan and Arpit Kumar Rai and Bishwamittra Ghosh},
      year={2023},
      eprint={2301.06426},
      archivePrefix={arXiv},
      primaryClass={cs.SI},
      url={https://arxiv.org/abs/2301.06426}
}

Datasets

Our datasets can be downloaded from https://drive.google.com/file/d/12cvz-XtfQUbmj-gqlT9z4DKGMuhqLGjs/view?usp=sharing

Format of a hypergraph file (.hyp)

Each line is a hyperedge consisting of comma separated node ids.

Notebooks for plots and case-studies

source codes

Output

output/: Output folder that contains algorithm outputs.

How to run:

C++ compiler requirements:

Python and notebook requirements: