Learn Before
Definition

Precision@k Retrieval Metric

Precision@kk (written P@kk) is a top-kk ranking evaluation metric used in information retrieval. For a single query with a set RR of gold relevant items and a ranked list of retrieved items, let RkR_k be the set of items appearing in the top kk positions. Then

Precision@k=RRkk.\mathrm{Precision@}k = \frac{|R \cap R_k|}{k}.

The corpus-level score averages this quantity over a fixed evaluation set of queries. Precision@kk takes values in [0,1][0,1] and is rank-agnostic within the top-kk window: it counts how many of the top kk retrieved items are relevant, not their internal ordering. The cutoff kk must be reported alongside the score (e.g. P@1010), and meaningful headline comparisons fix the encoder, candidate pool, cutoff, matching rule, and split policy so that two systems compute denominators of the same size kk and a comparable numerator. Unlike Recall@kk, the denominator is the fixed cutoff kk rather than R|R|, so P@kk is sensitive to how many relevant items exist per query and is typically reported alongside Recall@kk as a complementary precision-side measure.

0

1

Updated 2026-05-18

Contributors are:

Who are from:

Tags

Science

Auditable Strict-Parity Evaluation of Prerequisite-Graph Retrieval for RAG under Leakage Controls