paper-with-me

홈 › Papers

Search-based User Interest Modeling with Lifelong Sequential Behavior Data for Click-Through Rate Prediction

2020-06-10 · Pi Qi, Xiaoqiang Zhu, Guorui Zhou, Yujing Zhang, Zhe Wang, Lejian Ren, Ying Fan, Kun Gai

Rich user behavior data has been proven to be of great value for click-through rate prediction tasks, especially in industrial applications such as recommender systems and online advertising. Both industry and academy have paid much attention to this topic and propose different approaches to modeling with long sequential user behavior data. Among them, memory network based model MIMN proposed by Alibaba, achieves SOTA with the co-design of both learning algorithm and serving system. MIMN is the first industrial solution that can model sequential user behavior data with length scaling up to 1000. However, MIMN fails to precisely capture user interests given a specific candidate item when the length of user behavior sequence increases further, say, by 10 times or more. This challenge exists widely in previously proposed approaches. In this paper, we tackle this problem by designing a new modeling paradigm, which we name as Search-based Interest Model (SIM). SIM extracts user interests with two cascaded search units: (i) General Search Unit acts as a general search from the raw and arbitrary long sequential behavior data, with query information from candidate item, and gets a Sub user Behavior Sequence which is relevant to candidate item; (ii) Exact Search Unit models the precise relationship between candidate item and SBS. This cascaded search paradigm enables SIM with a better ability to model lifelong sequential behavior data in both scalability and accuracy. Apart from the learning algorithm, we also introduce our hands-on experience on how to implement SIM in large scale industrial systems. Since 2019, SIM has been deployed in the display advertising system in Alibaba, bringing 7.1\% CTR and 4.4\% RPM lift, which is significant to the business. Serving the main traffic in our real system now, SIM models user behavior data with maximum length reaching up to 54000, pushing SOTA to 54x.

📄 PDF Abstract BibTeX arXiv:2006.05639

Code (3)

massquantity/LibRecommender tf
paper-submission-coder/seminar pytorch
reczoo/FuxiCTR/tree/main/model_zoo/LongCTR pytorch

Tasks

Click-Through Rate PredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

MISS: Multi-Modal Tree Indexing and Searching with Lifelong Sequential Behavior for Retrieval Recommendation

2025-08-20 · Chengcheng Guo, Junda She, Kuo Cai, Shiyao Wang 외 arxiv

Large-scale industrial recommendation systems typically employ a two-stage paradigm of retrieval and ranking to handle huge amounts of information. Recent research focuses on improving the performance of retrieval model.…

Recommendation Systems

Lifelong Sequential Modeling with Personalized Memorization for User Response Prediction

2019-05-02 · Kan Ren, Jiarui Qin, Yuchen Fang, Wei-Nan Zhang 외

User response prediction, which models the user preference w.r.t. the presented items, plays a key role in online services. With two-decade rapid development, nowadays the cumulated user behavior sequences on mature Inte…

Memorization

Hierarchical Tree Search-based User Lifelong Behavior Modeling on Large Language Model

2025-05-26 · Yu Xia, Rui Zhong, Hao Gu, Wei Yang 외

Large Language Models (LLMs) have garnered significant attention in Recommendation Systems (RS) due to their extensive world knowledge and robust reasoning capabilities. However, a critical challenge lies in enabling LLM…

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems+1

Rethinking Lifelong Sequential Recommendation with Incremental Multi-Interest Attention

2021-05-28 · Yongji Wu, Lu Yin, Defu Lian, Mingyang Yin 외

Sequential recommendation plays an increasingly important role in many e-commerce services such as display advertisement and online shopping. With the rapid development of these services in the last two decades, users ha…

Sequential Recommendation

SEMINAR: Search Enhanced Multi-modal Interest Network and Approximate Retrieval for Lifelong Sequential Recommendation

2024-07-15 · Kaiming Shen, Xichen Ding, Zixiang Zheng, Yuqi Gong 외

The modeling of users' behaviors is crucial in modern recommendation systems. A lot of research focuses on modeling users' lifelong sequences, which can be extremely long and sometimes exceed thousands of items. These mo…

Click-Through Rate PredictionQuantizationRecommendation SystemsRetrieval+1