Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

A Survey on Robust Sequential Recommendation: Fundamentals, Challenges, Taxonomy, and Future Directions

Survey Link: Link to the paper on Preprints

@article{202601.2218,
	doi = {10.20944/preprints202601.2218.v1},
	url = {https://doi.org/10.20944/preprints202601.2218.v1},
	year = 2026,
	month = {January},
	publisher = {Preprints},
	author = {Yatong Sun and Xiaochun Yang and Bin Wang and Yan Wang and Zhu Sun},
	title = {A Survey on Robust Sequential Recommendation: Fundamentals, Challenges, Taxonomy, and Future Directions},
	journal = {Preprints}
}

In the era of information overload, sequential recommender systems (SRSs) have become indispensable tools for modeling users' dynamic preferences, assisting personalized decision-making and information filtering, and thus attracting significant research and industrial attention. Conventional SRSs operate on a critical assumption that every input interaction sequence is reliably matched with the target subsequent interaction. However, this assumption is frequently violated in practice: real-world user behaviors are often driven by extrinsic motivations—such as behavioral randomness, contextual influences, and malicious attacks—which introduce perturbations into interaction sequences. These perturbations result in mismatched input-target pairs, termed as unreliable instances, which corrupt sequential patterns, mislead model training and inference, and ultimately degrade recommendation accuracy. To mitigate these issues, the study of Robust Sequential Recommenders (RSRs) has thus emerged as a focal point. This survey provides the first systematic review of advances in RSR research. We begin with a thorough analysis of unreliable instances, detailing their causes, manifestations, and adverse impacts. We then delineate the unique challenges of RSRs, which are absent in non-sequential settings and general denoising tasks. Subsequently, we present a holistic taxonomy of RSR methodologies and a systematic comparative analysis based on eight key properties, critically evaluating the strengths and limitations of existing approaches. We also summarize standard evaluation metrics and benchmarks. Finally, we identify open issues and discuss promising future research directions.

Table of Contents

Background and Fundamentals

Compared Image

An example showing how an interaction sequence is split into data instances by a sliding window. In each step of sliding, the last item in the sliding window is treated as the target of an instance, while the preceding items in the window serve as the input.

Compared Image

  • Training-phase Robustness: During training, the RSR must precisely identify items within the input sequence that are genuinely relevant to the target (i.e., driven by the same intrinsic motivations). By focusing on these items, the model avoids learning erroneous patterns from perturbations.
  • Inference-phase Robustness: During inference, the target is unobservable. The RSR must infer the underlying motivations from the input and ensure the recommendation list provides complete coverage for these motivations, without being skewed by perturbations.

Unreliable Instances in Sequential Recommendation

Compared Image

Taxonomy of RSRs

Compared Image

  • Architecture-centric RSRs embed robustness directly into the model architecture through perturbation-resistant designs (e.g., gating mechanisms or diffusion models), ensuring stable internal representations despite perturbed sequences.
  • Data-centric RSRs operate at the Instance Construction stage, focusing on cleansing training data before or during model training. They proactively identify and rectify mismatched input-target pairs (via selection, reweighting, or correction), thereby eliminating erroneous sequential patterns from the training process.
  • Learning-centric RSRs introduce robustness during model training. Rather than modifying the data or core architecture, they leverage specialized training strategies (e.g., adversarial training, robust loss functions) to guide the model to learn genuine user preferences while diminishing the influence of unreliable instances.
  • Inference-centric RSRs address robustness at the final model inference stage. Acknowledging that real-time input sequences may contain perturbations, these methods generate comprehensive and balanced recommendation lists that fully capture users’ underlying motivations and avoid being skewed by perturbations.

Assessment Framework of RSRs

  • P1. Multi-cause Robustness: Ability to address diverse extrinsic motivations (behavioral randomness, contextual influences, malicious manipulations) that induce unreliable instances.
  • P2. Dual-manifestation Robustness: Capacity to handle both complete mismatch (perturbed targets) and partial mismatch (perturbed inputs).
  • P3. Dual-phase Robustness: Capability to satisfy robustness requirements in both the training phase and the inference phase.
  • P4. Motivation Transformation Awareness: Ability to model transformations between intrinsic and extrinsic motivations over time.
  • P5. Generality: Compatibility with existing SRSs without extensive architectural modifications.
  • P6. Data Accessibility: Independence on side information (e.g., item attributes, user demographics) beyond raw user-item interaction data.
  • P7. Scalability: Efficiency in large-scale real-world scenarios.
  • P8. Theoretical Grounding: Existence of formal theoretical guarantees (e.g., robustness bounds, convergence proofs) for the method’s efficacy.

Architecture-centric RSRs

Compared Image

Category Subcategory Method Venue & Year P1: Multi-cause Robustness P2: Dual-manifestation Robustness P3: Dual-phase Robustness P4: Motivation Transformation Awareness P5: Generality P6: Data Accessibility P7: Scalability P8: Theoretical Grounding
Attention Mechanism Basic Attention Neural Attentive Session-based Recommendation (NARM) CIKM'17 × × ×
STAMP: short-term attention/memory priority model for session-based recommendation(STAMP) KDD'18 × × ×
Self Attention Self-attentive sequential recommendation(SASRec) ICDM'18 × × ×
BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer(BERT4Rec) CIKM'19 × × ×
Modeling Sequences as Distributions with Uncertainty for Sequential Recommendation(DT4Rec) CIKM'21 × × ×
Sequential Recommendation via Stochastic Self-Attention(STOSA) TheWebConf'22 × × ×
Adaptive Disentangled Transformer for Sequential Recommendation(ADT) KDD'23 × × ×
Attention Calibration for Transformer-based Sequential Recommendation(AC-TSR) CIKM'23 × × ×
Sparse Attention Dual Sparse Attention Network For Session-based Recommendation(DSAN AAAI'21 × × ×
Locker: Locally Constrained Self-Attentive Sequential Recommendation(Locker) CIKM'21 × × ×
Denoising Self-Attentive Sequential Recommendation(RecDenoiser) RecSys'22 × × ×
Recommender Transformers with Behavior Pathways(RETR) TheWebConf'24 × × ×
Dual perspective denoising model for session-based recommendation(DPDM) ESWA'24 × × ×
Automated Disentangled Sequential Recommendation with Large Language Models(AutoDisenSeq) TOIS'25 × × ×
Knowledge-enhanced Attention Interacting Attention-gated Recurrent Networks for Recommendation(IARN) CIKM'17 × × × × ×
Noninvasive Self-attention for Side Information Fusion in Sequential Recommendation(NOVA AAAI'21 × × × × ×
Knowledge Graph-Based Behavior Denoising and Preference Learning for Sequential Recommendation(KGDPL) TKDE'24 × × × × ×
Memory Networks Key-value MN Sequential Recommendation with User Memory Networks(RUM) WSDM'18 × × × ×
Memory Augmented Graph Neural Networks for Sequential Recommendation(MAGNN) AAAI'20 × × × ×
Dynamic Memory based Attention Network for Sequential Recommendation(DMAN) AAAI'21 × × × ×
Memory Bank Augmented Long-tail Sequential Recommendation(MASR) CIKM'22 × × ×
Knowledge-enhanced MN Improving sequential recommendation with knowledge-enhanced memory networks(KSR) SIGIR'18 × × × × ×
CmnRec: Sequential Recommendations With Chunk-Accelerated Memory Network(CmnRec) TKDE'23 × × × ×
Large Memory Network for Recommendation(LMN) TheWebConf'25 × × × ×
Gating Networks Basic Gating Networks Hierarchical gating networks for sequential recommendation(HGN) KDD'19 × × ×
Towards neural mixture recommender for long range dependent user sequences(M3R) TheWebConf'19 × × ×
Discovering Subsequence Patterns for Next {POI} Recommendation(ASPPA) IJCAI'20 × × ×
STAR-Rec: Making Peace with Length Variance and Pattern Diversity in Sequential Recommendation(STAR-Rec) SIGIR'25 × × ×
Consistency-aware Gating Networks $\pi$-Net: A Parallel Information-sharing Network for Shared-account Cross-domain Sequential Recommendations(π-Net) SIGIR'19 × × ×
Consistency-Aware Recommendation for User-Generated Item List Continuation(CAR) WSDM'20 × × ×
Memory Augmented Neural Model for Incremental Session-based Recommendation(MAN) IJCAI'20 × × ×
Modeling Dynamic User Preference via Dictionary Learning for Sequential Recommendation(S2PNM) TKDE'22 × × ×
Graph Neural Networks Basic GNNs Graph Contextualized Self-Attention Network for Session-based Recommendation(GCSAN) IJCAI'19 × × ×
Session-based recommendation with graph neural networks(SRGNN) AAAI'19 × × ×
Knowledge-enhanced GNNs Intention Modeling from Ordered and Unordered Facets for Sequential Recommendation(IMFOU) TheWebConf'20 × × × × ×
Enhancing User Intent Capture in Session-Based Recommendation with Attribute Patterns(FAPAT) NeurIPS'23 × × × × ×
Disentangled Dynamic Graph Attention Network for Out-of-Distribution Sequential Recommendation(I-DIDA) TOIS'25 × × × ×
Time Matters: Enhancing Sequential Recommendations with Time-Guided Graph Neural ODEs(TGODE) KDD'25 × × × ×
Sparse GNNs {SLED:} Structure Learning based Denoising for Recommendation(SLED) TOIS'23 × × ×
Graph Masked Autoencoder for Sequential Recommendation(MAERec) SIGIR'23 × × ×
Graph Diffusion-Based Representation Learning for Sequential Recommendation(GDRN) TKDE'24 × × ×
{RAIN:} Reconstructed-aware in-context enhancement with graph denoising for session-based recommendation(RAIN) NN'25 × × ×
{MA-GCL4SR:} Improving Graph Contrastive Learning-Based Sequential Recommendation with Model Augmentation(MA-GCL4SR) TKDD'25 × × ×
Time-frequency Analysis Fourier Transform Filter-enhanced MLP is All You Need for Sequential Recommendation(FMLP) TheWebConf'22 × × ×
Contrastive Enhanced Slide Filter Mixer for Sequential Recommendation(SLIME4Rec) ICDE'23 × × ×
An Attentive Inductive Bias for Sequential Recommendation beyond the Self-Attention(BSARec) AAAI'24 × × ×
Frequency-Domain Disentanglement-Fusion and Dual Contrastive Learning for Sequential Recommendation(FDCLRec) CIKM'25 × × ×
Learnable Filter with Decoupling Fusion Method for Sequential Recommendation(LFDFSR) SMC'24 × × × ×
Efficient Noise-Decoupling for Multi-Behavior Sequential Recommendation(END4Rec) TheWebConf'24 × × ×
Denoising Pre-Training and Customized Prompt Learning for Efficient Multi-Behavior Sequential Recommendation(DPCPL) CoRR'24 × × ×
Cost-Effective On-Device Sequential Recommendation with Spiking Neural Networks(SSR) IJCAI'25 × × ×
Oracle-guided Dynamic User Preference Modeling for Sequential Recommendation(Oracle4Rec) WSDM'25 × × ×
DIFF: Dual Side-Information Filtering and Fusion for Sequential Recommendation(DIFF) SIGIR'25 × × × ×
Wavelet Transform Learning a Wavelet Neural Filter with Mamba for Sequential Recommendation(Wavelet) CISM'25 × × ×
WaveRec: Is Wavelet Transform a Better Alternative to Fourier Transform for Sequential Recommendation?(WaveRec) ICTIR'25 × × ×
Hybrid Frequency Attention Frequency Enhanced Hybrid Attention Network for Sequential Recommendation(FEARec) SIGIR'23 × × ×
Mixture of User-Adaptive Frequency Filtering for Sequential Recommendation (MUFFIN) CIKM'25 × × ×
Frequency enhanced intent contrastive learning for sequential recommendation (FICLRec) IPM'25 × × ×
Multi-granularity Interest Retrieval and Refinement Network for Long-Term User Behavior Modeling in CTR Prediction(MIRRN) KDD'25 × × × ×
Diffusion Models Basic Diffusion A Diffusion Model for Sequential Recommendation(DiffuRec) TOIS'23 × × × ×
Collaborative Filtering Based on Diffusion Models:Unveiling the Potential of High-Order Connectivity (CF-Diff) SIGIR'24 × × × ×
Conditional Diffusion Conditional Denoising Diffusion for Sequential Recommendation (CDDRec) PAKDD'24 × × × ×
Sememe-based Diffusion for Sequential Recommendation(SeeDRec) IJCAI'24 × × × × ×
Multi-Modal Multi-Behavior Sequential Recommendation with Conditional Diffusion-Based Feature Denoising(M3BSR) SIGIR'25 × × × × ×
Addressing Missing Data Issue for Diffusion-based Recommendation(TDM) SIGIR'25 × × × ×
Advanced Diffusion Plug-In Diffusion Model for Sequential Recommendation(PDRec) AAAI'24 × × × ×
Flow Matching based Sequential Recommender Model(FMRec) IJCAI'25 × × × ×
Unlocking the Power of Diffusion Models in Sequential Recommendation: A Simple and Effective Approach(ADRec) KDD'25 × × × ×
Unleashing the Potential of Diffusion Models Towards Diversified Sequential Recommendations(DiffDiv) SIGIR'25 × × × ×
Distinguished Quantized Guidance for Diffusion-based Sequence Recommendation(DiQDiff) TheWebConf'25 × × × ×

Data-centric RSRs

Compared Image

Category Subcategory Method Venue & Year P1: Multi-cause Robustness P2: Dual-manifestation Robustness P3: Dual-phase Robustness P4: Motivation Transformation Awareness P5: Generality P6: Data Accessibility P7: Scalability P8: Theoretical Grounding
Instance Selection Loss-uncertainty Modeling Does Every Data Instance Matter? Enhancing Sequential Recommendation by Eliminating Unreliable Data(BERD) IJCAI'21 × ×
A Generic Sequential Recommendation Framework by Eliminating Unreliable Data with Item- and Attribute-level Signals(BERD+) TOIS'23 × × ×
Personalized Denoising Implicit Feedback for Robust Recommender System(PLD) TheWebConf'25 × ×
Semantic Modeling Combating Poisons with Large Language Model for Robust Sequential Recommendation(LoRec) SIGIR'24 × × × ×
Denoising Sequential Recommendation through User-Consistent Preference Modeling(ConsRec) CoRR'25 × × × × ×
Instance Correction Data-driven Correction A Self-Correcting Sequential Recommender(STEAM) TheWebConf'23 × × ×
Theoretically Guaranteed Bidirectional Data Rectification for Robust Sequential Recommendation(BirDRec) NeurIPS'23 ×
Dataset Regeneration for Sequential Recommendation(DR4SR) KDD'24 × ×
LLM-guided Correction Leveraing Large Language Model for Denoising Sequential Recommendation(LLM4DSR) TOIS'25 × × × ×
Large Language Models as Data Correctors for Robust Sequential Recommendation(LLM4RSR) AAAI'25 × × ×
Empowering Denoising Sequential Recommendation with Large Language Model Embeddings(IADSR) CIKM'25 × × ×
Data Augmentation Rule-based Augmentation Beyond Learning from Next Item: Sequential Recommendation via Personalized Interest Sustainability(PERIS) CIKM'22 × ×
Integrating Item Relevance in Training Loss for Sequential Recommender Systems(MRFI) RecSys'23 × ×
Augmenting Short Sequence for Robust Session-based Recommendation(ASSR) CAIT'24 × ×
Model-base Augmentation Sequential Recommendation with Curriculum-scheduled Diffusion Augmentation(Diff4Rec) MM'23 × × ×
Diffusion Augmentation for Sequential Recommendation(DiffuASR) CIKM'23 × × ×
Self-Augmented Sequence Denoising for Sequential Recommendation(SSDRec) ICDE'24 × × ×
Adaptive in-context expert network with hierarchical data augmentation for sequential recommendation(CeDRec) KBS'25 × × × ×
Data Augmentation as Free Lunch: Exploring the Test-Time Augmentation for Sequential Recommendation(TTA) SIGIR'25 × ×

Learning-centric RSRs

Compared Image

Category Subcategory Method Venue & Year P1: Multi-cause Robustness P2: Dual-manifestation Robustness P3: Dual-phase Robustness P4: Motivation Transformation Awareness P5: Generality P6: Data Accessibility P7: Scalability P8: Theoretical Grounding
Adversarial Training Gradient-based AT Defending Substitution-Based Profile Pollution Attacks on Sequential Recommenders(AdvTrain) RecSys'22 × × ×
Understanding and Improving Adversarial Collaborative Filtering for Robust Recommendation(PamaCF) NeurIPS'24 × ×
Improving the Shortest Plank: Vulnerability-Aware Adversarial Training for Robust Recommender System(VAT) RecSys'24 × × ×
Enhancing Multi-View Smoothness for Sequential Recommendation Models(MVS) TOIS'23 × × ×
Understanding the Robustness of Deep Recommendation under Adversarial Attacks(Qian et al.) TKDD'25 × × ×
Sequence-based AT Adversarial Graph Perturbations for Recommendations at Scale(AdvGraph) SIGIR'22 × × ×
A Dual-View Attack Framework for Targeted Manipulation in Federated Sequential Recommendation(DARTS) CoRR'25 × × ×
Reinforcement Learning Sequence Construction Hierarchical Reinforcement Learning for Course Recommendation in MOOCs(HRL) AAAI'19 × × × ×
Sequence Adaptation via Reinforcement Learning in Recommender Systems(SAR) RecSys'21 × × × ×
Reinforcement Learning based Noise Filtering for Click-Through Rate Prediction(RLNF) SIGIR'21 × × × ×
DENOISING-ORIENTED DEEP HIERARCHICAL REINFORCEMENT LEARNING FOR NEXT-BASKET RECOMMENDATION?(HRL4Ba) ICASSP'22 × × × ×
MOOCs Recommender Service With Meta Hierarchical Reinforced Ranking(MHRR) TSC'23 × × × × ×
Feature Selection A Knowledge-Guided Reinforcement Learning Model for Sequential Recommendation(KERL) SIGIR'20 × × × × ×
Multi-Agent RL-based Information Selection Framework for Sequential Recommendation(MARIS) SIGIR'22 × × × × ×
Distributionally Robust Optimization Partition-based DRO Distributionally-robust Recommendations for Improving Worst-case User Experience(S-DRO) TheWebConf'22
Mitigating Distribution Shifts in Sequential Recommendation: An Invariance Perspective(IDEA) SIGIR'25
Distribution-based DRO A Generic Learning Framework for Sequential Recommendation with Distribution Shifts(DROS) SIGIR'23
Distributionally Robust Sequential Recommendation(RSR) SIGIR'23
Model-based DRO Decoupled Progressive Distillation for Sequential Prediction with Interaction Dynamics(DePoD) TOIS'24 ×
Evidential Stochastic Differential Equations for Time-Aware Sequential Recommendation(E-NSDE) NeurIPS'24 ×
Towards Interest Drift-driven User Representation Learning in Sequential Recommendation(IDURL) SIGIR'25 × ×
Self-supervised Learning Feature-level SSL Debiased Contrastive Learning for Sequential Recommendation(DCRec) TheWebConf'23 × × ×
Feature-Aware Contrastive Learning With Bidirectional Transformers for Sequential Recommendation(FCLRec) TKDE'24 × × × ×
Symmetric Graph Contrastive Learning against Noisy Views for Recommendation(SGCL) TOIS'25 × × ×
Bottlenecked Heterogeneous Graph Contrastive Learning for Robust Recommendation(BHGCL) TOIS'25 × × × ×
Sequence-level SSL Pattern-enhanced Contrastive Policy Learning Network for Sequential Recommendation(RAP) IJCAI'21 × × ×
The World is Binary: Contrastive Learning for Denoising Next Basket Recommendation(CLEA) SIGIR'21 × × ×
Intent Contrastive Learning for Sequential Recommendation(ICL) TheWebConf'22 × × × ×
Robust Basket Recommendation via Noise-tolerated Graph Contrastive Learning(BNCL) CIKM'23 × × ×
Contrastive Learning for Sequential Recommendation(CL4Rec) ICDE'22 × × ×
Intent Contrastive Learning with Cross Subsequences for Sequential Recommendation(ICSRec) WSDM'24 × × ×
Intent Oriented Contrastive Learning for Sequential Recommendation(IOCLRec) AAAI'25 × × ×
Model-level SSL Contrastive Learning for Representation Degeneration Problem in Sequential Recommendation(DuoRec) WSDM'22 × ×
Self-Supervised Hypergraph Transformer for Recommender Systems(SHT) KDD'22 × × ×
ContrastVAE: Contrastive Variational AutoEncoder for Sequential Recommendation(ContrastVAE) CIKM'22 × × ×
AdaptSSR: Pre-training User Model with Augmentation-Adaptive Self-Supervised Ranking(AdaptSSR) NeurIPS'23 × × ×
Meta-optimized Contrastive Learning for Sequential Recommendation(MCLRec) SIGIR'23 × × ×
Mutual Wasserstein Discrepancy Minimization for Sequential Recommendation(MStein) TheWebConf'23 × × ×
Learnable Model Augmentation Contrastive Learning for Sequential Recommendation(LMA4Rec) TKDE'24 × × ×
Causal Learning Counterfactual Sequence Intervention CauseRec: Counterfactual User Sequence Synthesis for Sequential Recommendation(CauseRec) SIGIR'21 × ×
Data Augmented Sequential Recommendation Based on Counterfactual Thinking(CASR) TKDE'23 × ×
PACIFIC: Enhancing Sequential Recommendation via Preference-aware Causal Intervention and Counterfactual Data Augmentation(PACIFIC) CIKM'24 × × ×
Structural Causal Modeling CoDeR: Counterfactual Demand Reasoning for Sequential Recommendation(CoDeR) AAAI'25 × × × ×
CSRec: Rethinking Sequential Recommendation from {A} Causal Perspective(CSRec) SIGIR'25 × × × ×
Disentangled Graph Debiasing for Next {POI} Recommendation(DePOI) SIGIR'25 × × × × ×
Curriculum Learning Static Hardness Measurement Neighborhood-based Hard Negative Mining for Sequential Recommendation(GNNO) SIGIR'23 × ×
Diff4Rec: Sequential Recommendation with Curriculum-scheduled Diffusion Augmentation(Diff4Rec) MM'23 × ×
Mutual Enhancement of Long-Tailed User and Item for Sequential Recommendation(MELT) SIGIR'23 × ×
Dynamic Hardness Measurement Contrastive Curriculum Learning for Sequential User Behavior Modeling via Data Augmentation(CCL) CIKM'21 × × ×
Hierarchical Item Inconsistency Signal Learning for Sequence Denoising in Sequential Recommendation(HSD) CIKM'22 × ×
Curriculum Disentangled Recommendation with Noisy Multi-feedback(CDR) NeurIPS'21 × ×
Exploration and Exploitation of Hard Negative Samples for Cross-Domain Sequential Recommendation(EXHANS) WSDM'25 × ×

Inference-centric RSRs

Compared Image

Category Subcategory Method Venue & Year P1: Multi-cause Robustness P2: Dual-manifestation Robustness P3: Dual-phase Robustness P4: Motivation Transformation Awareness P5: Generality P6: Data Accessibility P7: Scalability P8: Theoretical Grounding
Recommendation Calibration Post-processing Calibration Calibrated recommendations(CaliRec) RecSys'18 × × × ×
A Constrained Optimization Approach for Calibrated Recommendations(Calib-Opt) RecSys'21 × × × ×
Rabbit Holes and Taste Distortion: Distribution-Aware Recommendation with Evolving Interests(TecRec) TheWebConf'21 × × × ×
Calibrated Recommendations as a Minimum-Cost Flow Problem(MCF) WSDM'23 × × × ×
Calibration-Disentangled Learning and Relevance-Prioritized Reranking for Calibrated Sequential Recommendation(LeapRec) CIKM'24 × × × ×
End-to-End Calibration DACSR: Decoupled-Aggregated End-to-End Calibrated Sequential Recommendation(DACSR) Applied Science'22 × × × ×
Long-tail session-based recommendation from calibration(CSBR) Applied Intelligence'23 × × × ×
Fine-tuning for Inference-efficient Calibrated Recommendations(CaliTune) RecSys'25 × × × ×
Multi-interest Disentanglement Adaptive Interest Disentanglement Multi-Interest Network with Dynamic Routing for Recommendation at Tmall(MIND) CIKM'19 × × × × ×
Modeling Multi-Purpose Sessions for Next-Item Recommendations via Mixture-Channel Purpose Routing Networks(MCPRN) IJCAI'19 × × × × ×
MRIF: Multi-resolution Interest Fusion for Recommendation(MRIF) SIGIR'20 × × × ×
When Multi-Level Meets Multi-Interest: A Multi-Grained Neural Model for Sequential Recommendation(MGNM) SIGIR'22 × × ×
BaM: AnEnhanced Training Scheme for Balanced and Comprehensive Multi-interest Learning(BaM) KDD'24 × × ×
Controllable Multi-Interest Framework for Recommendation(ComiRec) KDD'20 × × × × ×
Regularized Interest Disentanglement Improving End-to-End Sequential Recommendations with Intent-aware Diversification(IDSR) CIKM'20 × × × × ×
Multi-interest diversification for end-to-end sequential recommendation(MDSR) TOIS'21 × × × × ×
Improving Micro-video Recommendation via Contrastive Multiple Interests(CMI) SIGIR'22 × × ×
Re4: Learning to Re-contrast, Re-attend, Re-construct for Multi-interest Recommendation(Re4) TheWebConf'22 × × ×
Target Interest Distillation for Multi-Interest Recommendation(TiMiRec) CIKM'22 × × × ×
Rethinking Multi-Interest Learning for Candidate Matching in Recommender Systems(REMI) RecSys'23 × × × ×
Disentangled Multi-interest Representation Learning for Sequential Recommendation(DisMIR) KDD'24 × × × ×
Knowledge-guided Interest Disentanglement MISSRec: Pre-training and Transferring Multi-modal Interest-aware Sequence Representation for Recommendation(MISSRec) MM'23 × × × × ×
Co-occurrence Embedding Enhancement for Long-tail Problem in Multi-Interest Recommendation(CoLT) RecSys'23 × × ×
Trinity: Syncretizing Multi-/Long-Tail/Long-Term Interests All in One(Trinity) KDD'24 × × × × ×
Diversity Matters: User-Centric Multi-Interest Learning for Conversational Movie Recommendation(CoMoRec) MM'24 × × × × ×
Attribute Simulation for Item Embedding Enhancement in Multi-interest Recommendation(SimEmb) WSDM'24 × × × × ×
HORAE: Temporal Multi-Interest Pre-training for Sequential Recommendation(HORAE) TOIS'25 × × × ×

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors