Submitted:
27 September 2025
Posted:
29 September 2025
You are already at the latest version
Abstract
Keywords:
1. Introduction
2. Related Work
3. Methodology
4. Overall Architecture
4.1. Stage 1: LLaMA-Based Semantic Recall
- Embedding Dropout: 10% dropout on .
- Multi-query Ensemble: add to during top-K recall.
4.2. Stage 2: Graph-Based User Encoding
4.3. Stage 3: Knowledge-Augmented Ranking Network
- Auxiliary Reconstruction: .
- Dynamic Negative Sampling: Non-clicked negatives from h.
- Soft Label Smoothing: .
5. Loss Function
5.1. Binary Cross-Entropy Loss
5.2. Pairwise Ranking Loss (BPR)
5.3. Semantic Reconstruction Loss
5.4. Optimization Details
- Gradient Clipping: norm capped at 5.0.
- Learning Rate Scheduling: cosine decay with 5-epoch warmup.
- L2 Regularization: weight decay .
6. Data Preprocessing
6.1. Session Segmentation
6.2. Text Cleaning and Tokenization
6.3. Temporal Feature Normalization
6.4. Training Triplet Construction
7. Experiment Results
7.1. Ablation Study
8. Conclusion
References
- Gao, C.; Zheng, Y.; Li, N.; Li, Y.; Qin, Y.; Piao, J.; Quan, Y.; Chang, J.; Jin, D.; He, X.; et al. A survey of graph neural networks for recommender systems: Challenges, methods, and directions. ACM Transactions on Recommender Systems 2023, 1, 1–51. [Google Scholar] [CrossRef]
- Qiu, Z.; Hu, Y.; Wu, X. Graph neural news recommendation with user existing and potential interest modeling. ACM Transactions on Knowledge Discovery from Data (TKDD) 2022, 16, 1–17. [Google Scholar] [CrossRef]
- Wang, L.; Jin, D. A time-sensitive graph neural network for session-based new item recommendation. Electronics 2024, 13, 223. [Google Scholar] [CrossRef]
- Chen, Y.; Yang, Y.; Wang, Y.; Bai, J.; Song, X.; King, I. Attentive knowledge-aware graph convolutional networks with collaborative guidance for personalized recommendation. In Proceedings of the 2022 IEEE 38th International Conference on Data Engineering (ICDE). IEEE; 2022; pp. 299–311. [Google Scholar]
- Luo, X.; Wang, E.; Guo, Y. Gemini-GraphQA: Integrating Language Models and Graph Encoders for Executable Graph Reasoning. In Proceedings of the 2025 Information Science Frontier Forum and the Academic Conference on Information Security and Intelligent Control (ISF). IEEE; 2025; pp. 70–74. [Google Scholar]
- Zhang, C.; Wang, Y.; Zhu, L.; Song, J.; Yin, H. Multi-graph heterogeneous interaction fusion for social recommendation. ACM Transactions on Information Systems (TOIS) 2021, 40, 1–26. [Google Scholar] [CrossRef]
- Zhang, C.Y.; Yao, Z.L.; Yao, H.Y.; Huang, F.; Chen, C.P. Dynamic representation learning via recurrent graph neural networks. IEEE Transactions on Systems, Man, and Cybernetics: Systems 2022, 53, 1284–1297. [Google Scholar] [CrossRef]
- Gao, S.; Fang, J.; Tu, Q.; Yao, Z.; Chen, Z.; Ren, P.; Ren, Z. Generative news recommendation. Proceedings of the Proceedings of the ACM Web Conference 2024 2024, 3444–3453. [Google Scholar]
- Yu, Y. Towards Intelligent Cloud Scheduling: DynaSched-Net with Reinforcement Learning and Predictive Modeling. Preprints 2025. [Google Scholar] [CrossRef]







| Model | AUC | NDCG@10 | Recall@10 | MRR@10 | Precision@10 | HitRate@10 |
|---|---|---|---|---|---|---|
| ItemKNN | 0.701 | 0.418 | 0.398 | 0.275 | 0.192 | 0.587 |
| BPR-MF | 0.732 | 0.447 | 0.422 | 0.295 | 0.204 | 0.604 |
| NeuMF | 0.748 | 0.462 | 0.437 | 0.312 | 0.213 | 0.616 |
| GRU4Rec | 0.762 | 0.481 | 0.452 | 0.326 | 0.219 | 0.634 |
| SASRec | 0.770 | 0.489 | 0.461 | 0.335 | 0.224 | 0.643 |
| DSSM | 0.753 | 0.454 | 0.428 | 0.308 | 0.211 | 0.615 |
| DIN | 0.774 | 0.492 | 0.465 | 0.339 | 0.227 | 0.646 |
| FPMC | 0.745 | 0.440 | 0.417 | 0.296 | 0.198 | 0.609 |
| NAML | 0.778 | 0.495 | 0.468 | 0.343 | 0.230 | 0.649 |
| HKNR (ours) | 0.793 | 0.512 | 0.473 | 0.356 | 0.237 | 0.661 |
| Model Variant | AUC | NDCG@10 | Recall@10 | MRR@10 | Precision@10 | HitRate@10 |
|---|---|---|---|---|---|---|
| HKNR - GCN | 0.781 | 0.496 | 0.455 | 0.341 | 0.225 | 0.649 |
| HKNR - LLaMA Recall | 0.768 | 0.483 | 0.442 | 0.330 | 0.219 | 0.635 |
| HKNR - Knowledge | 0.773 | 0.491 | 0.449 | 0.337 | 0.223 | 0.641 |
| HKNR (Full) | 0.793 | 0.512 | 0.473 | 0.356 | 0.237 | 0.661 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).