Collaborative Knowledge: Information derived from the collective behavior of many users (e.g., 'people who bought X also bought Y'), captured here via co-occurrence matrices
Semantic Embedding: Vector representations of items generated by an LLM based on textual metadata (title, description), capturing meaning rather than interaction patterns
Hits@10: A metric that measures the percentage of times the correct next item appears in the top 10 recommendations
Pair-wise ranking: A ranking strategy where the model compares two items at a time to decide which is more relevant, rather than scoring each item individually
Co-occurrence matrix: A matrix where entry (i, j) represents how often item i and item j appear in the same user's history
Sliding window: A technique in ranking where the model compares a subset of items (the window) and moves the window step-by-step to process a longer list
Zero-shot: Performing the recommendation task using a pre-trained model without any task-specific gradient updates or fine-tuning