CLAIIRLGMay 13, 2024

News Recommendation with Category Description by a Large Language Model

arXiv:2405.13007v18 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing news recommendations for online platform users by improving category understanding, though it is incremental as it builds on existing content-based models.

The paper tackled the problem of personalized news recommendation by automatically generating informative category descriptions using a large language model and incorporating them into models, achieving up to a 5.8% improvement in AUC on the MIND dataset compared to baselines.

Personalized news recommendations are essential for online news platforms to assist users in discovering news articles that match their interests from a vast amount of online content. Appropriately encoded content features, such as text, categories, and images, are essential for recommendations. Among these features, news categories, such as tv-golden-globe, finance-real-estate, and news-politics, play an important role in understanding news content, inspiring us to enhance the categories' descriptions. In this paper, we propose a novel method that automatically generates informative category descriptions using a large language model (LLM) without manual effort or domain-specific knowledge and incorporates them into recommendation models as additional information. In our comprehensive experimental evaluations using the MIND dataset, our method successfully achieved 5.8% improvement at most in AUC compared with baseline approaches without the LLM's generated category descriptions for the state-of-the-art content-based recommendation models including NAML, NRMS, and NPA. These results validate the effectiveness of our approach. The code is available at https://github.com/yamanalab/gpt-augmented-news-recommendation.

Code Implementations1 repo
Foundations

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

Your Notes