paper-with-me

Papers

Multi-Interest-Aware User Modeling for Large-Scale Sequential Recommendations

2021-02-18 · Jianxun Lian, Iyad Batal, Zheng Liu, Akshay Soni, Eun Yong Kang, Yajun Wang, Xing Xie

Precise user modeling is critical for online personalized recommendation services. Generally, users' interests are diverse and are not limited to a single aspect, which is particularly evident when their behaviors are observed for a longer time. For example, a user may demonstrate interests in cats/dogs, dancing and food \& delights when browsing short videos on Tik Tok; the same user may show interests in real estate and women's wear in her web browsing behaviors. Traditional models tend to encode a user's behaviors into a single embedding vector, which do not have enough capacity to effectively capture her diverse interests. This paper proposes a Sequential User Matrix (SUM) to accurately and efficiently capture users' diverse interests. SUM models user behavior with a multi-channel network, with each channel representing a different aspect of the user's interests. User states in different channels are updated by an \emph{erase-and-add} paradigm with interest- and instance-level attention. We further propose a local proximity debuff component and a highway connection component to make the model more robust and accurate. SUM can be maintained and updated incrementally, making it feasible to be deployed for large-scale online serving. We conduct extensive experiments on two datasets. Results demonstrate that SUM consistently outperforms state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2102.09211

Code (1)

microsoft/recommenders 공식 구현 tf

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

News Recommendation with Candidate-aware User Modeling

2022-04-10 · Tao Qi, Fangzhao Wu, Chuhan Wu, Yongfeng Huang

News recommendation aims to match news with personalized user interest. Existing methods for news recommendation usually model user interest from historical clicked news without the consideration of candidate news. Howev…

News Recommendation

Personalized News Recommendation with Candidate-aware User Modeling

2021-09-17 · ACL ARR September 2021 9 · Anonymous

News recommendation aims to match news with personalized user interest. Existing methods for news recommendation usually model user interest from historical clicked news without the consideration of candidate news. Howev…

News Recommendation

Personalized News Recommendation with Multi-granularity Candidate-aware User Modeling

2025-04-19 · Qiang Li, Xinze Lin, Shenghao Lv, Faliang Huang 외

Matching candidate news with user interests is crucial for personalized news recommendations. Most existing methods can represent a user's reading interests through a single profile based on clicked news, which may not f…

DiversityNews Recommendation

DebiasedRec: Bias-aware User Modeling and Click Prediction for Personalized News Recommendation

2021-04-15 · Jingwei Yi, Fangzhao Wu, Chuhan Wu, Qifei Li 외

News recommendation is critical for personalized news access. Existing news recommendation methods usually infer users' personal interest based on their historical clicked news, and train the news recommendation models b…

ArticlesNews Recommendation

Density-based User Representation using Gaussian Process Regression for Multi-interest Personalized Retrieval

2023-10-31 · Haolun Wu, Ofer Meshi, Masrour Zoghi, Fernando Diaz 외

Accurate modeling of the diverse and dynamic interests of users remains a significant challenge in the design of personalized recommender systems. Existing user modeling methods, like single-point and multi-point represe…

DiversityGPRRecommendation Systemsregression+1