Learn Before
Precision@k Retrieval Metric
Precision@ (written P@) is a top- ranking evaluation metric used in information retrieval. For a single query with a set of gold relevant items and a ranked list of retrieved items, let be the set of items appearing in the top positions. Then
The corpus-level score averages this quantity over a fixed evaluation set of queries. Precision@ takes values in and is rank-agnostic within the top- window: it counts how many of the top retrieved items are relevant, not their internal ordering. The cutoff must be reported alongside the score (e.g. P@), 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 and a comparable numerator. Unlike Recall@, the denominator is the fixed cutoff rather than , so P@ is sensitive to how many relevant items exist per query and is typically reported alongside Recall@ as a complementary precision-side measure.
0
1
Tags
Science
Auditable Strict-Parity Evaluation of Prerequisite-Graph Retrieval for RAG under Leakage Controls