paper-with-me

Papers

Modeling Sequences as Distributions with Uncertainty for Sequential Recommendation

2021-06-11 · Ziwei Fan, Zhiwei Liu, Lei Zheng, Shen Wang, Philip S. Yu

The sequential patterns within the user interactions are pivotal for representing the user's preference and capturing latent relationships among items. The recent advancements of sequence modeling by Transformers advocate the community to devise more effective encoders for the sequential recommendation. Most existing sequential methods assume users are deterministic. However, item-item transitions might fluctuate significantly in several item aspects and exhibit randomness of user interests. This \textit{stochastic characteristics} brings up a solid demand to include uncertainties in representing sequences and items. Additionally, modeling sequences and items with uncertainties expands users' and items' interaction spaces, thus further alleviating cold-start problems. In this work, we propose a Distribution-based Transformer for Sequential Recommendation (DT4SR), which injects uncertainties into sequential modeling. We use Elliptical Gaussian distributions to describe items and sequences with uncertainty. We describe the uncertainty in items and sequences as Elliptical Gaussian distribution. And we adopt Wasserstein distance to measure the similarity between distributions. We devise two novel Trans-formers for modeling mean and covariance, which guarantees the positive-definite property of distributions. The proposed method significantly outperforms the state-of-the-art methods. The experiments on three benchmark datasets also demonstrate its effectiveness in alleviating cold-start issues. The code is available inhttps://github.com/DyGRec/DT4SR.

📄 PDF Abstract BibTeX arXiv:2106.06165

Code (1)

DyGRec/DT4SR 공식 구현 tf

Tasks

Sequential Recommendation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Align-for-Fusion: Harmonizing Triple Preferences via Dual-oriented Diffusion for Cross-domain Sequential Recommendation

2025-08-07 · Yongfu Zha, Xinxin Dong, Haokai Ma, Yonghui Yang 외 arxiv

Personalized sequential recommendation aims to predict appropriate items for users based on their behavioral sequences. To alleviate data sparsity and interest drift issues, conventional approaches typically incorporate …

Sequential Recommendation

Dynamic Graph Neural Networks for Sequential Recommendation

2021-04-15 · Mengqi Zhang, Shu Wu, Xueli Yu, Qiang Liu 외

Modeling user preference from his historical sequences is one of the core problems of sequential recommendation. Existing methods in this field are widely distributed from conventional methods to deep learning methods. H…

Graph AttentionGraph Neural NetworkLink PredictionSequential Recommendation

Sequential recommendation with metric models based on frequent sequences

2020-08-12 · Corentin Lonjarret, Roch Auburtin, Céline Robardet, Marc Plantevit

Modeling user preferences (long-term history) and user dynamics (short-term history) is of greatest importance to build efficient sequential recommender systems. The challenge lies in the successful combination of the wh…

Recommendation SystemsSequential Recommendation

Mutual Wasserstein Discrepancy Minimization for Sequential Recommendation

2023-01-28 · Ziwei Fan, Zhiwei Liu, Hao Peng, Philip S Yu

Self-supervised sequential recommendation significantly improves recommendation performance by maximizing mutual information with well-designed data augmentations. However, the mutual information estimation is based on t…

Contrastive LearningMutual Information EstimationSelf-Supervised LearningSequential Recommendation

CauseRec: Counterfactual User Sequence Synthesis for Sequential Recommendation

2021-09-11 · Shengyu Zhang, Dong Yao, Zhou Zhao, Tat-Seng Chua 외

Learning user representations based on historical behaviors lies at the core of modern recommender systems. Recent advances in sequential recommenders have convincingly demonstrated high capability in extracting effectiv…

counterfactualRecommendation SystemsRepresentation LearningSequential Recommendation