Evaluation on DensePassageRetriver #3567
-
Hi Dear @ALL |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Zaker237 |
Beta Was this translation helpful? Give feedback.
-
Hi Dear @ALL |
Beta Was this translation helpful? Give feedback.
-
Hey @Zaker237 |
Beta Was this translation helpful? Give feedback.
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.