You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yunshengb Hello, I'm very sorry to disturb you at this time. When I run the project, I found that Siamese classification has negative values on Kendall's_and Pearman's rho. At the same time, the effect of MSE is 10 times higher than that mentioned in the paper. Is there any parameter that needs to be adjusted?
In addition, I would like to consult prec@k and prec@k_0.005, the abscissal and vertical coordinates of these two graphs are not clear, and what is the relationship between them and the p@10 and p@20 proposed in the paper?
I really hope to hear from you. Thank you.
The text was updated successfully, but these errors were encountered:
This time we save all the data and the complete configurations in that zip file, so you can simply run the model without any further tuning.
prec@k is the one we use, specifically, prec@10 and prec@20, i.e. we truncate the top 10 and 20 graphs retrieved by our model and compare against the ground-truth. In contrast, rho and tau are global metrics, i.e. we compare the entire ranking of all the training graphs against the ground-truth.
Thank you very much for your feedback.
I may not have made it clear, but the project I'm currently running is called SIMGNN, and I'd like to ask how the configuration is configured in here.
After I finished the operation, an effect drawing of MRR appeared. May I ask what is the meaning of MRR? It was not put forward in the paper.
@yunshengb Hello, I'm very sorry to disturb you at this time. When I run the project, I found that Siamese classification has negative values on Kendall's_and Pearman's rho. At the same time, the effect of MSE is 10 times higher than that mentioned in the paper. Is there any parameter that needs to be adjusted?
In addition, I would like to consult prec@k and prec@k_0.005, the abscissal and vertical coordinates of these two graphs are not clear, and what is the relationship between them and the p@10 and p@20 proposed in the paper?
I really hope to hear from you. Thank you.
The text was updated successfully, but these errors were encountered: