Association Rules: Rule-based patterns in data, e.g., 'If buy X, then usually buy Y' (market basket analysis)
Neural Embeddings: Dense vector representations of users and items learned by deep networks (like Matrix Factorization) to capture latent preferences
Memory-based Similarity: Traditional collaborative filtering (User-based or Item-based) that relies on direct overlap of ratings/history rather than learned vectors
HitRatio@K: A metric measuring the proportion of test cases where the ground-truth item is present in the top-K recommendations
Apriori algorithm: A classic algorithm for mining frequent itemsets and relevant association rules in transactional databases
ASIN: Amazon Standard Identification Number—a unique block of 10 letters and/or numbers that identifies items
Logline: A brief, one-sentence summary of a movie's plot, used here as unstructured text input for reasoning tasks
Taxonomy: A hierarchical classification system (e.g., Home -> Storage -> Hangers), used to test if LLMs understand category relationships