May I ask what the meanings of h@5_pos_x and h@5_slice_:x are?
I search the meaning (as follows) but don't know whether it is true or not, and they are not mentioned in the paper.
h@k_pos_x → HR@k measured on different prediction targets/tasks (e.g., next item, masked items, reconstruction).
Example: h@5_pos_0=0.06 means 6% of next-item predictions hit in top-5.
h@k_slice_:x → HR@k measured on specific data subsets (e.g., short sequences, long sequences, tail items).
Example: h@5_slice_:3=0.027 means only 2.7% hit rate in the 3rd subset of the dataset
May I ask what the meanings of
h@5_pos_xandh@5_slice_:xare?I search the meaning (as follows) but don't know whether it is true or not, and they are not mentioned in the paper.