_comment: REQUIRED: Define ALL technical terms, acronyms, and method names used ANYWHERE in the entire summary. After drafting the summary, perform a MANDATORY POST-DRAFT SCAN: check every section individually (Core.one_sentence_thesis, evaluation_highlights, core_problem, Technical_details, Experiments.key_results notes, Figures descriptions and key_insights). HIGH-VISIBILITY RULE: Terms appearing in one_sentence_thesis, evaluation_highlights, or figure key_insights MUST be defined—these are the first things readers see. COMMONLY MISSED: PPO, DPO, MARL, dense retrieval, silver labels, cosine schedule, clipped surrogate objective, Top-k, greedy decoding, beam search, logit, ViT, CLIP, Pareto improvement, BLEU, ROUGE, perplexity, attention heads, parameter sharing, warm start, convex combination, sawtooth profile, length-normalized attention ratio, NTP. If in doubt, define it.
Serendipity: In RS context, a recommendation that is both relevant (useful/liked) and unexpected to the user.
RS: Recommender Systems—algorithms designed to suggest relevant items to users.
LLM4Rec: The application of Large Language Models to Recommender Systems tasks.
SVD: Singular Value Decomposition—a matrix factorization technique used in collaborative filtering to predict missing ratings.
SOG: Serendipity-Oriented Greedy—a re-ranking algorithm designed to improve serendipity by balancing relevance, diversity, and unpopularity.
NLG: Natural Language Generation—producing text outputs from models.
Zero-shot/Few-shot: Providing the model with zero or a few examples in the prompt to guide its behavior without parameter updates.
Macro metrics: Averaging metrics (Precision/Recall) independently per class to treat minority and majority classes equally.