IRJun 2, 2021

PP-Rec: News Recommendation with Personalized User Interest and Time-aware News Popularity

arXiv:2106.01300v2724 citations
AI Analysis

This work addresses challenges in news recommendation for online services, though it is incremental as it builds on existing methods by adding popularity features.

The paper tackles cold-start and diversity issues in personalized news recommendation by combining personalized user interest scores with time-aware news popularity scores, resulting in improved accuracy and diversity on two real-world datasets.

Personalized news recommendation methods are widely used in online news services. These methods usually recommend news based on the matching between news content and user interest inferred from historical behaviors. However, these methods usually have difficulties in making accurate recommendations to cold-start users, and tend to recommend similar news with those users have read. In general, popular news usually contain important information and can attract users with different interests. Besides, they are usually diverse in content and topic. Thus, in this paper we propose to incorporate news popularity information to alleviate the cold-start and diversity problems for personalized news recommendation. In our method, the ranking score for recommending a candidate news to a target user is the combination of a personalized matching score and a news popularity score. The former is used to capture the personalized user interest in news. The latter is used to measure time-aware popularity of candidate news, which is predicted based on news content, recency, and real-time CTR using a unified framework. Besides, we propose a popularity-aware user encoder to eliminate the popularity bias in user behaviors for accurate interest modeling. Experiments on two real-world datasets show our method can effectively improve the accuracy and diversity for news recommendation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes