Learn Before
Concept
Mean Reciprocal Rank (MRR)
MRR is designed for systems that return a short ranked list of answers or passages for each test set question, which we can compare against the (human-labeled) correct answer. MRR is computed by the formula below:
Q = test set of questions
rank = rank of the first correct answer
MRR = sum of 1 / rank for all the questions in Q / size of Q

0
1
Updated 2022-04-23
Tags
Data Science