Personalized News Recommendation System via LLM Embedding and Co-Occurrence Patterns
In the past two years, large language models (LLMs) have achieved rapid development and demonstrated remarkable emerging capabilities. Concurrently, with powerful semantic understanding and reasoning capabilities, LLMs have significantly empowered the rapid advancement of the recommendation system field. Specifically, in news recommendation (NR), systems must comprehend and process a vast amount of clicked news text to infer the probability of candidate news clicks. This requirement exceeds the capabilities of traditional NR models but aligns well with the strengths of LLMs. In this paper, we propose a novel NR algorithm to reshape the news model via LLM Embedding and Co-Occurrence Pattern (LECOP). On one hand, we fintuned LLM by contrastive learning using large-scale datasets to encode news, which can fully explore the semantic information of news to thoroughly identify user preferences. On the other hand, we explored multiple co-occurrence patterns to mine collaborative information. Those patterns include news ID co-occurrence, Item-Item keywords co-occurrence and Intra-Item keywords co-occurrence. The keywords mentioned above are all generated by LLM. As far as we know, this is the first time that constructing such detailed Co-Occurrence Patterns via LLM to capture collaboration. Extensive experiments demonstrate the superior performance of our proposed novel method
Code (0)
등록된 구현이 없습니다.
Tasks
Contrastive LearningNews RecommendationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Two Birds with One Stone: Unified Model Learning for Both Recall and Ranking in News Recommendation
Recall and ranking are two critical steps in personalized news recommendation. Most existing news recommender systems conduct personalized news recall and ranking separately with different models. However, maintaining mu…
News RecommendationRecommendation SystemsHieRec: Hierarchical User Interest Modeling for Personalized News Recommendation
User interest modeling is critical for personalized news recommendation. Existing news recommendation methods usually learn a single user embedding for each user from their previous behaviors to represent their overall i…
News RecommendationPersonalized News Recommendation: Methods and Challenges
Personalized news recommendation is an important technique to help users find their interested news information and alleviate their information overload. It has been extensively studied over decades and has achieved nota…
News RecommendationRecommendation SystemsNPA: Neural News Recommendation with Personalized Attention
News recommendation is very important to help users find interested news and alleviate information overload. Different users usually have different interests and the same user may have various interests. Thus, different …
ArticlesInformativenessNews RecommendationEnhancing News Recommendation with Hierarchical LLM Prompting
Personalized news recommendation systems often struggle to effectively capture the complexity of user preferences, as they rely heavily on shallow representations, such as article titles and abstracts. To address this pr…
ArticlesNews RecommendationRecommendation Systems