In this scientific article: Label Filters for Large Scale Multilabel Classification by Alexandru Niculescu-Mizil and Ehsan Abbasnejad, they use the notations P@1, P@5 and P@10 as the following table shows
I was thinking that they were $p$-values at the beginning, but it somehow doesn't make sense.
Could someone explain me what this notations mean?

The article you linked says:
Generally speaking, precision is a binary metric used to compare the results of the classifier under test with trusted external judgments. It is defined as a proportion of correctly labeled items in items predicted by the classifier, vaguely $$ \mathrm{precision}=\frac{|\{\text{correctly labeled items}\}\cap\{\text{predicted items}\}|}{|\{\text{predicted items}\}|}. $$ The @k part means that this metric is evaluated on top $k$ predictions retrieved by the classifier.