An open API service indexing awesome lists of open source software.

https://github.com/hkuds/gte

[CIKM'2023] "GTE: How Expressive are Graph Neural Networks for Recommendation?"
https://github.com/hkuds/gte

collaborative-filtering graph-neural-networks recommender-systems

Last synced: 2 months ago
JSON representation

[CIKM'2023] "GTE: How Expressive are Graph Neural Networks for Recommendation?"

Awesome Lists containing this project

README

          

# GTE
This is the Python implementation for the GTE algorithm in the paper **How Expressive are Graph Neural Networks in Recommendation?**, *ACM International Conference on Information and Knowledge Management*, 2023. [[arXiv]](https://arxiv.org/abs/2308.11127)

#### How to run the codes
```
python main.py --data [amazon_beauty/sparse_tmall/douban/gowalla/tmall/yelp]
```

#### Citing our paper

Please kindly cite our paper if you find this paper and the codes helpful.
```
@inproceedings{cai2023expressive,
title={How Expressive are Graph Neural Networks in Recommendation?},
author={Cai, Xuheng and Xia, Lianghao and Ren, Xubin and Huang, Chao},
booktitle={Proceedings of the 32nd ACM International Conference on Information and Knowledge Management},
year={2023}
}
```