Skip to content

wooner49/TriCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm Me, We're Us, and I'm Us: Tri-directional Contrastive Learning on Hypergraphs (AAAI'23)

This repository contains the source code for the paper I'm Me, We're Us, and I'm Us: Tri-directional Contrastive Learning on Hypergraphs, by Dongjin Lee and Kijung Shin, presented at AAAI 2023.

In this paper, we propose TriCL (Tri-directional Contrastive Learning), a general framework for contrastive learning on hypergraphs. Its main idea is tri-directional contrast, and specifically, it aims to maximize in two augmented views the agreement (a) between the same node, (b) between the same group of nodes, and (c) between each group and its members. Together with simple but surprisingly effective data augmentation and negative sampling schemes, these three forms of contrast enable TriCL to capture both microscopic and mesoscopic structural information in node embeddings. Our extensive experiments using 14 baseline approaches, 10 datasets, and two tasks demonstrate the effectiveness of TriCL, and most noticeably, TriCL almost consistently outperforms not just unsupervised competitors but also (semi-)supervised competitors mostly by significant margins for node classification.

Requirements

  • Python 3.9.12
  • PyTorch 1.11.0
  • PyTorch Geometric 2.0.4
  • Numpy 1.22.3
  • Scikit-learn 1.0.2
  • PyYAML 6.0

Reference

This code is free and open source for only academic/research purposes (non-commercial). If you use this code as part of any published research, please acknowledge the following paper.

@inproceedings{lee2023m,
  title={I’m me, we’re us, and i’m us: Tri-directional contrastive learning on hypergraphs},
  author={Lee, Dongjin and Shin, Kijung},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={37},
  number={7},
  pages={8456--8464},
  year={2023}
}

@article{lee2022m,
  title={I'm Me, We're Us, and I'm Us: Tri-directional Contrastive Learning on Hypergraphs},
  author={Lee, Dongjin and Shin, Kijung},
  journal={arXiv preprint arXiv:2206.04739},
  year={2022}
}

About

I'm Me, We're Us, and I'm Us: Tri-directional Contrastive Learning on Hypergraphs (AAAI'23)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages