MRR

#evaluation #ranking #retrieval #recommendation

MRR (Mean Reciprocal Rank) helps evaluate the quality of recommendation and information retrieval systems. Simply put, it helps understand the average position of the first relevant item across all user lists.

To calculate MRR, you take the reciprocal of the rank of the first relevant item and average this value across all queries or users.

MRR=1Uu=1U1ranku

with U = the total number of users or queries in the evaluated datasetranki = the rank position of the first relevant document for the ith user or query.

More details here: