Request for reproduction of Star-GNN
Hi, author. Your work "CORE" is concise and novelty. Thanks to your open source code, I have succeeded in reproducing your work and got a successful result. But there exists one thing I want to ask you about the reproduction of baseline Star-GNN which had been reproduced by you as sad in your paper. I would appreciate it if you could send me the code of Star-GNN since I want to test this model with your idea. Best wishes
Hi, thanks for your attention! Glad to hear the successful reproduction of CORE. 🥳
The implementation of SGNN can be found here [link].
The reproduction mainly follows the authors' original implementation, which has not been able to access currently [original released code]. Also note that the authors' original implementation doesn't contain the "Highway Network" module mentioned in their paper, and the reproduction keeps the same as the original implementation.