News Recommendation via Jointly Modeling Event Matching and Style Matching
Abstract
News recommendation is a valuable technology that helps users effectively and efficiently find news articles that interest them. However, most of existing approaches for news recommendation often model users’ preferences by simply mixing all different information from news content together without in-depth analysis on news content. Such a practice often leads to significant information loss and thus impedes the recommendation performance. In practice, two factors which may significantly determine users’ preferences towards news are news event and news style since users tend to read news articles that report events they are interested in, and they also prefer articles that are written in their preferred style. Such two factors are often overlooked by existing approaches. To address this issue, we propose a novel Event and Style Matching (ESM) model for improving the performance of news recommendation. The ESM model first uses an event-style disentangler to extract event and style information from news articles respectively. Then, a novel event matching module and a novel style matching module are designed to match the candidate news with users’ preference from the event perspective and style perspective respectively. Finally, a unified score is calculated by aggregating the event matching score and style matching score for next news recommendation. Extensive experiments on real-world datasets demonstrate the superiority of ESM model and the rationality of our design (The source code and the splitted datasets are publicly available at https://github.com/ZQpengyu/ESM ).
Cite
Text
Zhao et al. "News Recommendation via Jointly Modeling Event Matching and Style Matching." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023. doi:10.1007/978-3-031-43421-1_24Markdown
[Zhao et al. "News Recommendation via Jointly Modeling Event Matching and Style Matching." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023.](https://mlanthology.org/ecmlpkdd/2023/zhao2023ecmlpkdd-news/) doi:10.1007/978-3-031-43421-1_24BibTeX
@inproceedings{zhao2023ecmlpkdd-news,
title = {{News Recommendation via Jointly Modeling Event Matching and Style Matching}},
author = {Zhao, Pengyu and Wang, Shoujin and Lu, Wenpeng and Peng, Xueping and Zhang, Weiyu and Zheng, Chaoqun and Huang, Yonggang},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2023},
pages = {404-419},
doi = {10.1007/978-3-031-43421-1_24},
url = {https://mlanthology.org/ecmlpkdd/2023/zhao2023ecmlpkdd-news/}
}