paper-with-me

Papers

Recurrent Meta-Learning against Generalized Cold-start Problem in CTR Prediction

2022-10-01 · Conference 2022 10 · Junyu Chen, Qianqian Xu, Zhiyong Yang, Ke Ma, Xiaochun Cao, Qingming Huang

During the last decades, great success has been witnessed along the course of accurate Click-Through-Rate (CTR) prediction models for online advertising. However, the cold-start problem, which refers to the issue that the standard models can hardly draw accurate inferences for unseen users/ads, is still yet to be fully understood. Most recently, some related studies have been proposed to tackle this problem with only the new users/ads being considered. We argue that such new users/ads are not the only sources for cold-start. From another perspective, since users might shift their interests over time, one's recent behaviors might vary greatly from the records long ago. In this sense, we believe that the cold-start problem should also exist along the temporal dimension. Motivated by this, a generalized definition of the cold-start problem is provided where both new users/ads and recent behavioral data from known users are considered. To attack this problem, we propose a recursive meta-learning model with the user's behavior sequence prediction as a separate training task. Specifically, a time-series CTR model with the MAML (Model-Agnostic Meta-Learning)-like meta-learning method is proposed to make our model adapt to new tasks rapidly. Besides, we propose a parallel structure for extracting the feature interactions to efficiently fuse attention mechanisms and the RNN layer. Finally, experiments on three public datasets demonstrate the effectiveness of the proposed approaches.

📄 PDF Abstract BibTeX

Code (1)

2023-MindSpore-4/Code16/tree/main/yangzhiyong/recurrent_-meta_-learning_for_-ctr_mindspore mindspore

Tasks

Click-Through Rate PredictionMeta-Learning

Similar Papers 제목 키워드 기반

Pre-Training Graph Neural Networks for Cold-Start Users and Items Representation

2020-12-13 · Bowen Hao, Jing Zhang, Hongzhi Yin, Cuiping Li 외

Cold-start problem is a fundamental challenge for recommendation tasks. Despite the recent advances on Graph Neural Networks (GNNs) incorporate the high-order collaborative signal to alleviate the problem, the embeddings…

MetaKG: Meta-learning on Knowledge Graph for Cold-start Recommendation

2022-02-08 · Yuntao Du, Xinjun Zhu, Lu Chen, Ziquan Fang 외

A knowledge graph (KG) consists of a set of interconnected typed entities and their attributes. Recently, KGs are popularly used as the auxiliary information to enable more accurate, explainable, and diverse user prefere…

Meta-Learning

Sequential Recommendation for Cold-start Users with Meta Transitional Learning

2021-07-13 · Jianling Wang, Kaize Ding, James Caverlee

A fundamental challenge for sequential recommenders is to capture the sequential patterns of users toward modeling how users transit among items. In many practical scenarios, however, there are a great number of cold-sta…

Few-Shot LearningMeta-LearningSequential RecommendationTranslation

Cold-start Sequential Recommendation via Meta Learner

2020-12-10 · Yujia Zheng, Siyi Liu, Zekun Li, Shu Wu

This paper explores meta-learning in sequential recommendation to alleviate the item cold-start problem. Sequential recommendation aims to capture user's dynamic preferences based on historical behavior sequences and act…

Meta-LearningSequential Recommendation

Task Aligned Meta-learning based Augmented Graph for Cold-Start Recommendation

2022-08-11 · Yuxiang Shi, Yue Ding, Bo Chen, YuYang Huang 외

The cold-start problem is a long-standing challenge in recommender systems due to the lack of user-item interactions, which significantly hurts the recommendation effect over new users and items. Recently, meta-learning …

Graph Neural NetworkMeta-LearningRecommendation Systems