_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.
KG: Knowledge Graph—a structured representation of data using entities (nodes) and relations (edges)
DEL: Diversified Embedding Learning—a module proposed in this paper to generate user embeddings that are distant from their historical interaction embeddings to promote diversity
CAU: Conditional Alignment and Uniformity—a proposed technique to align item embeddings based on shared KG entities and scatter them uniformly in the vector space
LightGCN: Light Graph Convolution Network—a simplified GCN architecture for recommendation that removes feature transformation and non-linear activation
BPR Loss: Bayesian Personalized Ranking Loss—an optimization objective that maximizes the difference between the scores of observed (positive) and unobserved (negative) items
Entity Coverage: A metric measuring the number of unique Knowledge Graph entities linked to the recommended items
Relation Coverage: A metric measuring the number of unique Knowledge Graph relations linked to the recommended items
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that takes into account the position of relevant items
Recall: The fraction of relevant items that are successfully retrieved
LGC: Light Graph Convolution layer—the propagation layer used in LightGCN