paper-with-me

홈 › Papers

Data Augmentation for Sequential Recommendation: A Survey

2024-09-20 · Yizhou Dang, Enneng Yang, YuTing Liu, Guibing Guo, Linying Jiang, Jianzhe Zhao, Xingwei Wang

As an essential branch of recommender systems, sequential recommendation (SR) has received much attention due to its well-consistency with real-world situations. However, the widespread data sparsity issue limits the SR model's performance. Therefore, researchers have proposed many data augmentation (DA) methods to mitigate this phenomenon and have achieved impressive progress. In this survey, we provide a comprehensive review of DA methods for SR. We start by introducing the research background and motivation. Then, we categorize existing methodologies regarding their augmentation principles, objects, and purposes. Next, we present a comparative discussion of their advantages and disadvantages, followed by the exhibition and analysis of representative experimental results. Finally, we outline directions for future research and summarize this survey. We also maintain a repository with a paper list at \url{https://github.com/KingGugu/DA-CL-4Rec}.

📄 PDF Abstract BibTeX arXiv:2409.13545

Code (1)

kinggugu/da-cl-4rec 공식 구현 pytorch

Tasks

Data AugmentationRecommendation SystemsSequential RecommendationSurvey

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Survey on Sequential Recommendation

2024-12-17 · Liwei Pan, Weike Pan, Meiyan Wei, Hongzhi Yin 외

Different from most conventional recommendation problems, sequential recommendation focuses on learning users' preferences by exploiting the internal order and dependency among the interacted items, which has received si…

Sequential RecommendationSurvey

Learnable Model Augmentation Self-Supervised Learning for Sequential Recommendation

2022-04-21 · Yongjing Hao, Pengpeng Zhao, Xuefeng Xian, Guanfeng Liu 외

Sequential Recommendation aims to predict the next item based on user behaviour. Recently, Self-Supervised Learning (SSL) has been proposed to improve recommendation performance. However, most of existing SSL methods use…

Data AugmentationSelf-Supervised LearningSequential Recommendation

Intent-Enhanced Data Augmentation for Sequential Recommendation

2024-10-11 · Shuai Chen, Zhoujun Li

The research on intent-enhanced sequential recommendation algorithms focuses on how to better mine dynamic user intent based on user behavior data for sequential recommendation tasks. Various data augmentation methods ar…

Contrastive LearningData AugmentationSequential Recommendation

Self-supervised Learning for Sequential Recommendation with Model Augmentation

2021-09-29 · Zhiwei Liu, Yongjun Chen, Jia Li, Man Luo 외

The sequential recommendation aims at predicting the next items in user behaviors, which can be solved by characterizing item relationships in sequences. Due to the data sparsity and noise issues in sequences, a new self…

Contrastive LearningData AugmentationSelf-Supervised LearningSequential Recommendation

Deep Learning for Sequential Recommendation: Algorithms, Influential Factors, and Evaluations

2019-04-30 · Hui Fang, Danning Zhang, Yiheng Shu, Guibing Guo

In the field of sequential recommendation, deep learning (DL)-based methods have received a lot of attention in the past few years and surpassed traditional models such as Markov chain-based and factorization-based ones.…

Deep LearningRecommendation SystemsSequential RecommendationSurvey