Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
119 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Graph Neural News Recommendation with Long-term and Short-term Interest Modeling (1910.14025v2)

Published 30 Oct 2019 in cs.IR, cs.CL, cs.LG, and stat.ML

Abstract: With the information explosion of news articles, personalized news recommendation has become important for users to quickly find news that they are interested in. Existing methods on news recommendation mainly include collaborative filtering methods which rely on direct user-item interactions and content based methods which characterize the content of user reading history. Although these methods have achieved good performances, they still suffer from data sparse problem, since most of them fail to extensively exploit high-order structure information (similar users tend to read similar news articles) in news recommendation systems. In this paper, we propose to build a heterogeneous graph to explicitly model the interactions among users, news and latent topics. The incorporated topic information would help indicate a user's interest and alleviate the sparsity of user-item interactions. Then we take advantage of graph neural networks to learn user and news representations that encode high-order structure information by propagating embeddings over the graph. The learned user embeddings with complete historic user clicks capture the users' long-term interests. We also consider a user's short-term interest using the recent reading history with an attention based LSTM model. Experimental results on real-world datasets show that our proposed model significantly outperforms state-of-the-art methods on news recommendation.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (5)
  1. Linmei Hu (14 papers)
  2. Chen Li (386 papers)
  3. Chuan Shi (92 papers)
  4. Cheng Yang (168 papers)
  5. Chao Shao (1 paper)
Citations (164)

Summary

Graph Neural News Recommendation with Long-term and Short-term Interest Modeling

The paper presented offers a novel approach to personalized news recommendation by leveraging graph neural networks (GNNs) to address the limitations of existing collaborative filtering (CF) and content-based methods. The proposed model, Graph Neural News Recommendation (GNewsRec), integrates long-term and short-term interest modeling to significantly enhance recommendation accuracy, particularly addressing the sparsity and cold-start problems inherent in traditional recommendation systems.

Methodological Framework

The GNewsRec model distinguishes itself by constructing a heterogeneous user-news-topic graph, capturing user-item interactions with the incorporation of latent topic information. Graph neural networks are employed to learn representations of users and news items by propagating embeddings over this graph, thereby encoding high-order structure information which is vital for understanding user interests and news relevancy. This approach exploits the relationships between users, news items, and latent topics to aggregate more information from fewer interactions.

The model also considers the user's long-term interests—which are relatively stable—and short-term interests, which reflect temporal attractions to certain topics. Long-term interest modeling is achieved through complete historical user clicks on the graph, while short-term interest is captured using an attention-based LSTM model that analyzes recent reading history. By combining these interest representations, the model delivers a comprehensive user modeling approach to news recommendations.

Significant Results

The experimental results on real-world datasets, specifically the Adressa dataset, reveal that GNewsRec outperforms state-of-the-art methods such as DMF, DeepWide, DeepFM, DKN, and DAN in terms of accuracy metrics AUC and F1 score. The proposed model achieves an AUC improvement of over 2% and an F1 score increase of at least 10%, underscoring the efficacy of utilizing GNNs with heterogeneous graph structures and dual-interest modeling.

Implications and Future Research Directions

This research holds substantial implications for the development of news recommendation systems. By integrating high-order structural data and temporal interest considerations, GNewsRec offers a robust framework for overcoming common challenges in news recommendations, such as data sparsity and the cold-start problem. Practically, this could lead to more accurate and personalized user experiences on news platforms through timely and relevant content delivery.

Theoretically, the approach highlights the potential of graph neural networks in recommendation tasks, suggesting further exploration into heterogeneous graph structures and extended applications beyond news content. Future research directions might delve into refining topic modeling techniques within the graph, extending the framework to other types of media platforms, or exploring dynamic graph adaptations as user interests evolve. Moreover, there is potential to integrate additional contextual factors or cross-domain information to further enhance recommendation precision.

In summary, the paper presents a well-conceived and tested framework for news recommendation systems that serves as a significant step forward in leveraging advanced graph-based models for personalized content delivery.