paper-with-me

홈 › Papers

Learning Large-scale Universal User Representation with Sparse Mixture of Experts

2022-07-11 · Caigao Jiang, Siqiao Xue, James Zhang, Lingyue Liu, Zhibo Zhu, Hongyan Hao

Learning user sequence behaviour embedding is very sophisticated and challenging due to the complicated feature interactions over time and high dimensions of user features. Recent emerging foundation models, e.g., BERT and its variants, encourage a large body of researchers to investigate in this field. However, unlike natural language processing (NLP) tasks, the parameters of user behaviour model come mostly from user embedding layer, which makes most existing works fail in training a universal user embedding of large scale. Furthermore, user representations are learned from multiple downstream tasks, and the past research work do not address the seesaw phenomenon. In this paper, we propose SUPERMOE, a generic framework to obtain high quality user representation from multiple tasks. Specifically, the user behaviour sequences are encoded by MoE transformer, and we can thus increase the model capacity to billions of parameters, or even to trillions of parameters. In order to deal with seesaw phenomenon when learning across multiple tasks, we design a new loss function with task indicators. We perform extensive offline experiments on public datasets and online experiments on private real-world business scenarios. Our approach achieves the best performance over state-of-the-art models, and the results demonstrate the effectiveness of our framework.

📄 PDF Abstract BibTeX arXiv:2207.04648

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Adam 설명 없음
Weight Decay 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Learning Universal User Representations via Self-Supervised Lifelong Behaviors Modeling

2021-09-29 · Bei Yang, Ke Liu, Xiaoxiao Xu, Renjun Xu 외

Universal user representation is an important research topic in industry, and is widely used in diverse downstream user analysis tasks, such as user profiling and user preference prediction. With the rapid development of…

Contrastive LearningDimensionality ReductionRepresentation LearningSelf-Supervised Learning

Scaling Law for Recommendation Models: Towards General-purpose User Representations

2021-11-15 · Kyuyong Shin, Hanock Kwak, Su Young Kim, Max Nihlen Ramstrom 외

Recent advancement of large-scale pretrained models such as BERT, GPT-3, CLIP, and Gopher, has shown astonishing achievements across various task domains. Unlike vision recognition and language models, studies on general…

Contrastive LearningRepresentation Learning

OmniSage: Large Scale, Multi-Entity Heterogeneous Graph Representation Learning

2025-04-22 · Anirudhan Badrinath, Alex Yang, Kousik Rajesh, Prabhat Agarwal 외

Representation learning, a task of learning latent vectors to represent entities, is a key task in improving search and recommender systems in web applications. Various representation learning methods have been developed…

Contrastive LearningGraph Representation LearningRecommendation SystemsRepresentation Learning

Perceive Your Users in Depth: Learning Universal User Representations from Multiple E-commerce Tasks

2018-05-28 · Yabo Ni, Dan Ou, Shichen Liu, Xiang Li 외

Tasks such as search and recommendation have become increas- ingly important for E-commerce to deal with the information over- load problem. To meet the diverse needs of di erent users, person- alization plays an importa…

On The Relationship Between Universal Adversarial Attacks And Sparse Representations

2023-11-14 · Dana Weitzner, Raja Giryes

The prominent success of neural networks, mainly in computer vision tasks, is increasingly shadowed by their sensitivity to small, barely perceivable adversarial perturbations in image input. In this work, we aim at expl…

Sensitivity