paper-with-me

Papers

Behavior Sequence Transformer for E-commerce Recommendation in Alibaba

2019-05-15 · Qiwei Chen, Huan Zhao, Wei Li, Pipei Huang, Wenwu Ou

Deep learning based methods have been widely used in industrial recommendation systems (RSs). Previous works adopt an Embedding&MLP paradigm: raw features are embedded into low-dimensional vectors, which are then fed on to MLP for final recommendations. However, most of these works just concatenate different features, ignoring the sequential nature of users' behaviors. In this paper, we propose to use the powerful Transformer model to capture the sequential signals underlying users' behavior sequences for recommendation in Alibaba. Experimental results demonstrate the superiority of the proposed model, which is then deployed online at Taobao and obtain significant improvements in online Click-Through-Rate (CTR) comparing to two baselines.

📄 PDF Abstract BibTeX arXiv:1905.06874

Code (9)

PaddlePaddle/PaddleRec/tree/master/models/rank/bst paddle
UlionTse/mlgb pytorch
alibaba/easyrec tf
jiwidi/Behavior-Sequence-Transformer-Pytorch pytorch
massquantity/LibRecommender tf
nihalsangeeth/behaviour-seq-transformer pytorch
shenweichen/DeepCTR tf
tangxyw/RecAlgorithm tf
xue-pai/FuxiCTR pytorch

Tasks

Click-Through Rate PredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

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 설명 없음
Residual Connection 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Understanding Echo Chambers in E-commerce Recommender Systems

2020-07-06 · Yingqiang Ge, Shuya Zhao, Honglu Zhou, Changhua Pei 외

Personalized recommendation benefits users in accessing contents of interests effectively. Current research on recommender systems mostly focuses on matching users with proper items based on user interests. However, sign…

Recommendation Systems

A Novel Behavior-Based Recommendation System for E-commerce

2024-03-27 · Reza Barzegar Nozari, Mahdi Divsalar, Sepehr Akbarzadeh Abkenar, Mohammadreza Fadavi Amiri 외

The majority of existing recommender systems rely on user ratings, which are limited by the lack of user collaboration and the sparsity problem. To address these issues, this study proposes a behavior-based recommender s…

ClusteringRecommendation Systems

Controllable Multi-Interest Framework for Recommendation

2020-05-19 · Yukuo Cen, Jianwei Zhang, Xu Zou, Chang Zhou 외

Recently, neural networks have been widely used in e-commerce recommender systems, owing to the rapid development of deep learning. We formalize the recommender system as a sequential recommendation problem, intending to…

DiversityRecommendation SystemsSequential Recommendation

Alibaba International E-commerce Product Search Competition DcuRAGONs Team Technical Report

2025-10-29 · Thang-Long Nguyen-Ho, Minh-Khoi Pham, Hoang-Bao Le arxiv

This report details our methodology and results developed for the Multilingual E-commerce Search Competition. The problem aims to recognize relevance between user queries versus product items in a multilingual context an…

AI Matrix: A Deep Learning Benchmark for Alibaba Data Centers

2019-09-23 · Wei Zhang, Wei Wei, Lingjie Xu, Lingling Jin 외

Alibaba has China's largest e-commerce platform. To support its diverse businesses, Alibaba has its own large-scale data centers providing the computing foundation for a wide variety of software applications. Among these…

Deep Learning