U-A-I Graph: User-Attribute-Item Graph—a tripartite graph structure where Users and Items are connected via intermediate 'Attribute' nodes representing interaction reasons
ARGC: Adaptive Relation-weighted Graph Convolution—a mechanism that dynamically weights the importance of different relation types (User-Attribute, Item-Attribute, etc.) during message passing
Cold-start: A scenario where the system has limited or no historical interaction data for new users or items, making recommendation difficult
BPR loss: Bayesian Personalized Ranking loss—an optimization objective that encourages the model to rank observed positive interactions higher than unobserved negative ones
Semantic Alignment: The process of ensuring that representations from different modalities (e.g., text and graph IDs) are compatible in the same vector space
Greedy Semantic Fusion: An algorithm proposed in this paper to merge semantically similar attribute nodes (e.g., 'scary' and 'horror') to reduce graph sparsity and redundancy
LightGCN: A simplified Graph Convolutional Network for recommendation that removes non-linearities and feature transformations to focus on structural neighborhood aggregation