RecSys: Recommender Systems—algorithms designed to suggest relevant items to users
AUC: Area Under the ROC Curve—a standard offline metric measuring the probability that a random positive sample is ranked higher than a random negative one
nDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that takes into account the position of relevant items
CTR: Click-Through Rate—the ratio of users who click on a specific link to the number of total users who view a page, email, or advertisement
Pair-wise evaluation: Comparing two items or lists directly against each other to determine which is better, rather than scoring them individually
Point-wise ranking: Assigning an absolute score to a single item or list in isolation
Zero-shot: Using a model to perform a task without providing any specific training examples for that task
Chain-of-Thought: A prompting technique that encourages the model to generate intermediate reasoning steps before producing the final answer