Recall Precision Tradeoff

Creator
Creator
Seonglae Cho
Created
Created
2025 Jan 29 23:7
Editor
Edited
Edited
2025 May 20 21:47
Refs
Refs
ROC Curve

Recall Precision Curve

Max Precision observed at Recall R or higher.
notion image
The precision-recall curve is dataset dependent, particularly on positive labels, because the true positive rate at threshold 0 cannot be exactly 0 but is bounded by the ratio of positive labels to the total number of samples in the dataset.

Mean Average Precision (MAP)

  • More weight to the top items
  • Only binary relevance
Most standard among the TREC community is MAP which provides a single-figure measure of quality across recall levels.
notion image
 
 
 

Recommendations