paper-with-me

홈 › Papers

Capturing Popularity Trends: A Simplistic Non-Personalized Approach for Enhanced Item Recommendation

2023-08-17 · Jiazheng Jing, Yinan Zhang, Xin Zhou, Zhiqi Shen

Recommender systems have been gaining increasing research attention over the years. Most existing recommendation methods focus on capturing users' personalized preferences through historical user-item interactions, which may potentially violate user privacy. Additionally, these approaches often overlook the significance of the temporal fluctuation in item popularity that can sway users' decision-making. To bridge this gap, we propose Popularity-Aware Recommender (PARE), which makes non-personalized recommendations by predicting the items that will attain the highest popularity. PARE consists of four modules, each focusing on a different aspect: popularity history, temporal impact, periodic impact, and side information. Finally, an attention layer is leveraged to fuse the outputs of four modules. To our knowledge, this is the first work to explicitly model item popularity in recommendation systems. Extensive experiments show that PARE performs on par or even better than sophisticated state-of-the-art recommendation methods. Since PARE prioritizes item popularity over personalized user preferences, it can enhance existing recommendation methods as a complementary component. Our experiments demonstrate that integrating PARE with existing recommendation methods significantly surpasses the performance of standalone models, highlighting PARE's potential as a complement to existing recommendation methods. Furthermore, the simplicity of PARE makes it immensely practical for industrial applications and a valuable baseline for future research.

📄 PDF Abstract BibTeX arXiv:2308.08799

Code (1)

jingxiaoyi/pare 공식 구현 pytorch

Tasks

Decision MakingRecommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Sequential Music Recommendation with Personalized Popularity Awareness

2024-09-06 · Davide Abbattista, Vito Walter Anelli, Tommaso Di Noia, Craig Macdonald 외

In the realm of music recommendation, sequential recommender systems have shown promise in capturing the dynamic nature of music consumption. Nevertheless, traditional Transformer-based models, such as SASRec and BERT4Re…

Music RecommendationRecommendation SystemsSequential Recommendation

Neural Mixed Effects for Nonlinear Personalized Predictions

2023-06-13 · Torsten Wörtwein, Nicholas Allen, Lisa B. Sheeber, Randy P. Auerbach 외

Personalized prediction is a machine learning approach that predicts a person's future observations based on their past labeled observations and is typically used for sequential tasks, e.g., to predict daily mood ratings…

How to Generate Popular Post Headlines on Social Media?

2023-09-18 · Zhouxiang Fang, Min Yu, Zhendong Fu, Boning Zhang 외

Posts, as important containers of user-generated-content pieces on social media, are of tremendous social influence and commercial value. As an integral components of a post, the headline has a decisive contribution to t…

Headline Generation

Trend-Aware Fashion Recommendation with Visual Segmentation and Semantic Similarity

2025-06-09 · Mohamed Djilani, Nassim Ali Ousalah, Nidhal Eddine Chenni

We introduce a trend-aware and visually-grounded fashion recommendation system that integrates deep visual representations, garment-aware segmentation, semantic category similarity and user behavior simulation. Our pipel…

Semantic SegmentationSemantic SimilaritySemantic Textual Similarity

Can LLM be a Personalized Judge?

2024-06-17 · Yijiang River Dong, Tiancheng Hu, Nigel Collier

Ensuring that large language models (LLMs) reflect diverse user values and preferences is crucial as their user bases expand globally. It is therefore encouraging to see the growing interest in LLM personalization within…