paper-with-me

홈 › Papers

Personalized News Recommendation System via LLM Embedding and Co-Occurrence Patterns

2024-11-09 · Zheng Li, Kai Zhange

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

📄 PDF Abstract BibTeX arXiv:2411.06046

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningNews Recommendation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Two Birds with One Stone: Unified Model Learning for Both Recall and Ranking in News Recommendation

2021-04-15 · Findings (ACL) 2022 5 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

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 Systems

HieRec: Hierarchical User Interest Modeling for Personalized News Recommendation

2021-06-08 · ACL 2021 5 · Tao Qi, Fangzhao Wu, Chuhan Wu, Peiru Yang 외

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 Recommendation

Personalized News Recommendation: Methods and Challenges

2021-06-16 · Chuhan Wu, Fangzhao Wu, Yongfeng Huang, Xing Xie

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 Systems

NPA: Neural News Recommendation with Personalized Attention

2019-07-12 · Chuhan Wu, Fangzhao Wu, Mingxiao An, Jianqiang Huang 외

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 Recommendation

Enhancing News Recommendation with Hierarchical LLM Prompting

2025-04-29 · Hai-Dang Kieu, Delvin Ce Zhang, Minh Duc Nguyen, Min Xu 외

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