Search papers, labs, and topics across Lattice.
The paper introduces SIGMA, a generative multi-task recommender system designed for AliExpress, addressing the limitations of interaction-driven methods in adapting to evolving trends and diverse business needs. SIGMA grounds item entities in a unified semantic space, employs hybrid item tokenization, and leverages a large-scale multi-task Supervised Fine-Tuning (SFT) dataset for instruction-following. The system uses a three-step item generation process with adaptive probabilistic fusion to balance accuracy and diversity, demonstrating significant improvements in offline experiments and online A/B tests.
Forget interaction-driven next-item prediction: SIGMA uses instruction-following and semantic grounding to create a generative recommender that adapts to evolving trends and diverse tasks on AliExpress.
With the rapid evolution of Large Language Models, generative recommendation is gradually reshaping the paradigm of recommender systems. However, most existing methods are still confined to the interaction-driven next-item prediction paradigm, failing to rapidly adapt to evolving trends or address diverse recommendation tasks along with business-specific requirements in real-world scenarios. To this end, we present SIGMA, a Semantic-Grounded Instruction-Driven Generative Multi-Task Recommender at AliExpress. Specifically, we first ground item entities in general semantics via a unified latent space capturing both semantic and collaborative relations. Building upon this, we develop a hybrid item tokenization method for precise modeling and efficient generation. Moreover, we construct a large-scale multi-task SFT dataset to empower SIGMA to fulfill various recommendation demands via instruction-following. Finally, we design a three-step item generation procedure integrated with an adaptive probabilistic fusion mechanism to calibrate the output distributions based on task-specific requirements for recommendation accuracy and diversity. Extensive offline experiments and online A/B tests demonstrate the effectiveness of SIGMA.