-
Notifications
You must be signed in to change notification settings - Fork 195
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
Evaluation scheme for larger KBs #93
Comments
you can use this argument --neg_sample_size_eval=1000 and neg_deg_sample_eval=True |
Thanks for your response! |
Hi, for evaluation, I understand that the corrupted entities are a mix of uniformly sampled entities and those sampled based on degree (if I use --neg_sample_size_eval=1000 and neg_deg_sample_eval=True). Is there a way if I want to use just degree-based sampling and no uniformly sampled negative triples for evaluation? |
Currently, it does not support certain sampling method. You have to implement it your self. |
In the paper, section 5.3, it is mentioned that for the entire Freebase KB, you use a modified evaluation strategy in which
Is this evaluation supported in the dgl-ke library? If so, which arguments can be used to enable this?
The text was updated successfully, but these errors were encountered: