Agentic Recommender System: A recommender system that acts as an autonomous agent, capable of reasoning, planning, and actively interacting with users (e.g., following instructions) rather than just ranking items.
Exposure Bias: The tendency of a model to be biased towards items that were exposed to users in the training data, ignoring potentially relevant items that were never shown.
Semantic ID: A method of representing items where content (video/audio/text) is encoded into a structured sequence of IDs, capturing semantic meaning in a compact vector form.
Instruction-Following Recommender: A system designed to dynamically update its recommendation strategy based on explicit natural language feedback or instructions from the user.
RAG: Retrieval-Augmented Generation—fetching relevant data (like user history) to prompt an LLM.
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that accounts for the position of relevant items in a list.
Recall@N: The proportion of relevant items found in the top N recommendations.
Gym: A standard interface for reinforcement learning environments developed by OpenAI.
VLM: Vision-Language Model—an AI model capable of processing and understanding both images/video and text.