Ego network: A subgraph consisting of a central node (item) and its immediate neighbors (first-order connections)
Semantic embedding: A dense vector representation derived from the textual content of the KG (processed by an LLM), capturing meaning rather than just graph position
ID embedding: A learnable vector assigned to a unique identifier (index) of a user or item, used in traditional collaborative filtering
LightGCN: A simplified Graph Convolutional Network for recommendation that removes non-linearities and feature transformations, focusing on neighborhood aggregation
BPR loss: Bayesian Personalized Ranking loss—an optimization objective that encourages the model to score observed (positive) items higher than unobserved (negative) items
TransR: A knowledge graph embedding method that models entities and relations in distinct vector spaces
Recall@K: A metric measuring the proportion of relevant items found in the top-K recommendations
NDCG@K: Normalized Discounted Cumulative Gain—a ranking metric that accounts for the position of relevant items in the list