paper-with-me

Papers

UserBERT: Contrastive User Model Pre-training

2021-09-03 · Chuhan Wu, Fangzhao Wu, Yang Yu, Tao Qi, Yongfeng Huang, Xing Xie

User modeling is critical for personalized web applications. Existing user modeling methods usually train user models from user behaviors with task-specific labeled data. However, labeled data in a target task may be insufficient for training accurate user models. Fortunately, there are usually rich unlabeled user behavior data which encode rich information of user characteristics and interests. Thus, pre-training user models on unlabeled user behavior data has the potential to improve user modeling for many downstream tasks. In this paper, we propose a contrastive user model pre-training method named UserBERT. Two self-supervision tasks are incorporated in UserBERT for user model pre-training on unlabeled user behavior data to empower user modeling. The first one is masked behavior prediction, which aims to model the relatedness between user behaviors. The second one is behavior sequence matching, which aims to capture the inherent user interests that are consistent in different periods. In addition, we propose a medium-hard negative sampling framework to select informative negative samples for better contrastive pre-training. We maintain a synchronously updated candidate behavior pool and an asynchronously updated candidate behavior sequence pool to select the locally hardest negative behaviors and behavior sequences in an efficient way. Extensive experiments on two real-world datasets in different tasks show that UserBERT can effectively improve various user models.

📄 PDF Abstract BibTeX arXiv:2109.01274

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

UserBERT: Self-supervised User Representation Learning

2021-01-01 · Tianyu Li, Ali Cevahir, Derek Cho, Hao Gong 외

This paper extends the BERT model to user data for pretraining user representations in a self-supervised way. By viewing actions (e.g., purchases and clicks) in behavior sequences (i.e., usage history) in an analogous wa…

Multi-Task LearningRepresentation Learning

UserBERT: Modeling Long- and Short-Term User Preferences via Self-Supervision

2022-02-14 · Tianyu Li, Ali Cevahir, Derek Cho, Hao Gong 외

E-commerce platforms generate vast amounts of customer behavior data, such as clicks and purchases, from millions of unique users every day. However, effectively using this data for behavior understanding tasks is challe…

Representation Learning

CCL4Rec: Contrast over Contrastive Learning for Micro-video Recommendation

2022-08-17 · Shengyu Zhang, Bofang Li, Dong Yao, Fuli Feng 외

Micro-video recommender systems suffer from the ubiquitous noises in users' behaviors, which might render the learned user representation indiscriminating, and lead to trivial recommendations (e.g., popular items) or eve…

Contrastive LearningRecommendation Systems

Multi-level Contrastive Learning Framework for Sequential Recommendation

2022-08-27 · Ziyang Wang, Huoyu Liu, Wei Wei, Yue Hu 외

Sequential recommendation (SR) aims to predict the subsequent behaviors of users by understanding their successive historical behaviors. Recently, some methods for SR are devoted to alleviating the data sparsity problem …

Contrastive LearningRelationSequential Recommendation

FewUser: Few-Shot Social User Geolocation via Contrastive Learning

2024-03-28 · Menglin Li, Kwan Hui Lim

To address the challenges of scarcity in geotagged data for social user geolocation, we propose FewUser, a novel framework for Few-shot social User geolocation. We incorporate a contrastive learning strategy between user…

Contrastive LearningLanguage Modelling