Closed Megh-Thakkar closed 3 years ago
Yes, we can always add multiple layers of CompGCN to increase the neighborhood influence as required.
Thanks for the very quick reply. Just wanted to confirm if it had any effects that you might have experimented with. Closing this for now.
Well, we observed varied benefits of using higher-order neighborhoods for encoding knowledge graphs based on the score function. Usually, 1 layer is quite good but sometimes multiple layers can show better performance. You can check out the commands for the different score functions we have in the Readme, in some of them, we used multiple layers.
Got it! Thanks again.
Hi, thank you for the easy-to-understand code repository. As per my understanding, there is only one CompGCN update at every step, which would be similar to aggregating information from the first-hop neighbors. Did you experiment with more hops/iterations?
Thank you.