Tricolore: Multi-Behavior User Profiling for Enhanced Candidate Generation in Recommender Systems
Xiao Zhou, Zhongxiang Zhao, Hanze Guo
TL;DR
Tricolore tackles the core limitation of single-target optimization in recommender systems by introducing a multi-behavior, multi-vector framework that learns distinct behavior-oriented user embeddings. It combines an elastic multi-bucket encoder, a behavior-wise multi-view fusion module, popularity-balanced negative sampling, and allied multi-task prediction to model global and behavior-specific preferences and their interdependencies. Empirical results on public short-video and e-commerce datasets show state-of-the-art performance, strong cold-start gains, and improved diversity without sacrificing accuracy. The approach offers practical benefits for scalable candidate generation and can be tailored to platform-specific objectives through its flexible multi-task design.
Abstract
Online platforms aggregate extensive user feedback across diverse behaviors, providing a rich source for enhancing user engagement. Traditional recommender systems, however, typically optimize for a single target behavior and represent user preferences with a single vector, limiting their ability to handle multiple important behaviors or optimization objectives. This conventional approach also struggles to capture the full spectrum of user interests, resulting in a narrow item pool during candidate generation. To address these limitations, we present Tricolore, a versatile multi-vector learning framework that uncovers connections between different behavior types for more robust candidate generation. Tricolore's adaptive multi-task structure is also customizable to specific platform needs. To manage the variability in sparsity across behavior types, we incorporate a behavior-wise multi-view fusion module that dynamically enhances learning. Moreover, a popularity-balanced strategy ensures the recommendation list balances accuracy with item popularity, fostering diversity and improving overall performance. Extensive experiments on public datasets demonstrate Tricolore's effectiveness across various recommendation scenarios, from short video platforms to e-commerce. By leveraging a shared base embedding strategy, Tricolore also significantly improves the performance for cold-start users. The source code is publicly available at: https://github.com/abnering/Tricolore.
