Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cynricfu authored Nov 24, 2022
1 parent 62bf9f3 commit 48705be
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## MAGNN
## MECCH

This repository provides a reference implementation of MECCH as described in the paper:
This repository provides a reference implementation of MECCH as described in the paper [arXiv:2211.12792](https://arxiv.org/abs/2211.12792):
> MECCH: Metapath Context Convolution-based Heterogeneous Graph Neural Networks.<br>
> Xinyu Fu, Irwin King
TODO

### Dependencies

* PyTorch 1.10
Expand Down Expand Up @@ -55,4 +53,13 @@ python main.py -m MECCH -t link_prediction -d lastfm -g 0

### Citing

TODO
If you find MECCH useful in your research, please cite the following paper:
```
@article{fu2022mecch,
author = {Xinyu Fu and Irwin King},
title = {MECCH: Metapath Context Convolution-based Heterogeneous Graph Neural Networks},
journal = {CoRR},
volume = {abs/2211.12792},
year = {2022}
}
```

0 comments on commit 48705be

Please sign in to comment.