IRAIDec 18, 2024

CRM: Retrieval Model with Controllable Condition

arXiv:2412.13844v14 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in industrial recommendation systems by enhancing retrieval models to better align with ranking targets, though it is incremental as it builds on the two-tower paradigm.

The paper tackles the limitation of retrieval models in recommendation systems, which lack regression target information like expected watch-time, by proposing CRM that integrates regression features as conditions, and demonstrates its effectiveness through A/B testing in a system serving over 400 million users.

Recommendation systems (RecSys) are designed to connect users with relevant items from a vast pool of candidates while aligning with the business goals of the platform. A typical industrial RecSys is composed of two main stages, retrieval and ranking: (1) the retrieval stage aims at searching hundreds of item candidates satisfied user interests; (2) based on the retrieved items, the ranking stage aims at selecting the best dozen items by multiple targets estimation for each item candidate, including classification and regression targets. Compared with ranking model, the retrieval model absence of item candidate information during inference, therefore retrieval models are often trained by classification target only (e.g., click-through rate), but failed to incorporate regression target (e.g., the expected watch-time), which limit the effectiveness of retrieval. In this paper, we propose the Controllable Retrieval Model (CRM), which integrates regression information as conditional features into the two-tower retrieval paradigm. This modification enables the retrieval stage could fulfill the target gap with ranking model, enhancing the retrieval model ability to search item candidates satisfied the user interests and condition effectively. We validate the effectiveness of CRM through real-world A/B testing and demonstrate its successful deployment in Kuaishou short-video recommendation system, which serves over 400 million users.

Foundations

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

Your Notes