Towards S²-Challenges Underlying LLM-Based Augmentation for Personalized News Recommendation

Abstract

Personalized news recommendation aims to recommend candidate news to the target user. Since the data and knowledge involved in traditional recommender systems are restricted, recent studies utilize large language models (LLMs) to generate news articles and augment the original dataset. However, despite the superiority of LLM-based augmentation in news recommendation, previous studies still suffer from two serious problems, i.e., structure-level deficiency and semantic-level noise. Since the LLM-based augmentation is mainly implemented at the semantic level, collaborative signals, the critical structure information in recommender systems, is neglected during the generation process. Thus, it is inappropriate to perform recommendation based on the augmented user-news bipartite, which manifests as multiple isolated cliques. Moreover, utilizing the open-world knowledge of LLMs to extend the closed systems will inevitably introduce noise information, leading to difficulties in mining users' real preferences. In this paper, we propose a novel Structure-aware and Semantic-aware approach for LLM-Empowered personalized News Recommendation, named S^2LENR, to tackle the mentioned problems. Specifically, we propose a structure-aware refinement module to inject collaborative information in a parametric way, in order to construct a valid augmented bipartite. Besides, we devise a semantic-aware denoising module utilizing contrastive learning paradigm to overcome the negative effects of noise information. Finally, we calculate the relevance score between target user and candidate news representations. We conduct experiments on two real-world news recommendation datasets MIND-Large, MIND-Small and empirical results demonstrate the effectiveness of our approach from multiple perspectives.

Cite

Text

Wang et al. "Towards S²-Challenges Underlying LLM-Based Augmentation for Personalized News Recommendation." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I12.33389

Markdown

[Wang et al. "Towards S²-Challenges Underlying LLM-Based Augmentation for Personalized News Recommendation." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/wang2025aaai-s-a/) doi:10.1609/AAAI.V39I12.33389

BibTeX

@inproceedings{wang2025aaai-s-a,
  title     = {{Towards S²-Challenges Underlying LLM-Based Augmentation for Personalized News Recommendation}},
  author    = {Wang, Shicheng and Tang, Hengzhu and Gao, Li and Guo, Shu and Cheng, Suqi and Wang, Junfeng and Yin, Dawei and Liu, Tingwen and Wang, Lihong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {12739-12747},
  doi       = {10.1609/AAAI.V39I12.33389},
  url       = {https://mlanthology.org/aaai/2025/wang2025aaai-s-a/}
}