IRAISep 16, 2023

An Unified Search and Recommendation Foundation Model for Cold-Start Scenario

arXiv:2309.08939v134 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the cold-start problem in commercial search and recommendation systems, offering an incremental improvement through a novel framework.

The paper tackles the problem of cold-start scenarios in search and recommendation systems by proposing a unified foundation model that uses LLMs for domain-invariant features and multi-task training, achieving better performance than state-of-the-art transfer learning methods and being deployed in Alipay's online services.

In modern commercial search engines and recommendation systems, data from multiple domains is available to jointly train the multi-domain model. Traditional methods train multi-domain models in the multi-task setting, with shared parameters to learn the similarity of multiple tasks, and task-specific parameters to learn the divergence of features, labels, and sample distributions of individual tasks. With the development of large language models, LLM can extract global domain-invariant text features that serve both search and recommendation tasks. We propose a novel framework called S\&R Multi-Domain Foundation, which uses LLM to extract domain invariant features, and Aspect Gating Fusion to merge the ID feature, domain invariant text features and task-specific heterogeneous sparse features to obtain the representations of query and item. Additionally, samples from multiple search and recommendation scenarios are trained jointly with Domain Adaptive Multi-Task module to obtain the multi-domain foundation model. We apply the S\&R Multi-Domain foundation model to cold start scenarios in the pretrain-finetune manner, which achieves better performance than other SOTA transfer learning methods. The S\&R Multi-Domain Foundation model has been successfully deployed in Alipay Mobile Application's online services, such as content query recommendation and service card recommendation, etc.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes