Closed jordane95 closed 1 year ago
I noticed that you reported accuracy@k and MRR in your paper. But I can't find corresponding implementation in your code.
Actually, I only find accuracy and f1, which are used to evaluate binary classification models.
For the construction of search task, you can refer to section 3.5 in the paper. By selecting all data in the test set as candidates, the accuracy@k and MRR metrics can be calculated.
Thanks for your reply!
I noticed that you reported accuracy@k and MRR in your paper. But I can't find corresponding implementation in your code.
Actually, I only find accuracy and f1, which are used to evaluate binary classification models.