Supposed given a query, our system return 10 recommendation result
doc1, doc2, ... doc10
if the ground truth says relevant document says the relevant document is doc100 (which is in position 100), does the reciprocal rank
should be 1/100 ? I think it's hard to push the system to return 100 document.
But if i only include recommendation result which had the relevant document in position below top10, I think that is a Naive approach. And i don't really understand the concept of MRR@10, MRR@5, etc.
Can someone please explain to me? Thank you