_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.
CIKG: Collaborative Interest Knowledge Graph—a unified graph structure proposed in this paper that connects users, items, entities (item attributes), and inferred user interests.
GMAE: Graph Masked Autoencoder—a technique where parts of a graph are masked and the model must reconstruct them, forcing it to learn robust features.
Curriculum Learning: A training strategy where the difficulty of the task increases over time (e.g., increasing the mask rate) to help the model learn gradually.
InfoNCE: Information Noise Contrastive Estimation—a loss function used in contrastive learning to maximize similarity between positive pairs and minimize it for negative pairs.
LightGCN: A simplified Graph Convolutional Network designed for recommendation that removes non-linearities and feature transformations to focus on neighborhood aggregation.
SimGCL: Simple Graph Contrastive Learning—a method that augments graph views by adding random noise to node embeddings rather than perturbing the graph structure.
Hallucination: A phenomenon where LLMs generate plausible but incorrect or nonsensical information.
Over-smoothing: A problem in GNNs where node representations become indistinguishable after too many layers of aggregation.