-
Notifications
You must be signed in to change notification settings - Fork 124
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
sota configs with different version pytorch #238
Comments
Hi, Regarding you second question: To find out the most probable tail entities you need to score your sp-query against all objects and sort the resulting scores in a descending order. You can get all scores with the function Line 682 in 782954e
In case you are only looking for tail entities which answer the query with the triples given in the train set you can use the index |
As a data point: I reran using the versions listed in |
@xlk369293141 Are you still experiencing this problem? |
Thanks for you sharing. But I have some problem in recurring process.
I use your setup.py besides the pytorch version =1.9.0 + cuda 11.1 because of our limited GPU device support.
I try the ComplEx and ConvE configs you prrovided with three random seed, and report the best mean_reciprocal_rank_filtered_with_test.
ComplEx FB15k-237 : 27.0 (34.8) WNRR: 44.8 (47.5)
ConvE FB15k-237: 30.7 (33.9) WNRR: 42.5 (44.2)
The results reported by you are in brackets. What caused this difference?
And another question, How can I get the all tail entity indexes satisfy a particalar query (sp_) from Dataset class?
The text was updated successfully, but these errors were encountered: