shoelace
shoelace copied to clipboard
Neural Learning to Rank using Chainer
Hi Rolf, I'm reading your code about ListMLE loss and found that in LogCumsumExp the max is subtracted and added back later, https://github.com/rjagerman/shoelace/blob/39085b9e1e544f4cca40ae7b6e158015b45bc6d1/shoelace/functions/logcumsumexp.py#L19, what is the reason for doing that?...
Hi, thanks for your library. the accuracy of output example code, for listmle, listpl and listnet are the same. you computed ndcg in your article. how did you compute ndcg?
Nowhere in the docs is the format of input dataset mentioned. In what format should data be fed to the model? Thank you?
Hey there, thanks for your library, it seems very useful. I noticed an issue with the docs located at: https://rjagerman.github.io/shoelace/datasets.html The section on datasets contains the snippet `from shoelace.dataset import...
Hi, Thank you for making your code available! I was wondering if you could give me some directions for how to actually use the trained neural network for predicting query...