Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results for multi-relational link prediction #1

Open
zhanqiuzhang opened this issue Aug 24, 2021 · 1 comment
Open

Results for multi-relational link prediction #1

zhanqiuzhang opened this issue Aug 24, 2021 · 1 comment

Comments

@zhanqiuzhang
Copy link

Thanks for sharing the code!

Do you evaluate the performance of KE-GCN on the link prediction task? As far as I know, link prediction is the standard evaluation task for KGE models and many baseline models (e.g., R-GCN, W-GCN, KBGAT, CompGCN) in Table 1.

Looking forward to your reply.

@PlusRoss
Copy link
Owner

We did not evaluate our model on the link prediction task. The main reason is that according to previous works, GCN did not bring significant superior performance compared to non-GCN models such as RotatE and QuatE. The KBGAT model seems to have a much better performance, but recent work shows that their code has test data leakage problem. After fixing that, it failed to outperform RotatE and QuatE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants