This repository is the official implementation of "L2GC: Lorentzian Linear Graph Convolutional Networks For Node Classification" accepted by LREC-COLING 2024.
python run_xx.py
@inproceedings{liang2024,
title = "L$^2${GC}:Lorentzian Linear Graph Convolutional Networks for Node Classification",
author = "Liang, Qiuyu and Wang, Weihua and Bao, Feilong and Gao, Guanglai",
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
year = "2024",
url = "https://aclanthology.org/2024.lrec-main.873",
pages = "9988--9998"
}
Our code is based on SGC, thank you for the excellent source code.