Inductive Cold-Start: The challenge of recommending items/collaborators for a new user who was not present during the model's training and has no interaction history.
HGT: Heterogeneous Graph Transformer—a GNN architecture designed to handle graphs with multiple types of nodes and edges by using type-dependent attention mechanisms.
InfoNCE: Information Noise Contrastive Estimation—a loss function used in contrastive learning to maximize agreement between positive pairs (similar representations) and minimize agreement with negative pairs.
DeepSeek-V3: A large language model used in this paper as a 'Teacher' to generate high-quality semantic embeddings from text profiles.
Semantic k-NN Graph: A graph constructed by connecting isolated nodes to their k nearest neighbors based on semantic similarity, used to create artificial edges for cold-start users.
Time-Machine Protocol: An evaluation method that strictly separates training and testing data by time (e.g., train on data before 2022, test on 2024) to prevent future data leakage.
HNSW: Hierarchical Navigable Small World—an algorithm for approximate nearest neighbor search, used for fast vector retrieval.
Topological Void: A situation where a node has no edges (connections) in the graph, rendering structure-based learning methods ineffective.
CVCL: Cross-View Contrastive Learning—the paper's method of aligning the structural representation learned by the GNN with the semantic representation from the LLM.