Fran Valero
Fran Valero
Hi @malinphy, Yes, we scaled the outputs in order to use Terrier. However, the score value for ndcg does not matter, it is only important the rank/order, so it is...
Our `K` is for all the labeled documents given a query. We set that in the arguments of `trec_eval` [here](https://github.com/amazon-science/esci-data/blob/main/ranking/launch-predictions-task1.sh#L54). However, you can also specify the value of `k`, if...
Yes. In this case, we did not set `K` limit of documents. With the argument `-J` we consider all the documents containing relevance labels given a a query. ``` -J:...