RS: Recommender Systems—algorithms designed to suggest relevant items to users
Recall: The first stage of recommendation that retrieves a small set of potentially relevant items from a massive pool (millions/billions)
Ranking: The second stage that sorts the recalled items using complex models to predict precise user relevance (often via CTR/CVR)
Reranking: The final stage that adjusts the sorted list for objectives like diversity, fairness, or list-wise context
CTR: Click-Through Rate—the probability that a user will click on a recommended item
CVR: Conversion Rate—the probability that a user will perform a desired action (e.g., purchase) after clicking
DeepFM: A deep learning model combining Factorization Machines and Deep Neural Networks for CTR prediction
LLM Agent: An autonomous system powered by an LLM that can plan, reason, use tools, and maintain memory to achieve goals
SOTA: State-of-the-Art—the current best-performing models or methods in a specific field
DIN: Deep Interest Network—a model that uses attention mechanisms to capture user interests from historical behaviors
DCN: Deep & Cross Network—a model designed to learn explicit feature interactions effectively