CF information: Collaborative Filtering information—patterns in user behavior (who bought what) used to predict preferences
R-GCN: Relational Graph Convolutional Network—a GNN variant used here to encode user-item interactions
m-core pruning: A graph preprocessing step that iteratively removes nodes with a degree less than m to reduce noise
RAFT: Retrieval-Augmented Fine-Tuning—fine-tuning the LLM specifically to utilize retrieved documents/context
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained weights and injects trainable rank decomposition matrices
Dijkstra's algorithm: A shortest-path algorithm used here to find the most relevant explanation paths in the graph
BERTScore: An evaluation metric that computes similarity between candidate and reference sentences using BERT embeddings (Precision, Recall, F1)
Knowledge Pruning: A proposed filtering strategy to remove training samples where the ground truth explanation is semantically similar to the input profiles, focusing training on harder cases