paper-with-me

Papers

Gumble Softmax For User Behavior Modeling

2021-12-06 · Weiqi Shao, Xu Chen, Jiashu Zhao, Long Xia, Dawei Yin

Recently, sequential recommendation systems are important in solving the information overload in many online services. Current methods in sequential recommendation focus on learning a fixed number of representations for each user at any time, with a single representation or multi representations for the user. However, when a user is exploring items on an e-commerce recommendation system, the number of this user's hobbies may change overtime (e.g. increase/reduce one more interest), affected by the user's evolving self needs. Moreover, different users may have various number of interests. In this paper, we argue that it is meaningful to explore a personalized dynamic number of user interests, and learn a dynamic group of user interest representations accordingly. We propose a sequential model with dynamic number of representations for recommendation systems (RDRSR). Specifically, RDRSR is composed of a dynamic interest discriminator (DID) module and a dynamic interest allocator (DIA) module. The DID module explores the number of a user's interests by learning the overall sequential characteristics with bi-directional self-attention and Gumbel-Softmax. The DIA module make the historical clicked items into a group of item groups and constructs user's dynamic interest representation. Additionally, experiments on the real-world datasets demonstrates our model's effectiveness.

📄 PDF Abstract BibTeX arXiv:2112.02787

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Multi-sense Definition Modeling using Word Sense Decompositions

2019-09-19 · Ruimin Zhu, Thanapon Noraset, Alisa Liu, Wenxin Jiang 외

Word embeddings capture syntactic and semantic information about words. Definition modeling aims to make the semantic content in each embedding explicit, by outputting a natural language definition based on the embedding…

Word Embeddings

Generating Multi-type Temporal Sequences to Mitigate Class-imbalanced Problem

2021-04-07 · Lun Jiang, Nima Salehi Sadghiani, Zhuo Tao, Andrew Cohen

From the ad network standpoint, a user's activity is a multi-type sequence of temporal events consisting of event types and time intervals. Understanding user patterns in ad networks has received increasing attention fro…

BIG-bench Machine LearningClick-Through Rate PredictionFraud DetectionReinforcement Learning (RL)+2

SOLAR: SVD-Optimized Lifelong Attention for Recommendation

2026-03-03 · Chenghao Zhang, Chao Feng, Yuanhao Pu, Xunyong Yang 외 arxiv

Attention mechanism remains the defining operator in Transformers since it provides expressive global credit assignment, yet its $O(N^2 d)$ time and memory cost in sequence length $N$ makes long-context modeling expensiv…

Representation Learning

HyTRec: A Hybrid Temporal-Aware Attention Architecture for Long Behavior Sequential Recommendation

2026-02-20 · Lei Xin, Yuhao Zheng, Ke Cheng, Changjiang Jiang 외 arxiv

Modeling long sequences of user behaviors has emerged as a critical frontier in generative recommendation. However, existing solutions face a dilemma: linear attention mechanisms achieve efficiency at the cost of retriev…

Sequential Recommendation

Neural Subgraph Explorer: Reducing Noisy Information via Target-Oriented Syntax Graph Pruning

2022-05-23 · Bowen Xing, Ivor W. Tsang

Recent years have witnessed the emerging success of leveraging syntax graphs for the target sentiment classification task. However, we discover that existing syntax-based models suffer from two issues: noisy information …

Sentiment AnalysisSentiment Classification