Greedy re-ranking: An iterative process where items are selected one by one to maximize a combined score of relevance and diversity at each step
MMR: Maximal Marginal Relevance—a greedy strategy that selects items maximizing relevance while minimizing similarity to already selected items
xQuAD: Explicit Query Aspect Diversification—a diversity method that selects items to cover different user interests or item aspects
nDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that weights highly relevant items more when they appear earlier in the list
EILD: Expected Intra-List Diversity—a metric measuring the average pairwise distance between recommended items, weighted by their rank and relevance
Zero-shot prompting: Asking a model to perform a task without providing any example inputs and outputs in the prompt
Hallucination (in RS): When the LLM recommends items that were not in the candidate list or do not exist
Matrix Factorization: A technique that decomposes the user-item interaction matrix into lower-dimensional latent factors to predict missing ratings