Skip to content

Evaluation on DensePassageRetriver #3567

Answered by TuanaCelik
Zaker237 asked this question in Questions
Discussion options

You must be logged in to vote

Hey @Zaker237
MAP and MRR are very similar metrics. But not quite.
MRR takes into account only the highest-ranked positive sample (even if there were multiple positive samples)
MAP takes into account how high ALL the relevant samples are ranked.
But, if you have only one positive sample/document per query in your dataset, the two metrics effectively become the same. Because there are no 'other' relevant documents/samples that MAP can take into consideration. I believe that this is the case with the GermanDPR dataset. This is why you're getting the same results.

This post here does a good job of explaining the two.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Zaker237
Comment options

Answer selected by TuanaCelik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants